public class XmlElement extends de.fau.cs.osr.ptk.common.ast.InnerNode.InnerNode2 implements NamedXmlElement
| Constructor and Description |
|---|
XmlElement() |
XmlElement(String name,
Boolean empty,
de.fau.cs.osr.ptk.common.ast.NodeList xmlAttributes,
de.fau.cs.osr.ptk.common.ast.NodeList body) |
| Modifier and Type | Method and Description |
|---|---|
de.fau.cs.osr.ptk.common.ast.NodeList |
getBody() |
String[] |
getChildNames() |
Boolean |
getEmpty() |
String |
getName() |
int |
getNodeType() |
int |
getPropertyCount() |
de.fau.cs.osr.ptk.common.ast.NodeList |
getXmlAttributes() |
de.fau.cs.osr.ptk.common.ast.AstNodePropertyIterator |
propertyIterator() |
void |
setBody(de.fau.cs.osr.ptk.common.ast.NodeList body) |
Boolean |
setEmpty(Boolean empty) |
String |
setName(String name) |
void |
setXmlAttributes(de.fau.cs.osr.ptk.common.ast.NodeList xmlAttributes) |
get, remove, set, sizeadd, add, addAll, addAll, addAll, childrenHash, clear, clearAttributes, clone, contains, containsAll, defaultDeserializeFrom, defaultSerializeTo, deserializeAttributes, deserializeChildren, deserializeFrom, deserializeProperties, equals, equals, getAttribute, getAttributes, getBooleanAttribute, getIntAttribute, getLocation, getNativeLocation, getNodeName, getNodeTypeName, getProperty, getStringAttribute, hasAttribute, hasAttributes, hashCode, hasLocation, hasProperties, indexOf, isEmpty, isList, isNodeType, iterator, lastIndexOf, listIterator, listIterator, propertyHash, remove, removeAll, removeAttribute, retainAll, serializeAttributes, serializeChildren, serializeProperties, serializeTo, setAttribute, setAttributes, setBooleanAttribute, setIntAttribute, setLocation, setLocation, setNativeLocation, setProperty, setStringAttribute, subList, toArray, toArray, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitclearAttributes, getAttribute, getAttributes, getBooleanAttribute, getIntAttribute, getStringAttribute, hasAttribute, hasAttributes, removeAttribute, setAttribute, setAttributes, setBooleanAttribute, setIntAttribute, setStringAttributepublic int getNodeType()
getNodeType in class de.fau.cs.osr.ptk.common.ast.AstNodepublic final String getName()
getName in interface NamedXmlElementpublic final Boolean getEmpty()
public final int getPropertyCount()
getPropertyCount in interface de.fau.cs.osr.ptk.common.ast.AstNodePropertyInterfacegetPropertyCount in class de.fau.cs.osr.ptk.common.ast.AstNodepublic final de.fau.cs.osr.ptk.common.ast.AstNodePropertyIterator propertyIterator()
propertyIterator in interface de.fau.cs.osr.ptk.common.ast.AstNodePropertyInterfacepropertyIterator in class de.fau.cs.osr.ptk.common.ast.AstNodepublic final void setXmlAttributes(de.fau.cs.osr.ptk.common.ast.NodeList xmlAttributes)
public final de.fau.cs.osr.ptk.common.ast.NodeList getXmlAttributes()
public final void setBody(de.fau.cs.osr.ptk.common.ast.NodeList body)
public final de.fau.cs.osr.ptk.common.ast.NodeList getBody()
public final String[] getChildNames()
getChildNames in class de.fau.cs.osr.ptk.common.ast.InnerNodeCopyright © 2010-2012 University of Erlangen-Nürnberg - Open Source Research Group. All Rights Reserved.