|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.aspectwerkz.definition.DocumentParser
Parses the XML definition using dom4j.
Constructor Summary | |
DocumentParser()
|
Method Summary | |
static List |
parse(ClassLoader loader,
org.dom4j.Document document)
Parses the definition DOM document. |
static List |
parseAspectClassNames(org.dom4j.Document document)
Parses aspect class names. |
static void |
parsePrepareElements(org.dom4j.Element root,
SystemDefinition definition,
String packageName)
Parses the prepare elements. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DocumentParser()
Method Detail |
public static List parseAspectClassNames(org.dom4j.Document document)
document
- the defintion as a document
public static List parse(ClassLoader loader, org.dom4j.Document document)
loader
- the current class loaderdocument
- the defintion as a document
public static void parsePrepareElements(org.dom4j.Element root, SystemDefinition definition, String packageName)
root
- the root elementdefinition
- the definition objectpackageName
- the base package name
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |