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 TypeClassDescriptionclassContent specification that defines content model that has multiple alternative elements; including mixed content model.classContent specification that defines model that has sequence of one or more elements that have to come in the specified order.classContent specification that defines content model consisting of just one allowed element.Methods in com.ctc.wstx.dtd with parameters of type ContentSpecModifier and TypeMethodDescriptionstatic DFAStateDFAState.constructDFA(ContentSpec rootSpec) protected static PrefixedNameSetChoiceContentSpec.namesetFromSpecs(boolean nsAware, ContentSpec[] specs) Method parameters in com.ctc.wstx.dtd with type arguments of type ContentSpecModifier and TypeMethodDescriptionstatic SeqContentSpecSeqContentSpec.construct(boolean nsAware, char arity, Collection<ContentSpec> subSpecs) static ChoiceContentSpecChoiceContentSpec.constructChoice(boolean nsAware, char arity, Collection<ContentSpec> specs) static ChoiceContentSpecChoiceContentSpec.constructMixed(boolean nsAware, Collection<ContentSpec> specs) Constructors in com.ctc.wstx.dtd with parameters of type ContentSpecModifierConstructorDescriptionSeqContentSpec(boolean nsAware, char arity, ContentSpec[] subSpecs)