net.sourceforge.pmd.lang.xml.ast
Class DumpFacade

java.lang.Object
  extended by net.sourceforge.pmd.lang.xml.ast.DumpFacade

public class DumpFacade
extends Object


Constructor Summary
DumpFacade()
           
 
Method Summary
 void initializeWith(Writer writer, String prefix, boolean recurse, XmlNode node)
           
 Object visit(XmlNode node, Object data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DumpFacade

public DumpFacade()
Method Detail

initializeWith

public void initializeWith(Writer writer,
                           String prefix,
                           boolean recurse,
                           XmlNode node)

visit

public Object visit(XmlNode node,
                    Object data)


Copyright © 2002-2015 InfoEther. All Rights Reserved.