|
||||||||||
| 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.NameNode
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 | |
NameNode()
generated default constructor |
|
NameNode(AbstractNode me,
Type type)
|
|
NameNode(Name name)
|
|
NameNode(NameNode other,
boolean deep)
generated constructor, called directly |
|
NameNode(Node name)
generated constructor, called directly |
|
NameNode(Node uri,
Node local)
generated constructor, called directly |
|
| Method Summary | |
Node |
copy(boolean deep)
|
Name |
getNodeName()
|
void |
init()
generated default initialiser |
void |
init(NameNode other,
boolean deep)
|
void |
init(Node name)
|
void |
init(Node uri,
Node local)
|
Node |
local()
|
Node |
name()
|
Node |
namespace()
|
Node |
string()
|
| 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, toString |
| 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 NameNode(AbstractNode me,
Type type)
public NameNode()
public NameNode(Name name)
public NameNode(NameNode other,
boolean deep)
public NameNode(Node name)
throws ObjectBoxException
public NameNode(Node uri,
Node local)
| Method Detail |
public void init()
init in class AbstractNodepublic Name getNodeName()
public void init(NameNode other,
boolean deep)
public void init(Node name)
throws ObjectBoxException
ObjectBoxException
public void init(Node uri,
Node local)
public Node local()
public Node namespace()
public Node string()
public Node name()
public Node copy(boolean deep)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||