org.basex.query.regex
Class Wildcard

java.lang.Object
  extended by org.basex.query.regex.RegExp
      extended by org.basex.query.regex.Wildcard

public final class Wildcard
extends RegExp

Wildcard for any character (.).

Author:
BaseX Team 2005-12, BSD License, Leo Woerteler

Method Summary
static Wildcard get(boolean dotAll)
          Getter for the lazily initialized wildcard instances.
 
Methods inherited from class org.basex.query.regex.RegExp
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

get

public static Wildcard get(boolean dotAll)
Getter for the lazily initialized wildcard instances.

Parameters:
dotAll - match-all flag
Returns:
the instance