| Package | Description |
|---|---|
| org.apache.ws.commons.schema | |
| org.apache.ws.commons.schema.walker |
Walking XML Schemas
|
| Modifier and Type | Class and Description |
|---|---|
class |
XmlSchemaAttribute
Class for attributes, representing xs:attribute.
|
class |
XmlSchemaAttributeGroupRef
Class for the attribute group reference.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<XmlSchemaAttributeOrGroupRef> |
XmlSchemaSimpleContentRestriction.attributes |
private java.util.List<XmlSchemaAttributeOrGroupRef> |
XmlSchemaSimpleContentExtension.attributes |
private java.util.List<XmlSchemaAttributeOrGroupRef> |
XmlSchemaComplexType.attributes |
private java.util.List<XmlSchemaAttributeOrGroupRef> |
XmlSchemaComplexContentRestriction.attributes |
private java.util.List<XmlSchemaAttributeOrGroupRef> |
XmlSchemaComplexContentExtension.attributes |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<XmlSchemaAttributeOrGroupRef> |
XmlSchemaSimpleContentRestriction.getAttributes() |
java.util.List<XmlSchemaAttributeOrGroupRef> |
XmlSchemaSimpleContentExtension.getAttributes() |
java.util.List<XmlSchemaAttributeOrGroupRef> |
XmlSchemaComplexType.getAttributes() |
java.util.List<XmlSchemaAttributeOrGroupRef> |
XmlSchemaComplexContentRestriction.getAttributes() |
java.util.List<XmlSchemaAttributeOrGroupRef> |
XmlSchemaComplexContentExtension.getAttributes() |
| Modifier and Type | Method and Description |
|---|---|
void |
XmlSchemaSimpleContentExtension.setAttributes(java.util.List<XmlSchemaAttributeOrGroupRef> attributes) |
(package private) void |
XmlSchemaComplexType.setAttributes(java.util.List<XmlSchemaAttributeOrGroupRef> attributes) |
(package private) void |
XmlSchemaComplexContentRestriction.setAttributes(java.util.List<XmlSchemaAttributeOrGroupRef> attributes) |
(package private) void |
XmlSchemaComplexContentExtension.setAttributes(java.util.List<XmlSchemaAttributeOrGroupRef> attributes) |
(package private) void |
XmlSchemaSerializer.setupAttr(org.w3c.dom.Document doc,
java.util.List<XmlSchemaAttributeOrGroupRef> attrColl,
XmlSchema schema,
org.w3c.dom.Element container) |
| Modifier and Type | Method and Description |
|---|---|
private java.util.HashMap<javax.xml.namespace.QName,XmlSchemaAttrInfo> |
XmlSchemaScope.createAttributeMap(java.util.Collection<? extends XmlSchemaAttributeOrGroupRef> attrs) |