dk.brics.relaxng
Class NoContentPattern

java.lang.Object
  extended by dk.brics.relaxng.Pattern
      extended by dk.brics.relaxng.NoContentPattern
Direct Known Subclasses:
EmptyPattern, NotAllowedPattern, RefPattern, TextPattern, ValuePattern

public abstract class NoContentPattern
extends Pattern

Abstract superclass for patterns with no contents.


Field Summary
 
Fields inherited from class dk.brics.relaxng.Pattern
origin
 
Constructor Summary
NoContentPattern(Origin origin)
          Constructs a new pattern with no contents.
 
Method Summary
 
Methods inherited from class dk.brics.relaxng.Pattern
getOrigin, process, setOrigin
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoContentPattern

public NoContentPattern(Origin origin)
Constructs a new pattern with no contents.

Parameters:
origin - source information (null if not applicable)


Copyright © 2005-2010 Anders Møller.