uk.ac.starlink.hdx
Class HdxDocument.NodeUtil

java.lang.Object
  extended by uk.ac.starlink.hdx.HdxDocument.NodeUtil
Enclosing class:
HdxDocument

public static class HdxDocument.NodeUtil
extends Object

Collection of rather ragged Node utilities. These are primarily convenience methods for debugging.


Constructor Summary
HdxDocument.NodeUtil()
           
 
Method Summary
static String serializeNode(Node n)
          Serialize a DOM to a String.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HdxDocument.NodeUtil

public HdxDocument.NodeUtil()
Method Detail

serializeNode

public static String serializeNode(Node n)
Serialize a DOM to a String. Debugging method.

Returns:
String, or an empty string on error.


Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.