public class DDataPattern extends DPattern
Modifier and Type | Class and Description |
---|---|
class |
DDataPattern.Param
Parameter to a data pattern.
|
Constructor and Description |
---|
DDataPattern() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
accept(DPatternVisitor visitor) |
java.lang.String |
getDatatypeLibrary()
Gets the datatype library URI.
|
DPattern |
getExcept()
Gets the pattern that reprsents the <except> child of this data pattern.
|
java.util.List<DDataPattern.Param> |
getParams()
Gets the parameters of this <data pattern.
|
java.lang.String |
getType()
Gets the datatype name, such as "int" or "token".
|
boolean |
isNullable()
Returns true if this pattern is nullable.
|
createParseable, getAnnotation, getLocation, getNext, isAttribute, isElement, setNext
public java.lang.String getDatatypeLibrary()
public java.lang.String getType()
public java.util.List<DDataPattern.Param> getParams()
public DPattern getExcept()
public boolean isNullable()
DPattern
isNullable
in class DPattern
public java.lang.Object accept(DPatternVisitor visitor)
Copyright © 2010 - 2020 Adobe. All Rights Reserved