org.codehaus.aspectwerkz.attribdef.definition
Class DocumentParser

java.lang.Object
  extended byorg.codehaus.aspectwerkz.attribdef.definition.DocumentParser

public class DocumentParser
extends java.lang.Object

Parses the attribdef XML definition using dom4j.

Author:
Jonas Bonér

Constructor Summary
DocumentParser()
           
 
Method Summary
static AspectWerkzDefinition parseSystemElement(org.dom4j.Element systemElement, java.lang.String basePackage)
          Parses the system elements.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentParser

public DocumentParser()
Method Detail

parseSystemElement

public static AspectWerkzDefinition parseSystemElement(org.dom4j.Element systemElement,
                                                       java.lang.String basePackage)
Parses the system elements.

Parameters:
systemElement - the system element
basePackage - the base package
Returns:
the definition for the system


Copyright (c) 2002-2004 The AspectWerkz Team. All Rights Reserved.