public class PlainXMLNodeElement extends java.lang.Object implements NodeElement
| Constructor and Description |
|---|
PlainXMLNodeElement(java.lang.String xmlSnippet)
Creates a new plain XML node.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Clones this element.
|
Node |
getParent()
Gets the parent (owner) node of this element.
|
void |
setParent(Node parent)
Sets the parent (owner) node of this element.
|
java.lang.String |
toString() |
void |
writeTo(XMLWriter writer)
Write element into xml...
|
public PlainXMLNodeElement(java.lang.String xmlSnippet)
xmlSnippet - Plain XML data.public java.lang.String toString()
toString in class java.lang.Objectpublic void writeTo(XMLWriter writer)
writeTo in interface NodeElementwriter - XMLWriter.public void setParent(Node parent)
setParent in interface NodeElementparent - Parent.public Node getParent()
getParent in interface NodeElementpublic java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in interface NodeElementclone in class java.lang.Objectjava.lang.CloneNotSupportedException© 2003-2011 by Sascha Schmidt (vision-cloud.de). All Rights Reserved.