public class ElementImpl extends InstanceComponentImpl implements ElementInstance
| Constructor and Description |
|---|
ElementImpl(XSDElementDeclaration declaration) |
| Modifier and Type | Method and Description |
|---|---|
AttributeInstance[] |
getAttributes() |
XSDNamedComponent |
getDeclaration() |
XSDElementDeclaration |
getElementDeclaration() |
XSDTypeDefinition |
getTypeDefinition() |
void |
setAttributes(AttributeInstance[] atts)
Sets the attributes of the element.
|
String |
toString()
By default indicate the elements name
|
addText, addText, getName, getNamespace, getText, setName, setNamespace, setTextclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetName, getNamespace, getText, setName, setNamespace, setTextpublic XSDTypeDefinition getTypeDefinition()
getTypeDefinition in interface InstanceComponentpublic XSDNamedComponent getDeclaration()
getDeclaration in interface InstanceComponentgetDeclaration in class InstanceComponentImplpublic XSDElementDeclaration getElementDeclaration()
getElementDeclaration in interface ElementInstancepublic AttributeInstance[] getAttributes()
getAttributes in interface ElementInstancepublic void setAttributes(AttributeInstance[] atts)
ElementInstancesetAttributes in interface ElementInstanceatts - The new attributes.public String toString()
InstanceComponentImpltoString in class InstanceComponentImplCopyright © 1996–2019 Geotools. All rights reserved.