| Package | Description |
|---|---|
| org.apache.ws.commons.schema | |
| org.apache.ws.commons.schema.walker |
Walking XML Schemas
|
| Modifier and Type | Class and Description |
|---|---|
class |
XmlSchemaEnumerationFacet
Class for defining enumeration facets.
|
class |
XmlSchemaFractionDigitsFacet
Class for defining fractionDigits facets.
|
class |
XmlSchemaLengthFacet
Class for defining length facets.
|
class |
XmlSchemaMaxExclusiveFacet
Class for defining maxExclusive facets.
|
class |
XmlSchemaMaxInclusiveFacet
Class for defining maxInclusive facets.
|
class |
XmlSchemaMaxLengthFacet
Class for defining maxLength facets.
|
class |
XmlSchemaMinExclusiveFacet
Class for defining minExclusive facets.
|
class |
XmlSchemaMinInclusiveFacet
Class for defining minInclusive facets.
|
class |
XmlSchemaMinLengthFacet
Class for defining minLength facets.
|
class |
XmlSchemaNumericFacet
Abstract class for defining numeric facets.
|
class |
XmlSchemaPatternFacet
Class for defining pattern facets.
|
class |
XmlSchemaTotalDigitsFacet
Class for defining totalDigits facets.
|
class |
XmlSchemaWhiteSpaceFacet
Class for defining whiteSpace facets.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<XmlSchemaFacet> |
XmlSchemaSimpleContentRestriction.facets |
private java.util.List<XmlSchemaFacet> |
XmlSchemaSimpleTypeRestriction.facets |
| Modifier and Type | Method and Description |
|---|---|
static XmlSchemaFacet |
XmlSchemaFacet.construct(org.w3c.dom.Element el) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<XmlSchemaFacet> |
XmlSchemaSimpleContentRestriction.getFacets() |
java.util.List<XmlSchemaFacet> |
XmlSchemaSimpleTypeRestriction.getFacets() |
| Modifier and Type | Method and Description |
|---|---|
private org.w3c.dom.Element |
XmlSchemaSerializer.constructFacet(XmlSchemaFacet facetObj,
org.w3c.dom.Document doc,
XmlSchema schema,
java.lang.String tagName) |
(package private) org.w3c.dom.Element |
XmlSchemaSerializer.serializeFacet(org.w3c.dom.Document doc,
XmlSchemaFacet facetObj,
XmlSchema schema)
********************************************************************* Element serializeFacet(Document
doc, XmlSchemaFacet facetObj, XmlSchema schema) throws XmlSchemaSerializerException{
detect what type of facet and cass appropriatelly, construct the element and pass it.
|
private void |
XmlSchemaCollection.setDerivationByRestriction(XmlSchema xsd,
javax.xml.namespace.QName child,
javax.xml.namespace.QName parent,
XmlSchemaFacet[] facets) |
| Modifier and Type | Method and Description |
|---|---|
private static java.util.HashMap<XmlSchemaRestriction.Type,java.util.List<XmlSchemaRestriction>> |
XmlSchemaScope.mergeFacets(java.util.HashMap<XmlSchemaRestriction.Type,java.util.List<XmlSchemaRestriction>> parentFacets,
java.util.List<XmlSchemaFacet> child) |
| Constructor and Description |
|---|
XmlSchemaRestriction(XmlSchemaFacet facet) |