Package | Description |
---|---|
uk.ac.sheffield.jast.valid |
Grammar readers and validation engines for validating XML documents.
|
Modifier and Type | Class and Description |
---|---|
class |
IterationRule
IterationRule is a kind of GrammarRule for matching a repeated pattern.
|
class |
MixedContentRule
MixedContentRule is a kind of CompoundRule for matching mixed content.
|
class |
SelectionRule
SelectionRule is a kind of CompoundRule for matching a choice of patterns.
|
class |
SequenceRule
SequenceRule is a kind of CompoundRule for matching a sequence of patterns.
|
class |
UnorderedRule
UnorderedRule is a kind of CompoundRule for matching a set of patterns.
|
Modifier and Type | Method and Description |
---|---|
private CompoundRule |
XSDCompiler.analyseComplexContent(Element node)
Creates a CompoundRule for an XSD complexContent node.
|
private CompoundRule |
XSDCompiler.analyseCompoundType(Element node)
Creates a CompoundRule for a given XSD sequence, choice, or all node.
|
private CompoundRule |
XSDCompiler.analyseGroupRef(Element node)
Creates a CompoundRule for an XSD group reference.
|