Uses of Class
org.exolab.castor.xml.schema.AttributeDecl
Packages that use AttributeDecl
Package
Description
The XML DTD Object Model
-
Uses of AttributeDecl in org.exolab.castor.xml.dtd
Methods in org.exolab.castor.xml.dtd that return AttributeDeclModifier and TypeMethodDescriptionConverter.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 AttributeDeclModifier and TypeMethodDescriptionComplexType.createAttributeDecl
(String name) Creates anAttributeDecl
with the given name.abstract AttributeDecl
AttributeGroup.getAttribute
(String name) Returns the AttributeDecl associated with the given nameAttributeGroupDecl.getAttribute
(String name) Returns the AttributeDecl associated with the given nameAttributeGroupReference.getAttribute
(String name) Returns the AttributeDecl associated with the given nameSchema.getAttribute
(String name) Returns the top-level Attribute associated with the given name.ComplexType.getAttributeDecl
(String name) Returns theAttributeDecl
associated with the given name.AttributeDecl.getReference()
Returns the AttributeDecl that this attribute definition references.Methods in org.exolab.castor.xml.schema that return types with arguments of type AttributeDeclModifier and TypeMethodDescriptionComplexType.getAttributeDecls()
Returns an Enumeration of *all* the AttributeDecl objects declared within this ComplexType.abstract Enumeration
<AttributeDecl> AttributeGroup.getAttributes()
Returns an Enumeration of all the attributes of this attribute group.AttributeGroupDecl.getAttributes()
Returns an Enumeration of all the attributes of this attribute group.AttributeGroupReference.getAttributes()
Returns an enumeration of the AttributeDecls and AttributeGroups of this AttributeGroupSchema.getAttributes()
Returns an Enumeration of all top-level Attribute declarationsComplexType.getLocalAttributeDecls()
Returns an Enumeration of *all* locally defined AttributeDecl declared within this ComplexType.AttributeGroupDecl.getLocalAttributes()
Returns the attributes of THIS attribute group.Methods in org.exolab.castor.xml.schema with parameters of type AttributeDeclModifier and TypeMethodDescriptionvoid
AttributeGroupDecl.addAttribute
(AttributeDecl attrDecl) Adds the given attribute definition to this AttributeGroupvoid
Schema.addAttribute
(AttributeDecl attribute) Adds the given attribute definition to this Schema definitionvoid
ComplexType.addAttributeDecl
(AttributeDecl attrDecl) Adds the givenAttributeDecl
to thisComplexType
.boolean
AttributeGroupDecl.removeAttribute
(AttributeDecl attr) Removes the given AttributeDecl from this AttributeGroup.boolean
Schema.removeAttribute
(AttributeDecl attribute) Removes the given top level Attribute from this Schemavoid
ComplexType.removeAttributeDecl
(AttributeDecl attrDecl) Removes the givenAttributeDecl
from thisComplexType
.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