| Package | Description |
|---|---|
| org.apache.ws.commons.schema | |
| org.apache.ws.commons.schema.walker |
Walking XML Schemas
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<javax.xml.namespace.QName,XmlSchemaAttribute> |
XmlSchema.attributes |
private XmlSchemaRef<XmlSchemaAttribute> |
XmlSchemaAttribute.ref |
| Modifier and Type | Method and Description |
|---|---|
XmlSchemaAttribute |
XmlSchema.getAttributeByName(javax.xml.namespace.QName name)
Retrieve a global attribute by its QName.
|
protected XmlSchemaAttribute |
XmlSchema.getAttributeByName(javax.xml.namespace.QName name,
boolean deep,
java.util.Stack<XmlSchema> schemaStack) |
XmlSchemaAttribute |
XmlSchema.getAttributeByName(java.lang.String name)
Look for an attribute by its local name.
|
XmlSchemaAttribute |
XmlSchemaCollection.getAttributeByQName(javax.xml.namespace.QName schemaAttributeName)
Find a global attribute by QName in this collection of schemas.
|
private XmlSchemaAttribute |
SchemaBuilder.handleAttribute(XmlSchema schema,
org.w3c.dom.Element attrEl,
org.w3c.dom.Element schemaEl)
Process non-toplevel attributes
|
private XmlSchemaAttribute |
SchemaBuilder.handleAttribute(XmlSchema schema,
org.w3c.dom.Element attrEl,
org.w3c.dom.Element schemaEl,
boolean topLevel)
Process attributes
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<javax.xml.namespace.QName,XmlSchemaAttribute> |
XmlSchema.getAttributes()
Return a map containing all the defined attributes of this schema.
|
XmlSchemaRef<XmlSchemaAttribute> |
XmlSchemaAttribute.getRef() |
| Modifier and Type | Method and Description |
|---|---|
(package private) org.w3c.dom.Element |
XmlSchemaSerializer.serializeAttribute(org.w3c.dom.Document doc,
XmlSchemaAttribute attributeObj,
XmlSchema schema)
********************************************************************* Element
serializeAttribute(Document doc, XmlSchemaAttribute attributeObj, XmlSchema schema) throws
XmlSchemaSerializerException{
Each member of complex type will be appended and pass the element created.
|
| Modifier and Type | Field and Description |
|---|---|
private XmlSchemaAttribute |
XmlSchemaAttrInfo.attribute |
| Modifier and Type | Method and Description |
|---|---|
XmlSchemaAttribute |
XmlSchemaAttrInfo.getAttribute()
The underlying
XmlSchemaAttribute. |
| Modifier and Type | Method and Description |
|---|---|
private XmlSchemaAttrInfo |
XmlSchemaScope.getAttribute(XmlSchemaAttribute attribute,
boolean forceCopy) |
| Constructor and Description |
|---|
XmlSchemaAttrInfo(XmlSchemaAttribute attribute) |
XmlSchemaAttrInfo(XmlSchemaAttribute attribute,
boolean isTopLevel) |
XmlSchemaAttrInfo(XmlSchemaAttribute attribute,
XmlSchemaTypeInfo attrType)
|