| Package | Description |
|---|---|
| org.apache.ws.commons.schema | |
| org.apache.ws.commons.schema.docpath |
Building an XML Document's Conforming Path
|
| org.apache.ws.commons.schema.walker |
Walking XML Schemas
|
| Modifier and Type | Field and Description |
|---|---|
(package private) XmlSchemaAnyAttribute |
XmlSchemaSimpleContentRestriction.anyAttribute |
private XmlSchemaAnyAttribute |
XmlSchemaSimpleContentExtension.anyAttribute |
private XmlSchemaAnyAttribute |
XmlSchemaComplexType.anyAttribute |
private XmlSchemaAnyAttribute |
XmlSchemaComplexContentRestriction.anyAttribute |
private XmlSchemaAnyAttribute |
XmlSchemaComplexContentExtension.anyAttribute |
private XmlSchemaAnyAttribute |
XmlSchemaAttributeGroup.anyAttribute |
private XmlSchemaAnyAttribute |
XmlSchemaComplexType.attributeWildcard |
| Modifier and Type | Method and Description |
|---|---|
XmlSchemaAnyAttribute |
XmlSchemaSimpleContentRestriction.getAnyAttribute() |
XmlSchemaAnyAttribute |
XmlSchemaSimpleContentExtension.getAnyAttribute() |
XmlSchemaAnyAttribute |
XmlSchemaComplexType.getAnyAttribute() |
XmlSchemaAnyAttribute |
XmlSchemaComplexContentRestriction.getAnyAttribute() |
XmlSchemaAnyAttribute |
XmlSchemaComplexContentExtension.getAnyAttribute() |
XmlSchemaAnyAttribute |
XmlSchemaAttributeGroup.getAnyAttribute() |
XmlSchemaAnyAttribute |
XmlSchemaComplexType.getAttributeWildcard() |
private XmlSchemaAnyAttribute |
SchemaBuilder.handleAnyAttribute(XmlSchema schema,
org.w3c.dom.Element anyAttrEl,
org.w3c.dom.Element schemaEl) |
| Modifier and Type | Method and Description |
|---|---|
(package private) org.w3c.dom.Element |
XmlSchemaSerializer.serializeAnyAttribute(org.w3c.dom.Document doc,
XmlSchemaAnyAttribute anyAttributeObj,
XmlSchema schema)
********************************************************************* Element
serializeAnyAttribute(Document doc, XmlSchemaAnyAttribute anyAttributeObj, XmlSchema schema)
Each member of complex type will be appended and pass the element created.
|
void |
XmlSchemaSimpleContentRestriction.setAnyAttribute(XmlSchemaAnyAttribute anyAttribute) |
void |
XmlSchemaSimpleContentExtension.setAnyAttribute(XmlSchemaAnyAttribute anyAttribute) |
void |
XmlSchemaComplexType.setAnyAttribute(XmlSchemaAnyAttribute anyAttribute) |
void |
XmlSchemaComplexContentRestriction.setAnyAttribute(XmlSchemaAnyAttribute anyAttribute) |
void |
XmlSchemaComplexContentExtension.setAnyAttribute(XmlSchemaAnyAttribute anyAttribute) |
void |
XmlSchemaAttributeGroup.setAnyAttribute(XmlSchemaAnyAttribute anyAttribute) |
(package private) void |
XmlSchemaComplexType.setAttributeWildcard(XmlSchemaAnyAttribute attributeWildcard) |
| Modifier and Type | Method and Description |
|---|---|
void |
XmlSchemaStateMachineGenerator.onVisitAnyAttribute(XmlSchemaElement element,
XmlSchemaAnyAttribute anyAttr) |
| Modifier and Type | Field and Description |
|---|---|
private XmlSchemaAnyAttribute |
XmlSchemaScope.anyAttr |
| Modifier and Type | Method and Description |
|---|---|
(package private) XmlSchemaAnyAttribute |
XmlSchemaScope.getAnyAttribute()
The wildcard attribute, if any.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XmlSchemaVisitor.onVisitAnyAttribute(XmlSchemaElement element,
XmlSchemaAnyAttribute anyAttr)
Called when a wildcard attribute is visited.
|