Uses of Package
org.exolab.castor.xml.dtd

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

Classes in org.exolab.castor.xml.dtd used by org.exolab.castor.xml.dtd
Attribute
          Implementation of DTD Attribute declaration specification.
ContentParticle
          Implementation of DTD Content Particle specification, used to define the content of an element.
DTDdocument
          Implementation of DTD document specification.
DTDException
          This exception is thrown in the following cases: if a DTD document does not comply with DTD syntax and the parser is unable to parse the document; if a DTD document, though syntactically is well formed, but semantically is not correct, for example if an attribute is defined for an undefined element.
Element
          Implementation of DTD Element declaration specification.
GeneralEntity
          Implementation of DTD General Entity declaration specification.
Notation
          Implementation of DTD Notation declaration specification.
 

Classes in org.exolab.castor.xml.dtd used by org.exolab.castor.xml.dtd.parser
ContentParticle
          Implementation of DTD Content Particle specification, used to define the content of an element.
DTDdocument
          Implementation of DTD document specification.
DTDException
          This exception is thrown in the following cases: if a DTD document does not comply with DTD syntax and the parser is unable to parse the document; if a DTD document, though syntactically is well formed, but semantically is not correct, for example if an attribute is defined for an undefined element.
Element
          Implementation of DTD Element declaration specification.
 



Copyright © 2012. All Rights Reserved.