org.oXML.type
Class BytesNode
java.lang.Object
org.oXML.type.AbstractNode
org.oXML.type.BytesNode
- All Implemented Interfaces:
- Node
- public class BytesNode
- extends AbstractNode
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
| 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 |
TYPE
public static final Type TYPE
BytesNode
public BytesNode(AbstractNode me,
Type type)
BytesNode
public BytesNode(byte[] value)
BytesNode
public BytesNode(BytesNode other,
boolean deep)
- generated constructor, called directly
BytesNode
public BytesNode(Node value)
- generated constructor, called directly
BytesNode
public BytesNode()
- generated constructor, called directly
toString
public java.lang.String toString()
- Overrides:
toString in class AbstractNode
getBytes
public byte[] getBytes()
setBytes
public void setBytes(byte[] value)
init
public void init(BytesNode other,
boolean deep)
init
public void init(Node value)
init
public void init()
- Overrides:
init in class AbstractNode
getByte
public Node getByte(Node index)
getBytes
public Node getBytes(Node start,
Node length)
append
public Node append(BytesNode bytes)
prepend
public Node prepend(BytesNode bytes)
length
public Node length()
string
public Node string()
_boolean
public Node _boolean()
copy
public Node copy(boolean deep)