org.activemath.omdocjdom
Interface OJNode

All Superinterfaces:
Infoable
All Known Implementing Classes:
Dependency, Dependency.IDElement, JDM, MBaseItem, OJDynamicItem, OJElement, OJgroup, OJItem, OJoms, OJref, OJText

public interface OJNode
extends Infoable

A minimum interface decribing the requirements of a JDOM node.

Version:

Field Summary
static String CVS_ID
           
 
Method Summary
 org.jdom.Document getDocument()
           
 org.jdom.Parent getParent()
           
 
Methods inherited from interface org.activemath.omdocjdom.Infoable
getInfo, setInfo
 

Field Detail

CVS_ID

static final String CVS_ID
See Also:
Constant Field Values
Method Detail

getParent

org.jdom.Parent getParent()

getDocument

org.jdom.Document getDocument()