xmltorng.document.relaxng.impl
Class EmptyPatternImpl

java.lang.Object
  extended by xmltorng.document.relaxng.impl.EmptyPatternImpl
All Implemented Interfaces:
Pattern

public class EmptyPatternImpl
extends java.lang.Object
implements Pattern


Field Summary
static Pattern EMPTY_PATTERN
           
 
Method Summary
 boolean isEmpty()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMPTY_PATTERN

public static final Pattern EMPTY_PATTERN
Method Detail

isEmpty

public boolean isEmpty()
Specified by:
isEmpty in interface Pattern