Package | Description |
---|---|
uk.ac.sheffield.jast.valid |
Grammar readers and validation engines for validating XML documents.
|
uk.ac.sheffield.jast.xml |
Types that model the DOM-tree nodes of an XML document object model.
|
Modifier and Type | Method and Description |
---|---|
XMLSchema |
XSDReader.readDocument()
Parses XML schema data from the input source and creates an XMLSchema.
|
Constructor and Description |
---|
XSDCompiler(XMLSchema schema)
Creates an XSDCompiler to analyse the given XML Schema.
|
Modifier and Type | Method and Description |
---|---|
XMLSchema |
XMLSchema.clone()
Clones this XMLSchema node.
|
XMLSchema |
XMLSchema.setDeclaration(Declaration declaration)
Sets the XML declaration associated with this XMLSchema.
|
XMLSchema |
XMLSchema.setDoctype(Doctype doctype)
Sets the optional XML Doctype associated with this XMLSchema.
|
XMLSchema |
XMLSchema.setEncoding(java.lang.String encoding)
Sets the character encoding associated with this Document.
|
XMLSchema |
XMLSchema.setRootElement(Element root)
Sets the root Element of this XMLSchema.
|
XMLSchema |
XMLSchema.setVersion(java.lang.String version)
Sets the XML version associated with this Document.
|