org.jtool.jxplatform.j2x
Class LineResolver

java.lang.Object
  extended byorg.jtool.jxplatform.j2x.LineResolver

public class LineResolver
extends java.lang.Object

Atatches line number attributes to DOM elements having the id attrubute.

Author:
Katsuhisa Maruyama

Constructor Summary
LineResolver()
           
 
Method Summary
static org.w3c.dom.Document resolve(org.w3c.dom.Document doc)
          Atatches line number attributes to DOM elements.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LineResolver

public LineResolver()
Method Detail

resolve

public static org.w3c.dom.Document resolve(org.w3c.dom.Document doc)
Atatches line number attributes to DOM elements.

Parameters:
doc - A document object.