Class XMLNode

java.lang.Object
   |
   +----XMLNode

public abstract class XMLNode
extends Object
Base type for all nodes in an XML tree


Constructor Index

 o XMLNode()

Method Index

 o dumpTree(PrintStream)
 o protect(String)
Print a string with certain characters replaced by entities

Constructors

 o XMLNode
 public XMLNode()

Methods

 o dumpTree
 public abstract void dumpTree(PrintStream out)
 o protect
 public String protect(String s)
Print a string with certain characters replaced by entities