|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AttributeDecl | |
|---|---|
| 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 AttributeDecl in org.exolab.castor.xml.dtd |
|---|
| Methods in org.exolab.castor.xml.dtd that return AttributeDecl | |
|---|---|
AttributeDecl |
Converter.convertAttribute(Attribute dtdAttribute,
Schema schema)
Convert DTD Attribute declaration to Schema Attribute Declaration. |
| Uses of AttributeDecl in org.exolab.castor.xml.schema |
|---|
| Methods in org.exolab.castor.xml.schema that return AttributeDecl | |
|---|---|
AttributeDecl |
ComplexType.createAttributeDecl(String name)
Creates an AttributeDecl with the given name. |
AttributeDecl |
Schema.getAttribute(String name)
Returns the top-level Attribute associated with the given name. |
AttributeDecl |
AttributeGroupReference.getAttribute(String name)
Returns the AttributeDecl associated with the given name |
AttributeDecl |
AttributeGroupDecl.getAttribute(String name)
Returns the AttributeDecl associated with the given name |
abstract AttributeDecl |
AttributeGroup.getAttribute(String name)
Returns the AttributeDecl associated with the given name |
AttributeDecl |
ComplexType.getAttributeDecl(String name)
Returns the AttributeDecl associated with the given name. |
AttributeDecl |
AttributeDecl.getReference()
Returns the AttributeDecl that this attribute definition references. |
| Methods in org.exolab.castor.xml.schema that return types with arguments of type AttributeDecl | |
|---|---|
Collection<AttributeDecl> |
Schema.getAttributes()
Returns an Enumeration of all top-level Attribute declarations |
| Methods in org.exolab.castor.xml.schema with parameters of type AttributeDecl | |
|---|---|
void |
Schema.addAttribute(AttributeDecl attribute)
Adds the given attribute definition to this Schema definition |
void |
AttributeGroupDecl.addAttribute(AttributeDecl attrDecl)
Adds the given attribute definition to this AttributeGroup |
void |
ComplexType.addAttributeDecl(AttributeDecl attrDecl)
Adds the given AttributeDecl to this ComplexType. |
boolean |
Schema.removeAttribute(AttributeDecl attribute)
Removes the given top level Attribute from this Schema |
boolean |
AttributeGroupDecl.removeAttribute(AttributeDecl attr)
Removes the given AttributeDecl from this AttributeGroup. |
void |
ComplexType.removeAttributeDecl(AttributeDecl attrDecl)
Removes the given AttributeDecl from this ComplexType. |
void |
AttributeDecl.setReference(AttributeDecl reference)
Sets the reference for this attribute definition |
| Uses of AttributeDecl in org.exolab.castor.xml.schema.reader |
|---|
| Methods in org.exolab.castor.xml.schema.reader that return AttributeDecl | |
|---|---|
AttributeDecl |
AttributeUnmarshaller.getAttribute()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||