org.aspectj.weaver.loadtime.definition
Class SimpleAOPParser
java.lang.Object
org.aspectj.weaver.loadtime.definition.SimpleAOPParser
public class SimpleAOPParser
- extends Object
This class has been created to avoid deadlocks when instrumenting SAXParser.
So it is used as a wrapper for the ligthweigh XML parser LightXMLParser.
- Author:
- A. Nevado
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
parse
public static Definition parse(URL url)
throws Exception
- Throws:
Exception