Package org.geotools.xml.xsi
Class XSISimpleTypes.AnyType
- Object
-
- XSISimpleTypes.XSISimpleType
-
- 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
Constructors Constructor Description AnyType()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
cache(Element element, Map<String,Object> 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<String,Object> 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
-
-
-
-
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 interfaceComplexType
- See Also:
ComplexType.isAbstract()
-
getAnyAttributeNameSpace
public String getAnyAttributeNameSpace()
TODO summary sentence for getAnyAttributeNameSpace ...- Specified by:
getAnyAttributeNameSpace
in interfaceComplexType
- See Also:
ComplexType.getAnyAttributeNameSpace()
-
getAttributes
public Attribute[] getAttributes()
TODO summary sentence for getAttributes ...- Specified by:
getAttributes
in interfaceComplexType
- See Also:
ComplexType.getAttributes()
-
getBlock
public int getBlock()
TODO summary sentence for getBlock ...- Specified by:
getBlock
in interfaceComplexType
- See Also:
ComplexType.getBlock()
-
getChild
public ElementGrouping getChild()
TODO summary sentence for getChild ...- Specified by:
getChild
in interfaceComplexType
- See Also:
ComplexType.getChild()
-
getChildElements
public Element[] getChildElements()
TODO summary sentence for getChildElements ...- Specified by:
getChildElements
in interfaceComplexType
- See Also:
ComplexType.getChildElements()
-
isMixed
public boolean isMixed()
TODO summary sentence for isMixed ...- Specified by:
isMixed
in interfaceComplexType
- See Also:
ComplexType.isMixed()
-
isDerived
public boolean isDerived()
TODO summary sentence for isDerived ...- Specified by:
isDerived
in interfaceComplexType
- See Also:
ComplexType.isDerived()
-
cache
public boolean cache(Element element, Map<String,Object> hints)
TODO summary sentence for cache ...- Specified by:
cache
in interfaceComplexType
- 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<String,Object> hints) throws OperationNotSupportedException
TODO summary sentence for getValue ...- Specified by:
getValue
in interfaceType
- Returns:
- Object
- Throws:
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 interfaceType
- See Also:
Type.getName()
-
getInstanceType
public Class getInstanceType()
TODO summary sentence for getInstanceType ...- Specified by:
getInstanceType
in interfaceType
- See Also:
Type.getInstanceType()
-
-