Package | Description |
---|---|
org.apache.ws.commons.schema.docpath |
This package is dedicated to walking an XML Document using the SAX API,
and building a path through its
XmlSchemaCollection to determine
how the document conforms to its schema. |
org.apache.ws.commons.schema.walker |
This package simplifies walking over an
XmlSchemaCollection . |
Modifier and Type | Method and Description |
---|---|
List<XmlSchemaAttrInfo> |
XmlSchemaStateMachineNode.getAttributes()
If this
SchemaStateMachineNode represents an
XmlSchemaElement , the set of XmlSchemaAttrInfo s
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–2024 The Apache Software Foundation. All rights reserved.