org.geotools.xml.xsi
Class XSISimpleTypes.AnyType

Object
  extended by XSISimpleTypes.XSISimpleType
      extended by XSISimpleTypes.AnyType
All Implemented Interfaces:
ComplexType, SimpleType, Type
Enclosing class:
XSISimpleTypes

public static class XSISimpleTypes.AnyType
extends XSISimpleTypes.XSISimpleType
implements ComplexType


Field Summary
 
Fields inherited from interface SimpleType
ALL, LIST, NONE, RESTRICTION, UNION
 
Constructor Summary
XSISimpleTypes.AnyType()
           
 
Method Summary
 boolean cache(Element element, Map hints)
          TODO summary sentence for cache ...
 String getAnyAttributeNameSpace()
          TODO summary sentence for getAnyAttributeNameSpace ...
 Attribute[] getAttributes()
          TODO summary sentence for getAttributes ...
 int getBlock()
          TODO summary sentence for getBlock ...
 ElementGrouping getChild()
          TODO summary sentence for getChild ...
 Element[] getChildElements()
          TODO summary sentence for getChildElements ...
static SimpleType getInstance()
           
 Class getInstanceType()
          TODO summary sentence for getInstanceType ...
 String getName()
          TODO summary sentence for getName ...
 Object getValue(Element element, ElementValue[] value, Attributes attrs, Map hints)
          TODO summary sentence for getValue ...
 boolean isAbstract()
          TODO summary sentence for isAbstract ...
 boolean isDerived()
          TODO summary sentence for isDerived ...
 boolean isMixed()
          TODO summary sentence for isMixed ...
 
Methods inherited from class XSISimpleTypes.XSISimpleType
canCreateAttributes, canEncode, encode, findChildElement, findChildElement, getChildType, getFacets, getFinal, getId, getNamespace, getParent, getParents, toAttribute
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface ComplexType
getFinal, getId, getParent
 
Methods inherited from interface Type
canEncode, encode, findChildElement, getNamespace
 

Constructor Detail

XSISimpleTypes.AnyType

public XSISimpleTypes.AnyType()
Method Detail

getInstance

public static SimpleType getInstance()
See Also:
schema.xsi.XSISimpleTypes.XSISimpleType#getInstance()

isAbstract

public boolean isAbstract()
TODO summary sentence for isAbstract ...

Specified by:
isAbstract in interface ComplexType
See Also:
ComplexType.isAbstract()

getAnyAttributeNameSpace

public String getAnyAttributeNameSpace()
TODO summary sentence for getAnyAttributeNameSpace ...

Specified by:
getAnyAttributeNameSpace in interface ComplexType
See Also:
ComplexType.getAnyAttributeNameSpace()

getAttributes

public Attribute[] getAttributes()
TODO summary sentence for getAttributes ...

Specified by:
getAttributes in interface ComplexType
See Also:
ComplexType.getAttributes()

getBlock

public int getBlock()
TODO summary sentence for getBlock ...

Specified by:
getBlock in interface ComplexType
See Also:
ComplexType.getBlock()

getChild

public ElementGrouping getChild()
TODO summary sentence for getChild ...

Specified by:
getChild in interface ComplexType
See Also:
ComplexType.getChild()

getChildElements

public Element[] getChildElements()
TODO summary sentence for getChildElements ...

Specified by:
getChildElements in interface ComplexType
See Also:
ComplexType.getChildElements()

isMixed

public boolean isMixed()
TODO summary sentence for isMixed ...

Specified by:
isMixed in interface ComplexType
See Also:
ComplexType.isMixed()

isDerived

public boolean isDerived()
TODO summary sentence for isDerived ...

Specified by:
isDerived in interface ComplexType
See Also:
ComplexType.isDerived()

cache

public boolean cache(Element element,
                     Map hints)
TODO summary sentence for cache ...

Specified by:
cache in interface ComplexType
Parameters:
element -
hints -
Returns:
True, except when streaming the element.
See Also:
ComplexType.cache(org.geotools.xml.schema.Element, java.util.Map)

getValue

public Object getValue(Element element,
                       ElementValue[] value,
                       Attributes attrs,
                       Map hints)
                throws OperationNotSupportedException
TODO summary sentence for getValue ...

Specified by:
getValue in interface Type
Parameters:
element -
value -
attrs -
hints -
Returns:
Object
Throws:
SAXException
OperationNotSupportedException
See Also:
Type.getValue(org.geotools.xml.schema.Element, org.geotools.xml.schema.ElementValue[], org.xml.sax.Attributes, java.util.Map)

getName

public String getName()
TODO summary sentence for getName ...

Specified by:
getName in interface Type
See Also:
Type.getName()

getInstanceType

public Class getInstanceType()
TODO summary sentence for getInstanceType ...

Specified by:
getInstanceType in interface Type
See Also:
Type.getInstanceType()


Copyright © 1996-2010 Geotools. All Rights Reserved.