|
||||||||||
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 file using dom4j.
Constructor Summary | |
DocumentParser()
|
Method Summary | |
static java.util.List |
parse(org.dom4j.Document document)
Parses the definition DOM document. |
static void |
parseExcludePackageElements(org.dom4j.Element root,
AspectWerkzDefinition definition,
java.lang.String packageName)
Parses the exclude elements. |
static void |
parseIncludePackageElements(org.dom4j.Element root,
AspectWerkzDefinition definition,
java.lang.String packageName)
Parses the include elements. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DocumentParser()
Method Detail |
public static java.util.List parse(org.dom4j.Document document)
document
- the defintion as a document
public static void parseIncludePackageElements(org.dom4j.Element root, AspectWerkzDefinition definition, java.lang.String packageName)
root
- the root elementdefinition
- the definition objectpackageName
- the package namepublic static void parseExcludePackageElements(org.dom4j.Element root, AspectWerkzDefinition definition, java.lang.String packageName)
root
- the root elementdefinition
- the definition objectpackageName
- the package name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |