Uses of Class
com.ctc.wstx.dtd.ContentSpec
-
Packages that use ContentSpec Package Description com.ctc.wstx.dtd Package that contains Woodstox classes that implement DTD handling. -
-
Uses of ContentSpec in com.ctc.wstx.dtd
Subclasses of ContentSpec in com.ctc.wstx.dtd Modifier and Type Class Description classChoiceContentSpecContent specification that defines content model that has multiple alternative elements; including mixed content model.classSeqContentSpecContent specification that defines model that has sequence of one or more elements that have to come in the specified order.classTokenContentSpecContent specification that defines content model consisting of just one allowed element.Fields in com.ctc.wstx.dtd declared as ContentSpec Modifier and Type Field Description (package private) ContentSpec[]ChoiceContentSpec. mContentSpecs(package private) ContentSpec[]SeqContentSpec. mContentSpecsMethods in com.ctc.wstx.dtd that return ContentSpec Modifier and Type Method Description private ContentSpecFullDTDReader. readContentSpec(PrefixedName elemName, boolean mainLevel, boolean construct)Methods in com.ctc.wstx.dtd with parameters of type ContentSpec Modifier and Type Method Description static DFAStateDFAState. constructDFA(ContentSpec rootSpec)protected static PrefixedNameSetChoiceContentSpec. namesetFromSpecs(boolean nsAware, ContentSpec[] specs)private ModelNodeSeqContentSpec. rewrite(ContentSpec[] specs, int first, int last)Method parameters in com.ctc.wstx.dtd with type arguments of type ContentSpec Modifier and Type Method Description static SeqContentSpecSeqContentSpec. construct(boolean nsAware, char arity, java.util.Collection<ContentSpec> subSpecs)static ChoiceContentSpecChoiceContentSpec. constructChoice(boolean nsAware, char arity, java.util.Collection<ContentSpec> specs)static ChoiceContentSpecChoiceContentSpec. constructMixed(boolean nsAware, java.util.Collection<ContentSpec> specs)Constructors in com.ctc.wstx.dtd with parameters of type ContentSpec Constructor Description 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 ContentSpec Constructor Description ChoiceContentSpec(boolean nsAware, char arity, boolean mixed, java.util.Collection<ContentSpec> specs)
-