ist.palcom.hgraph
Class XML

java.lang.Object
  extended by ist.palcom.hgraph.XML

public class XML
extends java.lang.Object


Field Summary
static java.lang.String CHILDREN_TAG
           
static java.lang.String HANDLERS_TAG
           
static java.lang.String INDENTATION
           
static java.lang.String INPUT_TAG
           
static java.lang.String INVOKATORS_TAG
           
static java.lang.String LISTERNERS_TAG
           
static java.lang.String LOGS_TAG
           
static java.lang.String RETURNS_TAG
           
static java.lang.String VALUES_TAG
           
 
Constructor Summary
XML()
           
 
Method Summary
static java.lang.String eventToXML(HgraphEvent event)
           
static java.lang.String toXML(IHgraphNode node)
           
static java.lang.String toXMLFull(IHgraphNode node)
           
static java.lang.String toXMLFullRecursively(IHgraphNode node)
           
static java.lang.String toXMLRecursively(IHgraphNode node)
           
static java.lang.String valueToXML(Value value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INDENTATION

public static java.lang.String INDENTATION

HANDLERS_TAG

public static final java.lang.String HANDLERS_TAG
See Also:
Constant Field Values

INVOKATORS_TAG

public static final java.lang.String INVOKATORS_TAG
See Also:
Constant Field Values

LISTERNERS_TAG

public static final java.lang.String LISTERNERS_TAG
See Also:
Constant Field Values

VALUES_TAG

public static final java.lang.String VALUES_TAG
See Also:
Constant Field Values

CHILDREN_TAG

public static final java.lang.String CHILDREN_TAG
See Also:
Constant Field Values

LOGS_TAG

public static final java.lang.String LOGS_TAG
See Also:
Constant Field Values

INPUT_TAG

public static final java.lang.String INPUT_TAG
See Also:
Constant Field Values

RETURNS_TAG

public static final java.lang.String RETURNS_TAG
See Also:
Constant Field Values
Constructor Detail

XML

public XML()
Method Detail

toXML

public static java.lang.String toXML(IHgraphNode node)

toXMLRecursively

public static java.lang.String toXMLRecursively(IHgraphNode node)

toXMLFull

public static java.lang.String toXMLFull(IHgraphNode node)

toXMLFullRecursively

public static java.lang.String toXMLFullRecursively(IHgraphNode node)

eventToXML

public static java.lang.String eventToXML(HgraphEvent event)

valueToXML

public static java.lang.String valueToXML(Value value)