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 TypeMethodDescriptionvoidDTDdocument.addElement(Element element) Adds Element Declaration to the document.voidElement.addMixedContentChild(String child) Adds name of a child to the set of children's names.voidDTDdocument.addNotation(Notation notation) Adds a Notation Declaration to the document.voidAdds 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 convertContentParticleobject, used to implement element content in the DTD object model, to the corresponding object in the Schema object model: eitherGrouporElementDecl.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.voidConverter.convertDTDtoSchema(Reader reader, Writer writer) Convert DTD document to corresponding XML Schema document.voidConverter.convertDTDtoSchema(Reader reader, Writer writer, String targetNameSpace, Map<String, String> nameSpaceMap) Convert DTD document to corresponding XML Schema document.static voidSimple 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.voidConverter.process(Reader in, Writer out, String encoding, String targetNamespace, Map<String, String> namespaces) voidConverter.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 voidDTDParser.AttlistDecl(DTDdocument document) Parsing procedure corresponding to the Attribute Declaration nonterminal.final voidDTDParser.ElementDecl(DTDdocument document) Parsing procedure corresponding to the Element Declaration nonterminal.final StringDTDInitialParser.EntityValue(Hashtable parameterEntities) Parsing procedure corresponding to the Entity Value nonterminal.final StringDTDInitialParser.Input()Main method that starts parsing process.final DTDdocumentDTDParser.Input()Main parsing method that starts parsing process.final voidParsing procedure corresponding to the Mixed Element Content nonterminal.final voidDTDParser.NotationDecl(DTDdocument document) Parsing procedure corresponding to the Notation Declaration nonterminal.final voidParsing procedure corresponding to the Parameter Entity Declaration nonterminal.