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

Packages that use DTDdocument
org.exolab.castor.xml.dtd The XML DTD Object Model Version: $Revision: 6213 $ $Date: 2003-03-03 00:05:44 -0700 (Mon, 03 Mar 2003) $ Author: Alexander Totok This package is an implementation of the XML DTD specification. 
org.exolab.castor.xml.dtd.parser The XML DTD Parser API Version: $Revision: 6213 $ $Date: 2003-03-03 00:05:44 -0700 (Mon, 03 Mar 2003) $ Author: Alexander Totok This package consists of two parsers: Initial Parser parses the input text, searches for parameter entity declarations (i.e. entities used only within XML DTD) and substitutes parameter entity references by corresponding replacement text
 

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 GeneralEntity.getDocument()
          Return DTD document owning this General Entity declaration.
 DTDdocument Element.getDocument()
          Returns DTD document owning this element.
 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.