Package | Description |
---|---|
org.exolab.castor.xml.schema | |
org.exolab.castor.xml.schema.reader |
Modifier and Type | Class and Description |
---|---|
class |
AttributeGroupDecl
An XML Schema Attribute Group Definition
|
class |
AttributeGroupReference
An XML Schema Attribute Group Definition
|
Modifier and Type | Method and Description |
---|---|
AttributeGroup |
Wildcard.getAttributeGroup()
Returns the AttributeGroup that contains this wilcard (can return null)
|
AttributeGroup |
Schema.getAttributeGroup(String name)
Returns the AttributeGroup associated with the given name.
|
AttributeGroup |
AttributeGroupReference.resolveReference()
Resolves the attribute group reference
|
Modifier and Type | Method and Description |
---|---|
Collection<AttributeGroup> |
RedefineSchema.enumerateAttributeGroups()
Enumerates the attributeGroup names.
|
Collection<AttributeGroup> |
Schema.getAttributeGroups()
Returns an Enumeration of all top-level AttributeGroup declarations
|
Constructor and Description |
---|
Wildcard(AttributeGroup attGroup)
The wildcard is embedded in an AttributeGroup.
|
Modifier and Type | Method and Description |
---|---|
AttributeGroup |
AttributeGroupUnmarshaller.getAttributeGroup()
Returns the AttributeGroup created by this
AttributeGroupUnmarshaller
|
Constructor and Description |
---|
WildcardUnmarshaller(SchemaContext schemaContext,
AttributeGroup attGroup,
Schema schema,
String element,
AttributeSet atts) |
Copyright © 2018. All rights reserved.