com.marringtons.xml
Class XMLtoMap.Node

java.lang.Object
  extended bycom.marringtons.xml.XMLtoMap.Node
Enclosing class:
XMLtoMap

public static class XMLtoMap.Node
extends Object

Class wrapping a tree node for an XML tree


Field Summary
 Properties attributes
          XML attributes for this node
 String cData
          Concatenated CData from xml node
 Map children
          Map Child Node Instances, keyed on node name.
 String name
          Node name.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name
Node name.


children

public Map children
Map Child Node Instances, keyed on node name.


attributes

public Properties attributes
XML attributes for this node


cData

public String cData
Concatenated CData from xml node



Copyright © 2005 Paul Marrington http://library.marringtons.com