Uses of Class
org.apache.ws.commons.schema.XmlSchemaFacet

Packages that use XmlSchemaFacet
org.apache.ws.commons.schema   
 

Uses of XmlSchemaFacet in org.apache.ws.commons.schema
 

Subclasses of XmlSchemaFacet in org.apache.ws.commons.schema
 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.
 

Methods in org.apache.ws.commons.schema that return XmlSchemaFacet
static XmlSchemaFacet XmlSchemaFacet.construct(Element el)
           
 

Methods in org.apache.ws.commons.schema that return types with arguments of type XmlSchemaFacet
 List<XmlSchemaFacet> XmlSchemaSimpleTypeRestriction.getFacets()
           
 List<XmlSchemaFacet> XmlSchemaSimpleContentRestriction.getFacets()
           
 



Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.