public class XmlAttribute
extends de.fau.cs.osr.ptk.common.ast.InnerNode.InnerNode1
Ws* XmlName Ws* '=' Ws* '\'' AttributeValueSq* '\''
Ws* XmlName Ws* '=' Ws* '"' ValueDqStar '"'
Ws* XmlName Ws* '=' ValueNqStar
Ws* XmlName
| Constructor and Description |
|---|
XmlAttribute() |
XmlAttribute(String name,
boolean hasValue) |
XmlAttribute(String name,
de.fau.cs.osr.ptk.common.ast.NodeList value,
boolean hasValue) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getChildNames() |
boolean |
getHasValue() |
String |
getName() |
int |
getNodeType() |
int |
getPropertyCount() |
de.fau.cs.osr.ptk.common.ast.NodeList |
getValue() |
de.fau.cs.osr.ptk.common.ast.AstNodePropertyIterator |
propertyIterator() |
boolean |
setHasValue(boolean hasValue) |
String |
setName(String name) |
void |
setValue(de.fau.cs.osr.ptk.common.ast.NodeList value) |
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, toStringpublic XmlAttribute()
public XmlAttribute(String name, boolean hasValue)
public XmlAttribute(String name, de.fau.cs.osr.ptk.common.ast.NodeList value, boolean hasValue)
public int getNodeType()
getNodeType in class de.fau.cs.osr.ptk.common.ast.AstNodepublic final String getName()
public final boolean getHasValue()
public final boolean setHasValue(boolean hasValue)
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 setValue(de.fau.cs.osr.ptk.common.ast.NodeList value)
public final de.fau.cs.osr.ptk.common.ast.NodeList getValue()
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.