public static class XSISimpleTypes.AnyType extends XSISimpleTypes.XSISimpleType implements ComplexType
ALL, LIST, NONE, RESTRICTION, UNION
Constructor and Description |
---|
AnyType() |
Modifier and Type | Method and 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 ...
|
canCreateAttributes, canEncode, encode, findChildElement, findChildElement, getChildType, getFacets, getFinal, getId, getNamespace, getParent, getParents, toAttribute
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getFinal, getId, getParent
canEncode, encode, findChildElement, getNamespace
public static SimpleType getInstance()
schema.xsi.XSISimpleTypes.XSISimpleType#getInstance()
public boolean isAbstract()
isAbstract
in interface ComplexType
ComplexType.isAbstract()
public String getAnyAttributeNameSpace()
getAnyAttributeNameSpace
in interface ComplexType
ComplexType.getAnyAttributeNameSpace()
public Attribute[] getAttributes()
getAttributes
in interface ComplexType
ComplexType.getAttributes()
public int getBlock()
getBlock
in interface ComplexType
ComplexType.getBlock()
public ElementGrouping getChild()
getChild
in interface ComplexType
ComplexType.getChild()
public Element[] getChildElements()
getChildElements
in interface ComplexType
ComplexType.getChildElements()
public boolean isMixed()
isMixed
in interface ComplexType
ComplexType.isMixed()
public boolean isDerived()
isDerived
in interface ComplexType
ComplexType.isDerived()
public boolean cache(Element element, Map<String,Object> hints)
cache
in interface ComplexType
ComplexType.cache(org.geotools.xml.schema.Element,
java.util.Map)
public Object getValue(Element element, ElementValue[] value, Attributes attrs, Map<String,Object> hints) throws OperationNotSupportedException
getValue
in interface Type
OperationNotSupportedException
Type.getValue(org.geotools.xml.schema.Element,
org.geotools.xml.schema.ElementValue[], org.xml.sax.Attributes, java.util.Map)
public String getName()
getName
in interface Type
Type.getName()
public Class getInstanceType()
getInstanceType
in interface Type
Type.getInstanceType()
Copyright © 1996–2022 Geotools. All rights reserved.