Package | Description |
---|---|
org.exolab.castor.xml.dtd |
The XML DTD Object Model
|
org.exolab.castor.xml.schema | |
org.exolab.castor.xml.schema.reader |
Modifier and Type | Method and Description |
---|---|
ElementDecl |
Converter.convertDTDElementToSchemaElement(Element dtdElement,
Schema schema)
Convert DTD Element declaration to Schema Element Declaration.
|
Modifier and Type | Method and Description |
---|---|
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 |
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 |
Schema.getElementDecl(String name)
Returns the ElementDecl of associated with the given name
|
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 |
ElementDecl.getReference()
Returns the ElementDecl that this element definition references.
|
Modifier and Type | Method and Description |
---|---|
Collection<ElementDecl> |
Schema.getElementDecls()
Returns an Enumeration of all top-level element declarations
|
Modifier and Type | Method and Description |
---|---|
void |
Group.addElementDecl(ElementDecl elementDecl)
Adds the given ElementDecl to this ContentModelGroup.
|
void |
ComplexType.addElementDecl(ElementDecl elementDecl)
Adds the given ElementDecl to this
ContentModelGroup . |
void |
Schema.addElementDecl(ElementDecl elementDecl)
Adds the given Element declaration to this Schema defintion
|
void |
ContentModelGroup.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 |
ComplexType.removeElementDecl(ElementDecl element)
Removes the given ElementDecl from this ContentModelGroup.
|
boolean |
ContentModelGroup.removeElementDecl(ElementDecl elementDecl)
Removes the given ElementDecl from this ContentModelGroup.
|
void |
ElementDecl.setReference(ElementDecl reference)
Sets the reference for this element definition
|
Modifier and Type | Method and Description |
---|---|
ElementDecl |
ElementUnmarshaller.getElement() |
Copyright © 2021. All rights reserved.