Package | Description |
---|---|
com.ctc.wstx.dtd |
Package that contains Woodstox classes that implement DTD handling.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
(package private) ContentSpec[] |
ChoiceContentSpec.mContentSpecs |
(package private) ContentSpec[] |
SeqContentSpec.mContentSpecs |
Modifier and Type | Method and Description |
---|---|
private ContentSpec |
FullDTDReader.readContentSpec(PrefixedName elemName,
boolean mainLevel,
boolean construct) |
Modifier and Type | Method and Description |
---|---|
static DFAState |
DFAState.constructDFA(ContentSpec rootSpec) |
protected static PrefixedNameSet |
ChoiceContentSpec.namesetFromSpecs(boolean nsAware,
ContentSpec[] specs) |
private ModelNode |
SeqContentSpec.rewrite(ContentSpec[] specs,
int first,
int last) |
Modifier and Type | Method and Description |
---|---|
static SeqContentSpec |
SeqContentSpec.construct(boolean nsAware,
char arity,
java.util.Collection<ContentSpec> subSpecs) |
static ChoiceContentSpec |
ChoiceContentSpec.constructChoice(boolean nsAware,
char arity,
java.util.Collection<ContentSpec> specs) |
static ChoiceContentSpec |
ChoiceContentSpec.constructMixed(boolean nsAware,
java.util.Collection<ContentSpec> specs) |
Constructor and Description |
---|
ChoiceContentSpec(boolean nsAware,
char arity,
boolean mixed,
ContentSpec[] specs) |
SeqContentSpec(boolean nsAware,
char arity,
ContentSpec[] subSpecs) |
Constructor and Description |
---|
ChoiceContentSpec(boolean nsAware,
char arity,
boolean mixed,
java.util.Collection<ContentSpec> specs) |