Uses of Class
org.jibx.schema.elements.FacetElement

Packages that use FacetElement
org.jibx.schema   
org.jibx.schema.elements   
 

Uses of FacetElement in org.jibx.schema
 

Methods in org.jibx.schema with parameters of type FacetElement
 void SchemaVisitor.exit(FacetElement node)
          Exit facet element.
 boolean SchemaVisitor.visit(FacetElement node)
          Visit facet element.
 

Uses of FacetElement in org.jibx.schema.elements
 

Subclasses of FacetElement in org.jibx.schema.elements
static class FacetElement.Enumeration
           
static class FacetElement.FixedFacet
           
static class FacetElement.FractionDigits
           
static class FacetElement.Length
           
static class FacetElement.MaxExclusive
           
static class FacetElement.MaxInclusive
           
static class FacetElement.MaxLength
           
static class FacetElement.MinExclusive
           
static class FacetElement.MinInclusive
           
static class FacetElement.MinLength
           
static class FacetElement.NoFixedFacet
           
static class FacetElement.NumFacet
           
static class FacetElement.Pattern
           
static class FacetElement.TextFacet
           
static class FacetElement.TotalDigits
           
static class FacetElement.WhiteSpace
           
 



Copyright © 2005-2012 jibx.org. All Rights Reserved.