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 | Method and Description |
---|---|
XmlSchemaAnyAttribute |
XmlSchemaComplexContentRestriction.getAnyAttribute() |
XmlSchemaAnyAttribute |
XmlSchemaComplexType.getAnyAttribute() |
XmlSchemaAnyAttribute |
XmlSchemaSimpleContentExtension.getAnyAttribute() |
XmlSchemaAnyAttribute |
XmlSchemaAttributeGroup.getAnyAttribute() |
XmlSchemaAnyAttribute |
XmlSchemaComplexContentExtension.getAnyAttribute() |
XmlSchemaAnyAttribute |
XmlSchemaSimpleContentRestriction.getAnyAttribute() |
XmlSchemaAnyAttribute |
XmlSchemaComplexType.getAttributeWildcard() |
Modifier and Type | Method and Description |
---|---|
void |
XmlSchemaComplexContentRestriction.setAnyAttribute(XmlSchemaAnyAttribute anyAttribute) |
void |
XmlSchemaComplexType.setAnyAttribute(XmlSchemaAnyAttribute anyAttribute) |
void |
XmlSchemaSimpleContentExtension.setAnyAttribute(XmlSchemaAnyAttribute anyAttribute) |
void |
XmlSchemaAttributeGroup.setAnyAttribute(XmlSchemaAnyAttribute anyAttribute) |
void |
XmlSchemaComplexContentExtension.setAnyAttribute(XmlSchemaAnyAttribute anyAttribute) |
void |
XmlSchemaSimpleContentRestriction.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–2019 The Apache Software Foundation. All rights reserved.