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 booleancache(Element element, Map<String,Object> hints)TODO summary sentence for cache ...StringgetAnyAttributeNameSpace()TODO summary sentence for getAnyAttributeNameSpace ...Attribute[]getAttributes()TODO summary sentence for getAttributes ...intgetBlock()TODO summary sentence for getBlock ...ElementGroupinggetChild()TODO summary sentence for getChild ...Element[]getChildElements()TODO summary sentence for getChildElements ...static SimpleTypegetInstance()ClassgetInstanceType()TODO summary sentence for getInstanceType ...StringgetName()TODO summary sentence for getName ...ObjectgetValue(Element element, ElementValue[] value, Attributes attrs, Map<String,Object> hints)TODO summary sentence for getValue ...booleanisAbstract()TODO summary sentence for isAbstract ...booleanisDerived()TODO summary sentence for isDerived ...booleanisMixed()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:
isAbstractin interfaceComplexType- See Also:
ComplexType.isAbstract()
-
getAnyAttributeNameSpace
public String getAnyAttributeNameSpace()
TODO summary sentence for getAnyAttributeNameSpace ...- Specified by:
getAnyAttributeNameSpacein interfaceComplexType- See Also:
ComplexType.getAnyAttributeNameSpace()
-
getAttributes
public Attribute[] getAttributes()
TODO summary sentence for getAttributes ...- Specified by:
getAttributesin interfaceComplexType- See Also:
ComplexType.getAttributes()
-
getBlock
public int getBlock()
TODO summary sentence for getBlock ...- Specified by:
getBlockin interfaceComplexType- See Also:
ComplexType.getBlock()
-
getChild
public ElementGrouping getChild()
TODO summary sentence for getChild ...- Specified by:
getChildin interfaceComplexType- See Also:
ComplexType.getChild()
-
getChildElements
public Element[] getChildElements()
TODO summary sentence for getChildElements ...- Specified by:
getChildElementsin interfaceComplexType- See Also:
ComplexType.getChildElements()
-
isMixed
public boolean isMixed()
TODO summary sentence for isMixed ...- Specified by:
isMixedin interfaceComplexType- See Also:
ComplexType.isMixed()
-
isDerived
public boolean isDerived()
TODO summary sentence for isDerived ...- Specified by:
isDerivedin interfaceComplexType- See Also:
ComplexType.isDerived()
-
cache
public boolean cache(Element element, Map<String,Object> hints)
TODO summary sentence for cache ...- Specified by:
cachein 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:
getValuein 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:
getNamein interfaceType- See Also:
Type.getName()
-
getInstanceType
public Class getInstanceType()
TODO summary sentence for getInstanceType ...- Specified by:
getInstanceTypein interfaceType- See Also:
Type.getInstanceType()
-
-