Class DValuePattern
java.lang.Object
org.kohsuke.rngom.rngparser.digested.DPattern
org.kohsuke.rngom.rngparser.digested.DValuePattern
- All Implemented Interfaces:
ParsedPattern
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccept(DPatternVisitor visitor) getNs()getType()getValue()booleanReturns true if this pattern is nullable.Methods inherited from class org.kohsuke.rngom.rngparser.digested.DPattern
createParseable, getAnnotation, getLocation, getNext, isAttribute, isElement, setNext
-
Constructor Details
-
DValuePattern
-
-
Method Details
-
getDatatypeLibrary
-
getType
-
getValue
-
getContext
-
getNs
-
isNullable
public boolean isNullable()Description copied from class:DPatternReturns true if this pattern is nullable. A nullable pattern is a pattern that can match the empty sequence.- Specified by:
isNullablein classDPattern
-
accept
-