org.databene.platform.xml
Class Annotation
java.lang.Object
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Annotation
public Annotation(org.w3c.dom.Element element)
Annotation
public Annotation(java.lang.String documentation,
org.w3c.dom.Element appInfo)
getDocumentation
public java.lang.String getDocumentation()
- Returns:
- the documentation
getAppInfo
public org.w3c.dom.Element getAppInfo()
- Returns:
- the appInfo
Copyright © 2013. All Rights Reserved.