Uses of Class
com.ctc.wstx.dtd.ModelNode
Packages that use ModelNode
Package
Description
Package that contains Woodstox classes that implement DTD handling.
-
Uses of ModelNode in com.ctc.wstx.dtd
Subclasses of ModelNode in com.ctc.wstx.dtdModifier and TypeClassDescriptionclassModel class that encapsulates set of sub-models, of which one (and only one) needs to be matched.classModel class that represents sequence of 2 sub-models, needed to be matched in the order.classContent specification class that represents an optional specification.classModel class that represents any number of repetitions of its submodel (including no repetitions).final classModel class that encapsulates a single (obligatory) token instance.Fields in com.ctc.wstx.dtd declared as ModelNodeModifier and TypeFieldDescription(package private) ModelNodeConcatModel.mLeftModel(package private) ModelNodeOptionalModel.mModel(package private) ModelNodeStarModel.mModel(package private) ModelNodeConcatModel.mRightModel(package private) final ModelNode[]ChoiceModel.mSubModelsMethods in com.ctc.wstx.dtd that return ModelNodeModifier and TypeMethodDescriptionChoiceModel.cloneModel()Method that has to create a deep copy of the model, without sharing any of existing Objects.ConcatModel.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.OptionalModel.cloneModel()Method that has to create a deep copy of the model, without sharing any of existing Objects.StarModel.cloneModel()Method that has to create a deep copy of the model, without sharing any of existing Objects.TokenModel.cloneModel()Method that has to create a deep copy of the model, without sharing any of existing Objects.ChoiceContentSpec.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.SeqContentSpec.rewrite()private ModelNodeSeqContentSpec.rewrite(ContentSpec[] specs, int first, int last) TokenContentSpec.rewrite()Constructors in com.ctc.wstx.dtd with parameters of type ModelNodeModifierConstructorDescriptionprotectedChoiceModel(ModelNode[] subModels) ConcatModel(ModelNode left, ModelNode right) OptionalModel(ModelNode model)