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 TypeMethodDescriptionvoid
addFirstPos
(BitSet pos) void
addLastPos
(BitSet pos) void
calcFollowPos
(BitSet[] followPosSets) Method that has to create a deep copy of the model, without sharing any of existing Objects.void
indexTokens
(List<TokenModel> tokens) boolean
toString()
-
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:
cloneModel
in classModelNode
-
isNullable
public boolean isNullable()- Specified by:
isNullable
in classModelNode
-
indexTokens
- Specified by:
indexTokens
in classModelNode
-
addFirstPos
- Specified by:
addFirstPos
in classModelNode
-
addLastPos
- Specified by:
addLastPos
in classModelNode
-
calcFollowPos
- Specified by:
calcFollowPos
in classModelNode
-
toString
-