|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.oXML.type.AbstractNode
org.oXML.type.AttributeNode
ObjectBox - o:XML compiler and interpreter for more information see http://www.o-xml.org/objectbox Copyright (C) 2002/2003 Martin Klang, Alpha Plus Technology Ltd email: martin at hack.org This class has been generated from an o:XML template
| Field Summary | |
static Type |
TYPE
|
| Fields inherited from class org.oXML.type.AbstractNode |
me |
| Constructor Summary | |
AttributeNode()
generated default constructor |
|
AttributeNode(AbstractNode me,
Type type)
|
|
AttributeNode(AttributeNode other,
boolean deep)
generated constructor, called directly |
|
AttributeNode(NameNode name,
Node value)
generated constructor, called directly |
|
AttributeNode(Name name,
java.lang.String value)
|
|
AttributeNode(Node name,
Node value)
generated constructor, called directly |
|
| Method Summary | |
Node |
copy(boolean deep)
|
Name |
getNodeName()
|
java.lang.String |
getValue()
|
void |
init()
generated default initialiser |
void |
init(AttributeNode other,
boolean deep)
|
void |
init(NameNode name,
Node value)
|
void |
init(Node name,
Node value)
|
NameNode |
name()
|
Node |
string()
|
java.lang.String |
toString()
|
Node |
value()
|
| Methods inherited from class org.oXML.type.AbstractNode |
addChildNode, booleanValue, byteValue, cast, cast, equals, equals, getAttribute, getAttributes, getAttributeValue, getChildNodes, getDocument, getInstance, getName, getNextSibling, getParent, getPreviousSibling, getType, hashCode, hasInstance, insert, numberValue, removeChild, setAttribute, setAttribute, setInstance, setName, setParent, stringValue |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final Type TYPE
| Constructor Detail |
public AttributeNode(AbstractNode me,
Type type)
public AttributeNode()
public AttributeNode(Name name,
java.lang.String value)
public AttributeNode(AttributeNode other,
boolean deep)
public AttributeNode(Node name,
Node value)
public AttributeNode(NameNode name,
Node value)
| Method Detail |
public void init()
init in class AbstractNodepublic Name getNodeName()
public java.lang.String getValue()
public java.lang.String toString()
toString in class AbstractNode
public void init(AttributeNode other,
boolean deep)
public void init(Node name,
Node value)
public void init(NameNode name,
Node value)
public NameNode name()
public Node value()
public Node string()
public Node copy(boolean deep)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||