Uses of Class
org.apache.ws.commons.schema.XmlSchemaFacet
Packages that use XmlSchemaFacet
-
Uses of XmlSchemaFacet in org.apache.ws.commons.schema
Subclasses of XmlSchemaFacet in org.apache.ws.commons.schemaModifier and TypeClassDescriptionclassClass for defining enumeration facets.classClass for defining fractionDigits facets.classClass for defining length facets.classClass for defining maxExclusive facets.classClass for defining maxInclusive facets.classClass for defining maxLength facets.classClass for defining minExclusive facets.classClass for defining minInclusive facets.classClass for defining minLength facets.classAbstract class for defining numeric facets.classClass for defining pattern facets.classClass for defining totalDigits facets.classClass for defining whiteSpace facets.Fields in org.apache.ws.commons.schema with type parameters of type XmlSchemaFacetModifier and TypeFieldDescriptionprivate List<XmlSchemaFacet> XmlSchemaSimpleContentRestriction.facetsprivate List<XmlSchemaFacet> XmlSchemaSimpleTypeRestriction.facetsMethods in org.apache.ws.commons.schema that return XmlSchemaFacetMethods in org.apache.ws.commons.schema that return types with arguments of type XmlSchemaFacetModifier and TypeMethodDescriptionXmlSchemaSimpleContentRestriction.getFacets()XmlSchemaSimpleTypeRestriction.getFacets()Methods in org.apache.ws.commons.schema with parameters of type XmlSchemaFacetModifier and TypeMethodDescriptionprivate ElementXmlSchemaSerializer.constructFacet(XmlSchemaFacet facetObj, Document doc, XmlSchema schema, String tagName) (package private) ElementXmlSchemaSerializer.serializeFacet(Document doc, XmlSchemaFacet facetObj, XmlSchema schema) ********************************************************************* Element serializeFacet(Document doc, XmlSchemaFacet facetObj, XmlSchema schema) throws XmlSchemaSerializerException{private voidXmlSchemaCollection.setDerivationByRestriction(XmlSchema xsd, QName child, QName parent, XmlSchemaFacet[] facets) -
Uses of XmlSchemaFacet in org.apache.ws.commons.schema.walker
Method parameters in org.apache.ws.commons.schema.walker with type arguments of type XmlSchemaFacetModifier and TypeMethodDescriptionprivate static HashMap<XmlSchemaRestriction.Type, List<XmlSchemaRestriction>> XmlSchemaScope.mergeFacets(HashMap<XmlSchemaRestriction.Type, List<XmlSchemaRestriction>> parentFacets, List<XmlSchemaFacet> child) Constructors in org.apache.ws.commons.schema.walker with parameters of type XmlSchemaFacet