org.oXML.engine
Class NodeSerializer

java.lang.Object
  extended byorg.oXML.engine.NodeSerializer

public class NodeSerializer
extends java.lang.Object


Constructor Summary
NodeSerializer()
           
 
Method Summary
 void output(ResultDirector dir, Node node)
           
 void output(java.io.Writer writer, Node node)
           
 java.lang.String toString(Node node)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeSerializer

public NodeSerializer()
Method Detail

toString

public java.lang.String toString(Node node)
                          throws ObjectBoxProcessingException
Throws:
ObjectBoxProcessingException

output

public void output(java.io.Writer writer,
                   Node node)
            throws ObjectBoxProcessingException
Throws:
ObjectBoxProcessingException

output

public void output(ResultDirector dir,
                   Node node)
            throws ObjectBoxProcessingException
Throws:
ObjectBoxProcessingException