| Package | Description |
|---|---|
| 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 | Method and Description |
|---|---|
List<XmlSchemaAttrInfo> |
XmlSchemaStateMachineNode.getAttributes()
If this
SchemaStateMachineNode represents an
XmlSchemaElement, the set of XmlSchemaAttrInfos
associated with the element it represents. |
| Modifier and Type | Method and Description |
|---|---|
void |
XmlSchemaStateMachineGenerator.onVisitAttribute(XmlSchemaElement element,
XmlSchemaAttrInfo attrInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
XmlSchemaVisitor.onVisitAttribute(XmlSchemaElement element,
XmlSchemaAttrInfo attrInfo)
This method is called for each attribute associated with the element,
providing the
XmlSchemaAttrInfo representing that attribute. |
Copyright © 2004-2014 The Apache Software Foundation. All Rights Reserved.