org.pf.joi.xml
Class NodeRenderer

java.lang.Object
  extended byorg.pf.joi.xml.NodeRenderer
All Implemented Interfaces:
org.pf.joi.ObjectRenderer

public class NodeRenderer
extends java.lang.Object
implements org.pf.joi.ObjectRenderer

Renders a org.w3c.dom.Element to a String.

Version:
1.0
Author:
Manfred Duchrow

Constructor Summary
NodeRenderer()
          Initialize the new instance with default values.
 
Method Summary
 java.lang.String inspectString(java.lang.Object obj)
          Returns the string representation of the specified object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeRenderer

public NodeRenderer()
Initialize the new instance with default values.

Method Detail

inspectString

public java.lang.String inspectString(java.lang.Object obj)
Returns the string representation of the specified object.

Specified by:
inspectString in interface org.pf.joi.ObjectRenderer
Parameters:
obj - Must be a org.w3c.dom.Node !