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 |
---|---|
DTDdocument |
GeneralEntity.getDocument()
Return DTD document owning this General Entity declaration.
|
DTDdocument |
Element.getDocument()
Returns DTD document owning this element.
|
DTDdocument |
Notation.getDocument()
Returns DTD document owning this notation.
|
DTDdocument |
Converter.parseDTD(Reader reader)
Parses text of a DTD document and returns corresponding DTD document
object.
|
Modifier and Type | Method and Description |
---|---|
Schema |
Converter.convertDTDObjectToSchemaObject(DTDdocument dtd,
String targetNamespace,
Map nameSpaceMap)
Convert DTD document object to corresponding Schema object.
|
Constructor and Description |
---|
Element(DTDdocument document)
Constructor, setting owning DTD document of the element.
|
Element(DTDdocument document,
String name)
Constructor, setting the name of the element and owning DTD document.
|
GeneralEntity(DTDdocument document,
String name)
Constructor, setting name and owning DTD document of the general entity.
|
Notation(DTDdocument document,
String name)
Constructor, setting name and owning DTD document of the notation.
|
Modifier and Type | Method and Description |
---|---|
DTDdocument |
DTDParser.Input()
Main parsing method that starts parsing process.
|
Modifier and Type | Method and Description |
---|---|
void |
DTDParser.AttlistDecl(DTDdocument document)
Parsing procedure corresponding to the Attribute Declaration nonterminal.
|
void |
DTDParser.ElementDecl(DTDdocument document)
Parsing procedure corresponding to the Element Declaration nonterminal.
|
void |
DTDParser.GEntityDecl(DTDdocument document)
Parsing procedure corresponding to the General Entity
Declaration nonterminal.
|
void |
DTDParser.NotationDecl(DTDdocument document)
Parsing procedure corresponding to the Notation Declaration nonterminal.
|
Copyright © 2022. All rights reserved.