org.idoox.xml.schema
Class Facet.WhiteSpace

java.lang.Object
  extended byorg.idoox.xml.schema.Facet
      extended byorg.idoox.xml.schema.Facet.FixableFacet
          extended byorg.idoox.xml.schema.Facet.WhiteSpace
Enclosing class:
Facet

public static class Facet.WhiteSpace
extends Facet.FixableFacet

This class represents the whiteSpace XML Schema facet.

Since:
4.7

Nested Class Summary
 
Nested classes inherited from class org.idoox.xml.schema.Facet
Facet.Enumeration, Facet.FacetEnum, Facet.FixableFacet, Facet.FractionDigits, Facet.Length, Facet.MaxExclusive, Facet.MaxInclusive, Facet.MaxLength, Facet.MinExclusive, Facet.MinInclusive, Facet.MinLength, Facet.Pattern, Facet.TotalDigits, Facet.WhiteSpace
 
Field Summary
static java.lang.String NAME
          Local name of this facet as it is printed and recognized in xml stream.
 
Fields inherited from class org.idoox.xml.schema.Facet.FixableFacet
fixed
 
Fields inherited from class org.idoox.xml.schema.Facet
name, value
 
Constructor Summary
Facet.WhiteSpace(java.lang.String value, boolean fixed)
          Creates a new whitespace facet representation.
 
Methods inherited from class org.idoox.xml.schema.Facet.FixableFacet
isFixed, toString, writeInnerXMLContent, writeInnerXMLContent2
 
Methods inherited from class org.idoox.xml.schema.Facet
equals, getName, getValue, hashCode, writeAsXML
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NAME

public static final java.lang.String NAME
Local name of this facet as it is printed and recognized in xml stream.

See Also:
Constant Field Values
Constructor Detail

Facet.WhiteSpace

public Facet.WhiteSpace(java.lang.String value,
                        boolean fixed)
                 throws SchemaException
Creates a new whitespace facet representation.

Parameters:
value - lexical value of the facet (true,false,0 or 1)