Uses of Class
org.exolab.castor.xml.dtd.DTDException
Packages that use DTDException
Package
Description
The XML DTD Object Model
The XML DTD Parser API
-
Uses of DTDException in org.exolab.castor.xml.dtd
Methods in org.exolab.castor.xml.dtd that throw DTDExceptionModifier and TypeMethodDescriptionvoid
DTDdocument.addElement
(Element element) Adds Element Declaration to the document.void
Element.addMixedContentChild
(String child) Adds name of a child to the set of children's names.void
DTDdocument.addNotation
(Notation notation) Adds a Notation Declaration to the document.void
Adds the value to the set of possible values.Converter.convertAttribute
(Attribute dtdAttribute, Schema schema) Convert DTD Attribute declaration to Schema Attribute Declaration.Converter.convertContentParticle
(ContentParticle dtdContent, Schema schema) Method to convertContentParticle
object, used to implement element content in the DTD object model, to the corresponding object in the Schema object model: eitherGroup
orElementDecl
.Converter.convertDTDElementToSchemaElement
(Element dtdElement, Schema schema) Convert DTD Element declaration to Schema Element Declaration.Converter.convertDTDObjectToSchemaObject
(DTDdocument dtd, String targetNamespace, Map nameSpaceMap) Convert DTD document object to corresponding Schema object.void
Converter.convertDTDtoSchema
(Reader reader, Writer writer) Convert DTD document to corresponding XML Schema document.void
Converter.convertDTDtoSchema
(Reader reader, Writer writer, String targetNameSpace, Map<String, String> nameSpaceMap) Convert DTD document to corresponding XML Schema document.static void
Simple command line interface to read an XML DTD file and create corresponding XML Schema file.Parses text of a DTD document and returns corresponding DTD document object.void
Converter.process
(Reader in, Writer out, String encoding, String targetNamespace, Map<String, String> namespaces) void
Converter.process
(String dtdFile, String schemaFile, String encoding, String targetNamespace, Map<String, String> namespaces) -
Uses of DTDException in org.exolab.castor.xml.dtd.parser
Methods in org.exolab.castor.xml.dtd.parser that throw DTDExceptionModifier 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 String
DTDInitialParser.EntityValue
(Hashtable parameterEntities) Parsing procedure corresponding to the Entity Value nonterminal.final String
DTDInitialParser.Input()
Main method that starts parsing process.final DTDdocument
DTDParser.Input()
Main parsing method that starts parsing process.final void
Parsing procedure corresponding to the Mixed Element Content nonterminal.final void
DTDParser.NotationDecl
(DTDdocument document) Parsing procedure corresponding to the Notation Declaration nonterminal.final void
Parsing procedure corresponding to the Parameter Entity Declaration nonterminal.