Uses of Class
org.exolab.castor.xml.dtd.Element
Packages that use Element
Package
Description
The XML DTD Object Model
The XML DTD Parser API
-
Uses of Element in org.exolab.castor.xml.dtd
Methods in org.exolab.castor.xml.dtd that return ElementModifier and TypeMethodDescriptionAttribute.getElement()
Returns Element owning this attribute.DTDdocument.getElement
(String name) Returns requested Element Declaration.Methods in org.exolab.castor.xml.dtd that return types with arguments of type ElementModifier and TypeMethodDescriptionDTDdocument.getElements()
Returns enumeration of the Element declarations in the DTD document.Methods in org.exolab.castor.xml.dtd with parameters of type ElementModifier and TypeMethodDescriptionvoid
DTDdocument.addElement
(Element element) Adds Element Declaration to the document.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 -
Uses of Element in org.exolab.castor.xml.dtd.parser
Methods in org.exolab.castor.xml.dtd.parser with parameters of type Element