Uses of Class
org.exolab.castor.xml.dtd.DTDdocument
Packages that use DTDdocument
Package
Description
The XML DTD Object Model
The XML DTD Parser API
-
Uses of DTDdocument in org.exolab.castor.xml.dtd
Methods in org.exolab.castor.xml.dtd that return DTDdocumentModifier and TypeMethodDescriptionElement.getDocument()
Returns DTD document owning this element.GeneralEntity.getDocument()
Return DTD document owning this General Entity declaration.Notation.getDocument()
Returns DTD document owning this notation.Parses text of a DTD document and returns corresponding DTD document object.Methods in org.exolab.castor.xml.dtd with parameters of type DTDdocumentModifier and TypeMethodDescriptionConverter.convertDTDObjectToSchemaObject
(DTDdocument dtd, String targetNamespace, Map<String, String> nameSpaceMap) Convert DTD document object to corresponding Schema object.Constructors in org.exolab.castor.xml.dtd with parameters of type DTDdocumentModifierConstructorDescriptionElement
(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. -
Uses of DTDdocument in org.exolab.castor.xml.dtd.parser
Methods in org.exolab.castor.xml.dtd.parser that return DTDdocumentModifier and TypeMethodDescriptionfinal DTDdocument
DTDParser.Input()
Main parsing method that starts parsing process.Methods in org.exolab.castor.xml.dtd.parser with parameters of type DTDdocumentModifier and TypeMethodDescriptionfinal void
DTDParser.AttlistDecl
(DTDdocument document) Parsing procedure corresponding to the Attribute Declaration nonterminal.final void
DTDParser.ElementDecl
(DTDdocument document) Parsing procedure corresponding to the Element Declaration nonterminal.final void
DTDParser.GEntityDecl
(DTDdocument document) Parsing procedure corresponding to the General Entity Declaration nonterminal.final void
DTDParser.NotationDecl
(DTDdocument document) Parsing procedure corresponding to the Notation Declaration nonterminal.