|
|||||||||
| Home >> All >> org >> merlotxml >> merlot >> plugin >> [ dtd overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.merlotxml.merlot.plugin.dtd
Class TreeTableConfig

java.lang.Objectorg.merlotxml.merlot.plugin.dtd.TreeTableConfig
- public class TreeTableConfig
- extends java.lang.Object
| Field Summary | |
protected java.util.List |
columnAttributes
|
protected java.util.List |
columnNames
|
protected static java.lang.String |
XPATH_COLUMN_ATTRIBUTES
|
protected static java.lang.String |
XPATH_COLUMN_NAMES
|
| Constructor Summary | |
TreeTableConfig()
|
|
| Method Summary | |
java.util.List |
getColumnAttributes()
|
java.util.List |
getColumnNames()
|
void |
parse(org.w3c.dom.Node node)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
XPATH_COLUMN_NAMES
protected static final java.lang.String XPATH_COLUMN_NAMES
- See Also:
- Constant Field Values
XPATH_COLUMN_ATTRIBUTES
protected static final java.lang.String XPATH_COLUMN_ATTRIBUTES
- See Also:
- Constant Field Values
columnNames
protected java.util.List columnNames
columnAttributes
protected java.util.List columnAttributes
| Constructor Detail |
TreeTableConfig
public TreeTableConfig()
| Method Detail |
parse
public void parse(org.w3c.dom.Node node) throws org.xml.sax.SAXException
getColumnNames
public java.util.List getColumnNames()
getColumnAttributes
public java.util.List getColumnAttributes()
|
|||||||||
| Home >> All >> org >> merlotxml >> merlot >> plugin >> [ dtd overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.merlotxml.merlot.plugin.dtd.TreeTableConfig