org.databene.platform.xml
Class Annotation

java.lang.Object
  extended by org.databene.platform.xml.Annotation

public class Annotation
extends java.lang.Object

Represents an XML annotation with a documentation String and an appInfo element.

Created: 27.02.2008 09:51:45

Since:
0.5.0
Author:
Volker Bergmann

Constructor Summary
Annotation(org.w3c.dom.Element element)
           
Annotation(java.lang.String documentation, org.w3c.dom.Element appInfo)
           
 
Method Summary
 org.w3c.dom.Element getAppInfo()
           
 java.lang.String getDocumentation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Annotation

public Annotation(org.w3c.dom.Element element)

Annotation

public Annotation(java.lang.String documentation,
                  org.w3c.dom.Element appInfo)
Method Detail

getDocumentation

public java.lang.String getDocumentation()
Returns:
the documentation

getAppInfo

public org.w3c.dom.Element getAppInfo()
Returns:
the appInfo


Copyright © 2013. All Rights Reserved.