org.kohsuke.rngom.binary
Class ElementPattern

java.lang.Object
  extended by org.kohsuke.rngom.binary.Pattern
      extended by org.kohsuke.rngom.binary.ElementPattern
All Implemented Interfaces:
ParsedPattern

public final class ElementPattern
extends Pattern


Method Summary
 void accept(PatternVisitor visitor)
           
 java.lang.Object apply(PatternFunction f)
           
 Pattern getContent()
           
 org.xml.sax.Locator getLocator()
           
 NameClass getNameClass()
           
 
Methods inherited from class org.kohsuke.rngom.binary.Pattern
isNullable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

accept

public void accept(PatternVisitor visitor)
Specified by:
accept in class Pattern

apply

public java.lang.Object apply(PatternFunction f)
Specified by:
apply in class Pattern

getContent

public Pattern getContent()

getNameClass

public NameClass getNameClass()

getLocator

public org.xml.sax.Locator getLocator()