Uses of Class
org.jibx.schema.elements.FacetElement
-
Packages that use FacetElement Package Description org.jibx.schema org.jibx.schema.elements -
-
Uses of FacetElement in org.jibx.schema
Methods in org.jibx.schema with parameters of type FacetElement Modifier and Type Method Description voidSchemaVisitor. exit(FacetElement node)Exit facet element.booleanSchemaVisitor. visit(FacetElement node)Visit facet element. -
Uses of FacetElement in org.jibx.schema.elements
Subclasses of FacetElement in org.jibx.schema.elements Modifier and Type Class Description static classFacetElement.Enumerationstatic classFacetElement.FixedFacetstatic classFacetElement.FractionDigitsstatic classFacetElement.Lengthstatic classFacetElement.MaxExclusivestatic classFacetElement.MaxInclusivestatic classFacetElement.MaxLengthstatic classFacetElement.MinExclusivestatic classFacetElement.MinInclusivestatic classFacetElement.MinLengthstatic classFacetElement.NoFixedFacetstatic classFacetElement.NumFacetstatic classFacetElement.Patternstatic classFacetElement.TextFacetstatic classFacetElement.TotalDigitsstatic classFacetElement.WhiteSpace
-