Package org.kohsuke.rngom.binary
Class ElementPattern
- java.lang.Object
-
- org.kohsuke.rngom.binary.Pattern
-
- org.kohsuke.rngom.binary.ElementPattern
-
- All Implemented Interfaces:
ParsedPattern
public final class ElementPattern extends Pattern
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(PatternVisitor visitor)
Object
apply(PatternFunction f)
Pattern
getContent()
Locator
getLocator()
NameClass
getNameClass()
-
Methods inherited from class org.kohsuke.rngom.binary.Pattern
isNullable
-
-
-
-
Method Detail
-
accept
public void accept(PatternVisitor visitor)
-
apply
public Object apply(PatternFunction f)
-
getContent
public Pattern getContent()
-
getNameClass
public NameClass getNameClass()
-
getLocator
public Locator getLocator()
-
-