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 |
---|---|
AttributeDecl |
Converter.convertAttribute(Attribute dtdAttribute,
Schema schema)
Convert DTD Attribute declaration to Schema Attribute Declaration.
|
Modifier and Type | Method and Description |
---|---|
AttributeDecl |
ComplexType.createAttributeDecl(String name)
Creates an
AttributeDecl 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 |
Schema.getAttribute(String name)
Returns the top-level Attribute 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.
|
Modifier and Type | Method and Description |
---|---|
Collection<AttributeDecl> |
Schema.getAttributes()
Returns an Enumeration of all top-level Attribute declarations
|
Modifier and Type | Method and Description |
---|---|
void |
AttributeGroupDecl.addAttribute(AttributeDecl attrDecl)
Adds the given attribute definition to this AttributeGroup
|
void |
Schema.addAttribute(AttributeDecl attribute)
Adds the given attribute definition to this Schema definition
|
void |
ComplexType.addAttributeDecl(AttributeDecl attrDecl)
Adds the given
AttributeDecl to this ComplexType . |
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 Schema
|
void |
ComplexType.removeAttributeDecl(AttributeDecl attrDecl)
Removes the given
AttributeDecl from this ComplexType . |
void |
AttributeDecl.setReference(AttributeDecl reference)
Sets the reference for this attribute definition
|
Modifier and Type | Method and Description |
---|---|
AttributeDecl |
AttributeUnmarshaller.getAttribute() |
Copyright © 2021. All rights reserved.