|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--Ulm.XML.Render.Renderer
This is a simple class used to access the given fields of the XML tree. It contains static methods to get structures of the tree. Copyright: Copyright (c) 2001 Ulm university, all rights reserved Company: Ulm university
Field Summary | |
static int |
height
Get the available height of the row: |
Constructor Summary | |
Renderer()
|
Method Summary | |
org.w3c.dom.Node |
cdir(org.w3c.dom.Node root,
java.lang.String path)
|
abstract javax.swing.JComponent |
getComponent(org.w3c.dom.Node forNode)
Return the Component that can be displayed as an iformation for this node. |
int |
getHeight()
Get the available height of the row: |
abstract java.lang.String |
getNodeName()
Return the name of the top node of the structure that is possible to render. |
void |
p(java.lang.String message)
Override to display debug messages |
java.lang.String |
seek(org.w3c.dom.Node root,
java.lang.String path)
Returns value or attribute for this path. |
int |
seekInt(org.w3c.dom.Node root,
java.lang.String path)
Returns value or attribute for this path. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static int height
Constructor Detail |
public Renderer()
Method Detail |
public java.lang.String seek(org.w3c.dom.Node root, java.lang.String path) throws java.lang.Exception
public int seekInt(org.w3c.dom.Node root, java.lang.String path) throws java.lang.Exception
public org.w3c.dom.Node cdir(org.w3c.dom.Node root, java.lang.String path)
public void p(java.lang.String message)
public abstract java.lang.String getNodeName()
public abstract javax.swing.JComponent getComponent(org.w3c.dom.Node forNode)
public int getHeight()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |