|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Element in net.smartlab.config |
---|
Subclasses of Element in net.smartlab.config | |
---|---|
class |
Configuration
This class provides a skeletal implementation of a configuration tree to provide a set of common operations with a generic implementation. |
class |
Node
|
class |
Reference
|
class |
SQLConfiguration
Represents a configuration expressed through a database table. |
class |
XMLConfiguration
Represents a configuration expressed through an XML document. |
Fields in net.smartlab.config declared as Element | |
---|---|
protected Element |
XMLConfiguration.XMLHandler.owner
The owning element also known as the parent element. |
Methods in net.smartlab.config that return Element | |
---|---|
Element |
Element.getElement(java.lang.String name)
Returns the first contained element whose name equals the given one. |
Element |
Element.getElement(java.lang.String name,
java.lang.String attribute)
Returns the first contained element whose name equals the given one and whose attribute list contains the given one. |
Element |
Reference.getElement(java.lang.String name,
java.lang.String attribute,
java.lang.String value)
|
Element |
Node.getElement(java.lang.String name,
java.lang.String attribute,
java.lang.String value)
|
abstract Element |
Element.getElement(java.lang.String name,
java.lang.String attribute,
java.lang.String value)
Returns the first contained element whose name equals the given one and whose attribute list defines an attribute whose name and values matches the given parameters. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |