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

java.lang.Object
  extended by net.sourceforge.pmd.lang.xml.ast.XmlNodeInvocationHandler
All Implemented Interfaces:
InvocationHandler

public class XmlNodeInvocationHandler
extends Object
implements InvocationHandler


Constructor Summary
XmlNodeInvocationHandler(XmlParser parser, Node node)
           
 
Method Summary
 Object invoke(Object proxy, Method method, Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlNodeInvocationHandler

public XmlNodeInvocationHandler(XmlParser parser,
                                Node node)
Method Detail

invoke

public Object invoke(Object proxy,
                     Method method,
                     Object[] args)
              throws Throwable
Specified by:
invoke in interface InvocationHandler
Throws:
Throwable


Copyright © 2002-2015 InfoEther. All Rights Reserved.