org.geotools.xml.xsi
Class XSISimpleTypes.AnyType

java.lang.Object
  extended byorg.geotools.xml.xsi.XSISimpleTypes.XSISimpleType
      extended byorg.geotools.xml.xsi.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 org.geotools.xml.schema.SimpleType
ALL, LIST, NONE, RESTRICTION, UNION
 
Constructor Summary
XSISimpleTypes.AnyType()
           
 
Method Summary
 boolean cache(Element element, java.util.Map hints)
          TODO summary sentence for cache ...
 java.lang.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()
           This method is intended to return an instance of the implemented type.
 java.lang.Class getInstanceType()
          TODO summary sentence for getInstanceType ...
 java.lang.String getName()
          TODO summary sentence for getName ...
 java.lang.Object getValue(Element element, ElementValue[] value, org.xml.sax.Attributes attrs, java.util.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 org.geotools.xml.xsi.XSISimpleTypes.XSISimpleType
canCreateAttributes, canEncode, encode, findChildElement, findChildElement, getChildType, getFacets, getFinal, getId, getNamespace, getParent, getParents, toAttribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.geotools.xml.schema.ComplexType
getFinal, getId, getParent
 
Methods inherited from interface org.geotools.xml.schema.Type
canEncode, encode, findChildElement, getNamespace
 

Constructor Detail

XSISimpleTypes.AnyType

public XSISimpleTypes.AnyType()
Method Detail

getInstance

public static SimpleType getInstance()
Description copied from class: XSISimpleTypes.XSISimpleType

This method is intended to return an instance of the implemented type.

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

isAbstract

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

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

getAnyAttributeNameSpace

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

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

getAttributes

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

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

getBlock

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

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

getChild

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

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

getChildElements

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

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

isMixed

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

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

isDerived

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

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

cache

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

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

getValue

public java.lang.Object getValue(Element element,
                                 ElementValue[] value,
                                 org.xml.sax.Attributes attrs,
                                 java.util.Map hints)
                          throws javax.naming.OperationNotSupportedException
TODO summary sentence for getValue ...

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

getName

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

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

getInstanceType

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

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


Copyright © GeoTools. All Rights Reserved.