Uses of Class
org.exolab.castor.xml.schema.ElementDecl
Packages that use ElementDecl
Package
Description
The XML DTD Object Model
-
Uses of ElementDecl in org.exolab.castor.xml.dtd
Methods in org.exolab.castor.xml.dtd that return ElementDeclModifier and TypeMethodDescriptionConverter.convertDTDElementToSchemaElement
(Element dtdElement, Schema schema) Convert DTD Element declaration to Schema Element Declaration. -
Uses of ElementDecl in org.exolab.castor.xml.schema
Methods in org.exolab.castor.xml.schema that return ElementDeclModifier and TypeMethodDescriptionComplexType.getElementDecl
(String name) Returns the element declaration with the given name, or null if no element declaration with that name exists in this ContentModelGroup.ContentModelGroup.getElementDecl
(String name) Returns the element declaration with the given name, or null if no element declaration with that name exists in thisContentModelGroup
.Group.getElementDecl
(String name) Returns the element declaration with the given name, or null if no element declaration with that name exists in thisContentModelGroup
.Schema.getElementDecl
(String name) Returns the ElementDecl of associated with the given nameElementDecl.getReference()
Returns the ElementDecl that this element definition references.Methods in org.exolab.castor.xml.schema that return types with arguments of type ElementDeclModifier and TypeMethodDescriptionSchema.getElementDecls()
Returns an Enumeration of all top-level element declarationsElementDecl.getSubstitutionGroupMembers()
Returns an enumeration of the elements that can be substitute to this element declaration.Methods in org.exolab.castor.xml.schema with parameters of type ElementDeclModifier and TypeMethodDescriptionvoid
ComplexType.addElementDecl
(ElementDecl elementDecl) Adds the given ElementDecl to thisContentModelGroup
.void
ContentModelGroup.addElementDecl
(ElementDecl elementDecl) Adds the given ElementDecl to this ContentModelGroup.void
Group.addElementDecl
(ElementDecl elementDecl) Adds the given ElementDecl to this ContentModelGroup.void
Schema.addElementDecl
(ElementDecl elementDecl) Adds the given Element declaration to this Schema defintionboolean
Schema.removeElement
(ElementDecl element) Removes the given top level Element from this Schemaboolean
ComplexType.removeElementDecl
(ElementDecl element) Removes the given ElementDecl from this ContentModelGroup.boolean
ContentModelGroup.removeElementDecl
(ElementDecl elementDecl) Removes the given ElementDecl from this ContentModelGroup.boolean
Group.removeElementDecl
(ElementDecl element) Removes the given ElementDecl from this ContentModelGroup.void
ElementDecl.setReference
(ElementDecl reference) Sets the reference for this element definition -
Uses of ElementDecl in org.exolab.castor.xml.schema.reader
Methods in org.exolab.castor.xml.schema.reader that return ElementDecl