Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.enhydra.kelp.common.bridge
Class PrintInfo  view PrintInfo download PrintInfo.java

java.lang.Object
  extended byorg.enhydra.kelp.common.bridge.PrintInfo
Direct Known Subclasses:
PrintInfoV1, PrintInfoV2

public abstract class PrintInfo
extends java.lang.Object


Field Summary
private  java.lang.String ARROW
           
protected  java.util.Vector ids
          Table of element ids.
private static java.util.ResourceBundle res
           
protected  java.util.Vector urls
          Table URLs.
 
Constructor Summary
PrintInfo(org.w3c.dom.Document doc, org.enhydra.xml.xmlc.dom.XMLCDocument xmlcDoc)
          Construct document info from document.
 
Method Summary
protected abstract  void getElementURLs(org.w3c.dom.Element element, org.enhydra.xml.xmlc.dom.XMLCDocument xmlcDoc)
           
private  void getNodeInfo(org.w3c.dom.Node node, org.enhydra.xml.xmlc.dom.XMLCDocument xmlcDoc)
          Recursively scan nodes nodes and accumulate information.
 void printInfo(java.io.PrintWriter out)
          Print document information.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ARROW

private final java.lang.String ARROW
See Also:
Constant Field Values

res

private static java.util.ResourceBundle res

urls

protected java.util.Vector urls
Table URLs.


ids

protected java.util.Vector ids
Table of element ids.

Constructor Detail

PrintInfo

public PrintInfo(org.w3c.dom.Document doc,
                 org.enhydra.xml.xmlc.dom.XMLCDocument xmlcDoc)
Construct document info from document.

Method Detail

printInfo

public void printInfo(java.io.PrintWriter out)
Print document information.


getElementURLs

protected abstract void getElementURLs(org.w3c.dom.Element element,
                                       org.enhydra.xml.xmlc.dom.XMLCDocument xmlcDoc)

getNodeInfo

private void getNodeInfo(org.w3c.dom.Node node,
                         org.enhydra.xml.xmlc.dom.XMLCDocument xmlcDoc)
Recursively scan nodes nodes and accumulate information.