|
||||||||||
| 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.ElementNode
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 | |
ElementNode()
generated constructor, called directly |
|
ElementNode(AbstractNode me,
Type type)
|
|
ElementNode(ElementNode other,
boolean deep)
generated constructor, called directly |
|
ElementNode(Name name)
|
|
ElementNode(Name name,
java.util.Map attributes)
|
|
ElementNode(NameNode name)
generated constructor, called directly |
|
ElementNode(Node name)
generated constructor, called directly |
|
ElementNode(Node namespace,
Node name)
generated constructor, called directly |
|
| Method Summary | |
Node |
attribute(AttributeNode attribute)
|
Node |
attribute(NameNode name)
|
Node |
attribute(NameNode name,
Node value)
|
Node |
attribute(Node name)
|
Node |
attribute(Node name,
Node value)
|
Node |
attributes()
|
Node |
copy(boolean deep)
|
void |
init()
|
void |
init(ElementNode other,
boolean deep)
|
void |
init(NameNode name)
|
void |
init(Node name)
|
void |
init(Node namespace,
Node name)
|
Node |
name()
|
Node |
name(NameNode name)
|
Node |
name(Node name)
|
Node |
string()
|
java.lang.String |
toString()
|
| 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 ElementNode(AbstractNode me,
Type type)
public ElementNode(Name name)
public ElementNode(Name name,
java.util.Map attributes)
attributes - Map holding attribute name/value pairs as Strings
public ElementNode(ElementNode other,
boolean deep)
public ElementNode()
public ElementNode(NameNode name)
public ElementNode(Node name)
public ElementNode(Node namespace,
Node name)
| Method Detail |
public java.lang.String toString()
toString in class AbstractNode
public void init(ElementNode other,
boolean deep)
public void init()
init in class AbstractNodepublic void init(NameNode name)
public void init(Node name)
public void init(Node namespace,
Node name)
public Node name()
public Node name(Node name)
public Node name(NameNode name)
public Node attribute(Node name)
public Node attribute(NameNode name)
public Node attribute(AttributeNode attribute)
public Node attributes()
public Node attribute(Node name,
Node value)
public Node attribute(NameNode name,
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 | |||||||||