|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ElementDecl | |
|---|---|
| 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.schema | |
| org.exolab.castor.xml.schema.reader | |
| Uses of ElementDecl in org.exolab.castor.xml.dtd |
|---|
| Methods in org.exolab.castor.xml.dtd that return ElementDecl | |
|---|---|
ElementDecl |
Converter.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 ElementDecl | |
|---|---|
ElementDecl |
Schema.getElementDecl(String name)
Returns the ElementDecl of associated with the given name |
ElementDecl |
Group.getElementDecl(String name)
Returns the element declaration with the given name, or null if no element declaration with that name exists in this ContentModelGroup. |
ElementDecl |
ContentModelGroup.getElementDecl(String name)
Returns the element declaration with the given name, or null if no element declaration with that name exists in this ContentModelGroup. |
ElementDecl |
ComplexType.getElementDecl(String name)
Returns the element declaration with the given name, or null if no element declaration with that name exists in this ContentModelGroup. |
ElementDecl |
ElementDecl.getReference()
Returns the ElementDecl that this element definition references. |
| Methods in org.exolab.castor.xml.schema that return types with arguments of type ElementDecl | |
|---|---|
Collection<ElementDecl> |
Schema.getElementDecls()
Returns an Enumeration of all top-level element declarations |
| Methods in org.exolab.castor.xml.schema with parameters of type ElementDecl | |
|---|---|
void |
Schema.addElementDecl(ElementDecl elementDecl)
Adds the given Element declaration to this Schema defintion |
void |
Group.addElementDecl(ElementDecl elementDecl)
Adds the given ElementDecl to this ContentModelGroup. |
void |
ContentModelGroup.addElementDecl(ElementDecl elementDecl)
Adds the given ElementDecl to this ContentModelGroup. |
void |
ComplexType.addElementDecl(ElementDecl elementDecl)
Adds the given ElementDecl to this ContentModelGroup. |
boolean |
Schema.removeElement(ElementDecl element)
Removes the given top level Element from this Schema |
boolean |
Group.removeElementDecl(ElementDecl element)
Removes the given ElementDecl from this ContentModelGroup. |
boolean |
ContentModelGroup.removeElementDecl(ElementDecl elementDecl)
Removes the given ElementDecl from this ContentModelGroup. |
boolean |
ComplexType.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 | |
|---|---|
ElementDecl |
ElementUnmarshaller.getElement()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||