| java.lang.Object org.codehaus.aspectwerkz.definition.DocumentParser
addVirtualAspect | public static void addVirtualAspect(SystemDefinition definition)(Code) | | Adds a virtual system aspect to the definition. Needed to do various tricks.
Parameters: definition - |
parse | public static Set parse(ClassLoader loader, Document document)(Code) | | Parses the definition DOM document.
Parameters: loader - the current class loader Parameters: document - the defintion as a document the definitions |
parseAspectClassNames | public static List parseAspectClassNames(Document document)(Code) | | Parses aspect class names.
Parameters: document - the defintion as a document the aspect class names |
parseAspectDefinition | public static AspectDefinition parseAspectDefinition(Document document, SystemDefinition systemDef, Class aspectClass)(Code) | | Parses the definition DOM document.
Parameters: document - the defintion as a document Parameters: systemDef - the system definition Parameters: aspectClass - the aspect class the definition |
parsePrepareElements | public static void parsePrepareElements(Element root, SystemDefinition definition, String packageName)(Code) | | Parses the prepare elements.
Parameters: root - the root element Parameters: definition - the definition object Parameters: packageName - the base package name |
|
|