Package org.kohsuke.rngom.binary
Class AttributePattern
- java.lang.Object
-
- org.kohsuke.rngom.binary.Pattern
-
- org.kohsuke.rngom.binary.AttributePattern
-
- All Implemented Interfaces:
ParsedPattern
public final class AttributePattern extends Pattern
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-
-
-
Method Detail
-
accept
public void accept(PatternVisitor visitor)
-
apply
public java.lang.Object apply(PatternFunction f)
-
getContent
public Pattern getContent()
-
getNameClass
public NameClass getNameClass()
-
getLocator
public org.xml.sax.Locator getLocator()
-
-