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

Packages that use Element
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 Element in org.exolab.castor.xml.dtd
 

Methods in org.exolab.castor.xml.dtd that return Element
 Element Attribute.getElement()
          Returns Element owning this attribute.
 Element DTDdocument.getElement(String name)
          Returns requested Element Declaration.
 

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

Constructors in org.exolab.castor.xml.dtd with parameters of type Element
Attribute(Element element, String name)
          Constructor, setting name, owning element of the attribute and occurance specification to DEFAULT.
 

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

Methods in org.exolab.castor.xml.dtd.parser with parameters of type Element
 void DTDParser.Mixed(Element element)
          Parsing procedure corresponding to the Mixed Element Content nonterminal.
 



Copyright © 2012. All Rights Reserved.