Package | Description |
---|---|
com.sun.xml.xsom |
Interfaces that the client should use to access schema information.
|
com.sun.xml.xsom.impl |
Implementation of the
com.sun.xml.xsom package. |
com.sun.xml.xsom.impl.parser |
Parser that reads XML Schema documents and builds an
XSSchemaSet object. |
com.sun.xml.xsom.impl.scd | |
com.sun.xml.xsom.impl.util | |
com.sun.xml.xsom.util | |
com.sun.xml.xsom.visitor |
Visitor pattern support for the
com.sun.xml.xsom interfaces. |
Modifier and Type | Method and Description |
---|---|
XSAttributeDecl |
XSSchema.getAttributeDecl(java.lang.String localName) |
XSAttributeDecl |
XSSchemaSet.getAttributeDecl(java.lang.String namespaceURI,
java.lang.String localName) |
XSAttributeDecl |
XSAttributeUse.getDecl() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,XSAttributeDecl> |
XSSchema.getAttributeDecls()
Gets all the
XSAttributeDecl s in this schema
keyed by their local names. |
java.util.Iterator<XSAttributeDecl> |
XSSchema.iterateAttributeDecls() |
java.util.Iterator<XSAttributeDecl> |
XSSchemaSet.iterateAttributeDecls()
Iterates all atribute declarations in all the schemas.
|
Modifier and Type | Class and Description |
---|---|
class |
AttributeDeclImpl |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,XSAttributeDecl> |
SchemaImpl.atts |
private java.util.Map<java.lang.String,XSAttributeDecl> |
SchemaImpl.attsView |
Modifier and Type | Method and Description |
---|---|
XSAttributeDecl |
AttributeDeclImpl.getAttribute() |
XSAttributeDecl |
Ref.Attribute.getAttribute() |
XSAttributeDecl |
SchemaImpl.getAttributeDecl(java.lang.String name) |
XSAttributeDecl |
SchemaSetImpl.getAttributeDecl(java.lang.String ns,
java.lang.String localName) |
XSAttributeDecl |
AttributeUseImpl.getDecl() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,XSAttributeDecl> |
SchemaImpl.getAttributeDecls() |
java.util.Iterator<XSAttributeDecl> |
SchemaImpl.iterateAttributeDecls() |
java.util.Iterator<XSAttributeDecl> |
SchemaSetImpl.iterateAttributeDecls() |
Modifier and Type | Method and Description |
---|---|
void |
SchemaImpl.addAttributeDecl(XSAttributeDecl newDecl) |
Modifier and Type | Method and Description |
---|---|
XSAttributeDecl |
DelayedRef.Attribute.getAttribute() |
Modifier and Type | Field and Description |
---|---|
static Axis<XSAttributeDecl> |
Axis.ATTRIBUTE |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<T> |
AbstractAxisImpl.attributeDecl(XSAttributeDecl decl) |
Modifier and Type | Method and Description |
---|---|
void |
SchemaTreeTraverser.attributeDecl(XSAttributeDecl decl) |
void |
SchemaWriter.attributeDecl(XSAttributeDecl decl) |
private void |
SchemaTreeTraverser.dump(XSAttributeDecl decl,
java.lang.String additionalAtts)
Creates node for attribute declaration with additional attributes.
|
private void |
SchemaWriter.dump(XSAttributeDecl decl,
java.lang.String additionalAtts) |
Modifier and Type | Method and Description |
---|---|
T |
XSFunctionFilter.attributeDecl(XSAttributeDecl decl) |
java.lang.String |
ComponentNameFunction.attributeDecl(XSAttributeDecl decl) |
java.lang.Boolean |
XSFinder.attributeDecl(XSAttributeDecl decl) |
java.lang.String |
NameGetter.attributeDecl(XSAttributeDecl decl) |
Modifier and Type | Method and Description |
---|---|
T |
XSFunction.attributeDecl(XSAttributeDecl decl) |
void |
XSVisitor.attributeDecl(XSAttributeDecl decl) |