|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.geotools.xml.schema.impl.ComplexTypeGT
Provides ...TODO summary sentence
TODO Description
Responsibilities:
Example Use:
ComplexTypeGT x = new ComplexTypeGT( ... );
TODO code example
| Constructor Summary | |
ComplexTypeGT(java.lang.String id,
java.lang.String name,
java.net.URI namespace,
ElementGrouping child,
Attribute[] attrs,
Element[] elems,
boolean mixed,
Type parent,
boolean _abstract,
boolean derived,
java.lang.String anyAttributeNS)
Construct ComplexTypeGT. |
|
| Method Summary | |
boolean |
cache(Element element,
java.util.Map hints)
TODO summary sentence for cache ... |
boolean |
canEncode(Element element,
java.lang.Object value,
java.util.Map hints)
TODO summary sentence for canEncode ... |
void |
encode(Element element,
java.lang.Object value,
PrintHandler output,
java.util.Map hints)
TODO summary sentence for encode ... |
Element |
findChildElement(java.lang.String name1)
TODO summary sentence for findChildElement ... |
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 ... |
int |
getFinal()
TODO summary sentence for getFinal ... |
java.lang.String |
getId()
TODO summary sentence for getId ... |
java.lang.Class |
getInstanceType()
TODO summary sentence for getInstanceType ... |
java.lang.String |
getName()
TODO summary sentence for getName ... |
java.net.URI |
getNamespace()
TODO summary sentence for getNamespace ... |
Type |
getParent()
TODO summary sentence for getParent ... |
java.lang.Object |
getValue(Element element,
ElementValue[] value,
org.xml.sax.Attributes attrs1,
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ComplexTypeGT(java.lang.String id,
java.lang.String name,
java.net.URI namespace,
ElementGrouping child,
Attribute[] attrs,
Element[] elems,
boolean mixed,
Type parent,
boolean _abstract,
boolean derived,
java.lang.String anyAttributeNS)
ComplexTypeGT.
id - name - namespace - child - attrs - elems - mixed - parent - _abstract - derived - anyAttributeNS - | Method Detail |
public Type getParent()
getParent in interface ComplexTypeComplexType.getParent()public boolean isAbstract()
isAbstract in interface ComplexTypeComplexType.isAbstract()public java.lang.String getAnyAttributeNameSpace()
getAnyAttributeNameSpace in interface ComplexTypeComplexType.getAnyAttributeNameSpace()public Attribute[] getAttributes()
getAttributes in interface ComplexTypeComplexType.getAttributes()public int getBlock()
getBlock in interface ComplexTypeComplexType.getBlock()public ElementGrouping getChild()
getChild in interface ComplexTypeComplexType.getChild()public Element[] getChildElements()
getChildElements in interface ComplexTypeComplexType.getChildElements()public int getFinal()
getFinal in interface ComplexTypeComplexType.getFinal()public java.lang.String getId()
getId in interface ComplexTypeComplexType.getId()public boolean isMixed()
isMixed in interface ComplexTypeComplexType.isMixed()public boolean isDerived()
isDerived in interface ComplexTypeComplexType.isDerived()
public boolean cache(Element element,
java.util.Map hints)
cache in interface ComplexTypeelement - hints -
ComplexType.cache(org.geotools.xml.schema.Element, java.util.Map)
public java.lang.Object getValue(Element element,
ElementValue[] value,
org.xml.sax.Attributes attrs1,
java.util.Map hints)
throws javax.naming.OperationNotSupportedException,
org.xml.sax.SAXException
getValue in interface Typeelement - value - attrs1 - hints -
org.xml.sax.SAXException
javax.naming.OperationNotSupportedException
org.xml.sax.SAXExceptionType.getValue(org.geotools.xml.schema.Element, org.geotools.xml.schema.ElementValue[], org.xml.sax.Attributes, java.util.Map)public java.lang.String getName()
getName in interface TypeType.getName()public java.net.URI getNamespace()
getNamespace in interface TypeType.getNamespace()public java.lang.Class getInstanceType()
getInstanceType in interface TypeType.getInstanceType()
public boolean canEncode(Element element,
java.lang.Object value,
java.util.Map hints)
canEncode in interface Typeelement - value - hints -
Type.canEncode(org.geotools.xml.schema.Element, java.lang.Object, java.util.Map)
public void encode(Element element,
java.lang.Object value,
PrintHandler output,
java.util.Map hints)
throws javax.naming.OperationNotSupportedException
encode in interface Typeelement - value - output - hints -
java.io.IOException
javax.naming.OperationNotSupportedExceptionType.encode(org.geotools.xml.schema.Element, java.lang.Object, org.geotools.xml.PrintHandler, java.util.Map)public Element findChildElement(java.lang.String name1)
findChildElement in interface Typename1 -
Type.findChildElement(java.lang.String)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||