|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.planx.xmlstore.koala.nodes.AbstractDVMNode
public abstract class AbstractDVMNode
Skeletal implementation of a concrete SystemNode.
| Field Summary |
|---|
| Fields inherited from interface org.planx.xmlstore.Node |
|---|
BINARY, CHARDATA, ELEMENT |
| Method Summary | |
|---|---|
boolean |
contentEquals(Node n)
Returns true if and only if the specified node has the same
type, value, and attributes as this node, and their children recursively
satisfy the same predicate. |
byte[] |
getBytes()
Convenience implementation that simply returns the bytes of the string returned by getNodeValue using the default
character encoding. |
Locator |
getLocator()
|
byte |
getType()
Returns the node type of this Node. |
ValueReference |
getValueReference()
|
boolean |
isMutable()
Returns false. |
boolean |
isShared()
|
void |
setLocator(Locator loc)
|
void |
setValueReference(ValueReference vref)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.planx.xmlstore.koala.nodes.SystemNode |
|---|
getChildren |
| Methods inherited from interface org.planx.xmlstore.Node |
|---|
equals, getAttribute, getAttributeNames, getAttributes, getNodeValue, hashCode |
| Method Detail |
|---|
public boolean isMutable()
false.
isMutable in interface Nodetrue if mutable, false if immutable.public byte getType()
NodeNode.
getType in interface Nodepublic boolean isShared()
isShared in interface SystemNodepublic Locator getLocator()
getLocator in interface SystemNodepublic void setLocator(Locator loc)
setLocator in interface SystemNodepublic ValueReference getValueReference()
getValueReference in interface SystemNodepublic void setValueReference(ValueReference vref)
setValueReference in interface SystemNodepublic byte[] getBytes()
getNodeValue using the default
character encoding.
getBytes in interface Nodepublic String toString()
toString in class Objectpublic boolean contentEquals(Node n)
Nodetrue if and only if the specified node has the same
type, value, and attributes as this node, and their children recursively
satisfy the same predicate.
contentEquals in interface Node
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||