Package | Description |
---|---|
org.exolab.castor.xml.dtd |
The XML DTD Object Model
|
org.exolab.castor.xml.dtd.parser |
The XML DTD Parser API
|
Modifier and Type | Method and Description |
---|---|
Element |
Attribute.getElement()
Returns Element owning this attribute.
|
Element |
DTDdocument.getElement(String name)
Returns requested Element Declaration.
|
Modifier and Type | Method and Description |
---|---|
void |
DTDdocument.addElement(Element element)
Adds Element Declaration to the document.
|
ElementDecl |
Converter.convertDTDElementToSchemaElement(Element dtdElement,
Schema schema)
Convert DTD Element declaration to Schema Element Declaration.
|
Constructor and Description |
---|
Attribute(Element element,
String name)
Constructor, setting name, owning element of the attribute and
occurance specification to DEFAULT.
|
Modifier and Type | Method and Description |
---|---|
void |
DTDParser.Mixed(Element element)
Parsing procedure corresponding to the Mixed Element Content
nonterminal.
|
Copyright © 2022. All rights reserved.