Class StarModel
java.lang.Object
com.ctc.wstx.dtd.ModelNode
com.ctc.wstx.dtd.StarModel
Model class that represents any number of repetitions of its submodel
(including no repetitions).
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddFirstPos(BitSet pos) voidaddLastPos(BitSet pos) voidcalcFollowPos(BitSet[] followPosSets) Method that has to create a deep copy of the model, without sharing any of existing Objects.voidindexTokens(List<TokenModel> tokens) booleantoString()
-
Field Details
-
mModel
ModelNode mModel
-
-
Constructor Details
-
StarModel
-
-
Method Details
-
cloneModel
Method that has to create a deep copy of the model, without sharing any of existing Objects.- Specified by:
cloneModelin classModelNode
-
isNullable
public boolean isNullable()- Specified by:
isNullablein classModelNode
-
indexTokens
- Specified by:
indexTokensin classModelNode
-
addFirstPos
- Specified by:
addFirstPosin classModelNode
-
addLastPos
- Specified by:
addLastPosin classModelNode
-
calcFollowPos
- Specified by:
calcFollowPosin classModelNode
-
toString
-