|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IlvSettingsModel
Defines the data model for IlvSettings.
IlvSettings| Method Summary | |
|---|---|
String[] |
getAttributes(Object element)
Returns the attributes of the specified element. |
Object |
getAttributeValue(Object element,
String attributeName)
Returns an attribute value of the specified element. |
Object[] |
getChildren(Object element)
Returns the children of the specified element. |
Object |
getParent(Object element)
Returns the parent of the specified object. |
String |
getType(Object element)
Returns the type of the specified element. |
| Method Detail |
|---|
Object getParent(Object element)
element - The object to retrieve the parent from.
null
if the specified object is a root of this query source.Object[] getChildren(Object element)
element - The element to retrieve the children from.
Object getAttributeValue(Object element,
String attributeName)
element - The object to retrieve an attribute value from.attributeName - The name of the attribute to retrieve the value from.
String getType(Object element)
Element elements of the DOM model and the
type of those elements will be their tag name.
element - The element to retrieve the type of.
String[] getAttributes(Object element)
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||