FileDocCategorySizeDatePackage
JDOMNode.javaAPI DocExample3316Sat Sep 01 16:05:24 BST 2001javaxml2

JDOMNode

public interface JDOMNode
Basic Node interface for all JDOM types.

Fields Summary
Constructors Summary
Methods Summary
public java.lang.ObjectgetNode()

This returns the decorated attribute.

return
Object - the decorated object.

public java.lang.StringgetNodeName()

This returns the name of the node.

return
String - name of the node.

public javaxml2.JDOMNodegetParentNode()

This returns the parent of the node, as a {@link JDOMNode}.

return
JDOMNode - this node's parent.

public java.lang.StringgetQName()

This returns the qualified name of this Node.

return
String - this node's qualified name

public java.util.Iteratoriterator()

This returns an Iterator over this node's content.

return
Iterator - this node's content.

public java.lang.StringtoString()

This is the base node's toString() call.

return
String - description of attribute.