Package | Description |
---|---|
org.apache.ws.commons.schema | |
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 |
---|---|
XmlSchemaAnyAttribute |
XmlSchemaComplexType.getAnyAttribute() |
XmlSchemaAnyAttribute |
XmlSchemaComplexContentExtension.getAnyAttribute() |
XmlSchemaAnyAttribute |
XmlSchemaAttributeGroup.getAnyAttribute() |
XmlSchemaAnyAttribute |
XmlSchemaSimpleContentExtension.getAnyAttribute() |
XmlSchemaAnyAttribute |
XmlSchemaSimpleContentRestriction.getAnyAttribute() |
XmlSchemaAnyAttribute |
XmlSchemaComplexContentRestriction.getAnyAttribute() |
XmlSchemaAnyAttribute |
XmlSchemaComplexType.getAttributeWildcard() |
Modifier and Type | Method and Description |
---|---|
void |
XmlSchemaComplexType.setAnyAttribute(XmlSchemaAnyAttribute anyAttribute) |
void |
XmlSchemaComplexContentExtension.setAnyAttribute(XmlSchemaAnyAttribute anyAttribute) |
void |
XmlSchemaAttributeGroup.setAnyAttribute(XmlSchemaAnyAttribute anyAttribute) |
void |
XmlSchemaSimpleContentExtension.setAnyAttribute(XmlSchemaAnyAttribute anyAttribute) |
void |
XmlSchemaSimpleContentRestriction.setAnyAttribute(XmlSchemaAnyAttribute anyAttribute) |
void |
XmlSchemaComplexContentRestriction.setAnyAttribute(XmlSchemaAnyAttribute anyAttribute) |
Modifier and Type | Method and Description |
---|---|
void |
XmlSchemaStateMachineGenerator.onVisitAnyAttribute(XmlSchemaElement element,
XmlSchemaAnyAttribute anyAttr) |
Modifier and Type | Method and Description |
---|---|
void |
XmlSchemaVisitor.onVisitAnyAttribute(XmlSchemaElement element,
XmlSchemaAnyAttribute anyAttr)
Called when a wildcard attribute is visited.
|
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.