Grammar
, Serializable
public class RELAXNGGrammar extends TREXGrammar
TREXGrammar.RefContainer
Modifier and Type | Field | Description |
---|---|---|
boolean |
isAnnotationCompatible |
the compatibility property of the annotation feature.
|
boolean |
isDefaultAttributeValueCompatible |
the compatibility property of the default attribute feature.
|
boolean |
isIDcompatible |
the compatibility property of the ID/IDREF feature.
|
anyString, epsilon, nullSet, verifierTag
exp, name
dataTypes, namedPatterns, parentGrammar, pool
Constructor | Description |
---|---|
RELAXNGGrammar() |
|
RELAXNGGrammar(ExpressionPool pool) |
|
RELAXNGGrammar(ExpressionPool pool,
TREXGrammar parentGrammar) |
getExpandedExp, hashCode, hashCode, hashCode, isEpsilonReducible, peelOccurence, readResolve, visit, visit, visit, visit
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
calcEpsilonReducibility, calcHashCode, equals, isDefined, visit, visit, visit, visit
getParentGrammar, getPool, getTopLevel
public boolean isIDcompatible
public boolean isDefaultAttributeValueCompatible
Note that the currently we don't support infoset augmentation.
public boolean isAnnotationCompatible
public RELAXNGGrammar(ExpressionPool pool, TREXGrammar parentGrammar)
public RELAXNGGrammar(ExpressionPool pool)
public RELAXNGGrammar()
Copyright © 2019 Oracle Corporation. All rights reserved.