|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContentSpec | |
---|---|
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 | |
---|---|
class |
ChoiceContentSpec
Content specification that defines content model that has multiple alternative elements; including mixed content model. |
class |
SeqContentSpec
Content specification that defines model that has sequence of one or more elements that have to come in the specified order. |
class |
TokenContentSpec
Content specification that defines content model consisting of just one allowed element. |
Methods in com.ctc.wstx.dtd with parameters of type ContentSpec | |
---|---|
static DFAState |
DFAState.constructDFA(ContentSpec rootSpec)
|
protected static PrefixedNameSet |
ChoiceContentSpec.namesetFromSpecs(boolean nsAware,
ContentSpec[] specs)
|
Constructors in com.ctc.wstx.dtd with parameters of type ContentSpec | |
---|---|
SeqContentSpec(boolean nsAware,
char arity,
ContentSpec[] subSpecs)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |