Package com.ctc.wstx.dtd
Class ConcatModel
java.lang.Object
com.ctc.wstx.dtd.ModelNode
com.ctc.wstx.dtd.ConcatModel
Model class that represents sequence of 2 sub-models, needed to be
matched in the order.
-
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
-
Constructor Details
-
ConcatModel
-
-
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
-