Class SimpleAOPParser
- java.lang.Object
-
- org.aspectj.weaver.loadtime.definition.SimpleAOPParser
-
public class SimpleAOPParser extends java.lang.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
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Definition
parse(java.net.URL url)
-
-
-
Method Detail
-
parse
public static Definition parse(java.net.URL url) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-