public interface IlvSettingsModel
IlvSettings
.IlvSettings
Modifier and Type | Method and Description |
---|---|
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.
|
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.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.