Uses of Class
org.exolab.castor.xml.dtd.DTDdocument

Packages that use DTDdocument
org.exolab.castor.xml.dtd The XML DTD Object Model 
org.exolab.castor.xml.dtd.parser The XML DTD Parser API 
 

Uses of DTDdocument in org.exolab.castor.xml.dtd
 

Methods in org.exolab.castor.xml.dtd that return DTDdocument
 DTDdocument Notation.getDocument()
          Returns DTD document owning this notation.
 DTDdocument Element.getDocument()
          Returns DTD document owning this element.
 DTDdocument GeneralEntity.getDocument()
          Return DTD document owning this General Entity declaration.
 DTDdocument Converter.parseDTD(Reader reader)
          Parses text of a DTD document and returns corresponding DTD document object.
 

Methods in org.exolab.castor.xml.dtd with parameters of type DTDdocument
 Schema Converter.convertDTDObjectToSchemaObject(DTDdocument dtd, String targetNamespace, Map nameSpaceMap)
          Convert DTD document object to corresponding Schema object.
 

Constructors in org.exolab.castor.xml.dtd with parameters of type DTDdocument
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.
 

Uses of DTDdocument in org.exolab.castor.xml.dtd.parser
 

Methods in org.exolab.castor.xml.dtd.parser that return DTDdocument
 DTDdocument DTDParser.Input()
          Main parsing method that starts parsing process.
 

Methods in org.exolab.castor.xml.dtd.parser with parameters of type DTDdocument
 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 © 2012. All Rights Reserved.