|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kohsuke.rngom.digested.DPattern
org.kohsuke.rngom.digested.DDataPattern
public class DDataPattern
Nested Class Summary | |
---|---|
class |
DDataPattern.Param
Parameter to a data pattern. |
Constructor Summary | |
---|---|
DDataPattern()
|
Method Summary | |
---|---|
Object |
accept(DPatternVisitor visitor)
|
String |
getDatatypeLibrary()
Gets the datatype library URI. |
DPattern |
getExcept()
Gets the pattern that reprsents the <except> child of this data pattern. |
List<DDataPattern.Param> |
getParams()
Gets the parameters of this <data pattern. |
String |
getType()
Gets the datatype name, such as "int" or "token". |
boolean |
isNullable()
Returns true if this pattern is nullable. |
Methods inherited from class org.kohsuke.rngom.digested.DPattern |
---|
createParseable, getAnnotation, getLocation, isAttribute, isElement |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DDataPattern()
Method Detail |
---|
public String getDatatypeLibrary()
public String getType()
public List<DDataPattern.Param> getParams()
public DPattern getExcept()
public boolean isNullable()
DPattern
isNullable
in class DPattern
public Object accept(DPatternVisitor visitor)
accept
in class DPattern
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |