Uses of Class
com.ctc.wstx.dtd.ContentSpec
Packages that use ContentSpec
Package
Description
Package that contains Woodstox classes that implement DTD handling.
-
Uses of ContentSpec in com.ctc.wstx.dtd
Subclasses of ContentSpec in com.ctc.wstx.dtdModifier and TypeClassDescriptionclass
Content specification that defines content model that has multiple alternative elements; including mixed content model.class
Content specification that defines model that has sequence of one or more elements that have to come in the specified order.class
Content specification that defines content model consisting of just one allowed element.Fields in com.ctc.wstx.dtd declared as ContentSpecModifier and TypeFieldDescription(package private) final ContentSpec[]
ChoiceContentSpec.mContentSpecs
(package private) final ContentSpec[]
SeqContentSpec.mContentSpecs
Methods in com.ctc.wstx.dtd that return ContentSpecModifier and TypeMethodDescriptionprivate ContentSpec
FullDTDReader.readContentSpec
(PrefixedName elemName, boolean mainLevel, boolean construct) Methods in com.ctc.wstx.dtd with parameters of type ContentSpecModifier and TypeMethodDescriptionstatic DFAState
DFAState.constructDFA
(ContentSpec rootSpec) protected static PrefixedNameSet
ChoiceContentSpec.namesetFromSpecs
(boolean nsAware, ContentSpec[] specs) private ModelNode
SeqContentSpec.rewrite
(ContentSpec[] specs, int first, int last) Method parameters in com.ctc.wstx.dtd with type arguments of type ContentSpecModifier and TypeMethodDescriptionstatic SeqContentSpec
SeqContentSpec.construct
(boolean nsAware, char arity, Collection<ContentSpec> subSpecs) static ChoiceContentSpec
ChoiceContentSpec.constructChoice
(boolean nsAware, char arity, Collection<ContentSpec> specs) static ChoiceContentSpec
ChoiceContentSpec.constructMixed
(boolean nsAware, Collection<ContentSpec> specs) Constructors in com.ctc.wstx.dtd with parameters of type ContentSpecModifierConstructorDescriptionprivate
ChoiceContentSpec
(boolean nsAware, char arity, boolean mixed, ContentSpec[] specs) SeqContentSpec
(boolean nsAware, char arity, ContentSpec[] subSpecs) Constructor parameters in com.ctc.wstx.dtd with type arguments of type ContentSpecModifierConstructorDescriptionprivate
ChoiceContentSpec
(boolean nsAware, char arity, boolean mixed, Collection<ContentSpec> specs)