|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines the methods needed to implement a ListModel.
Method Summary | |
org.w3c.dom.Node |
getDefaultElement()
Get the default template element. |
org.w3c.dom.Document |
getDocument()
Get an actual reference to the Document so you can create whatever type of node you wish. |
org.w3c.dom.Node |
getElement(java.lang.String key)
Get a template element for the key. |
java.util.List |
getElementKeys()
Get a list of all the keys for a given template. |
Method Detail |
public org.w3c.dom.Node getDefaultElement()
public org.w3c.dom.Node getElement(java.lang.String key)
key
- the target key value
public java.util.List getElementKeys()
public org.w3c.dom.Document getDocument()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |