Uses of Class
com.ctc.wstx.dtd.ModelNode
-
Packages that use ModelNode Package Description com.ctc.wstx.dtd Package that contains Woodstox classes that implement DTD handling. -
-
Uses of ModelNode in com.ctc.wstx.dtd
Subclasses of ModelNode in com.ctc.wstx.dtd Modifier and Type Class Description classChoiceModelModel class that encapsulates set of sub-models, of which one (and only one) needs to be matched.classConcatModelModel class that represents sequence of 2 sub-models, needed to be matched in the order.classOptionalModelContent specification class that represents an optional specification.classStarModelModel class that represents any number of repetitions of its submodel (including no repetitions).classTokenModelModel class that encapsulates a single (obligatory) token instance.Methods in com.ctc.wstx.dtd that return ModelNode Modifier and Type Method Description ModelNodeChoiceModel. cloneModel()Method that has to create a deep copy of the model, without sharing any of existing Objects.ModelNodeConcatModel. cloneModel()Method that has to create a deep copy of the model, without sharing any of existing Objects.abstract ModelNodeModelNode. cloneModel()Method that has to create a deep copy of the model, without sharing any of existing Objects.ModelNodeOptionalModel. cloneModel()Method that has to create a deep copy of the model, without sharing any of existing Objects.ModelNodeStarModel. cloneModel()Method that has to create a deep copy of the model, without sharing any of existing Objects.ModelNodeTokenModel. cloneModel()Method that has to create a deep copy of the model, without sharing any of existing Objects.ModelNodeChoiceContentSpec. rewrite()abstract ModelNodeContentSpec. rewrite()Method called as the first part of DFA construction, if necessary; will usually create simplerModelNodeinstances that will match definition this instance contains.ModelNodeSeqContentSpec. rewrite()ModelNodeTokenContentSpec. rewrite()Constructors in com.ctc.wstx.dtd with parameters of type ModelNode Constructor Description ChoiceModel(ModelNode[] subModels)ConcatModel(ModelNode left, ModelNode right)OptionalModel(ModelNode model)StarModel(ModelNode model)
-