|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Node in net.smartlab.config |
---|
Subclasses of Node 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 |
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 Node | |
---|---|
protected Node |
Reference.node
The referenced node. |
protected Node |
Element.parent
The containing node. |
Methods in net.smartlab.config that return Node | |
---|---|
protected Node |
Node.resolve(java.lang.String name,
java.lang.String id)
Resolves the requested reference through its children nodes or, recursively in the parent node children. |
protected Node |
Configuration.resolve(java.lang.String name,
java.lang.String id)
|
Constructors in net.smartlab.config with parameters of type Node | |
---|---|
Element(Node parent,
java.lang.String name)
Constructs an element with a givenparent node and name. |
|
Node(Node parent,
java.lang.String name,
org.xml.sax.Attributes attributes)
Constructs a generic empty node. |
|
Reference(Node parent,
java.lang.String name,
java.lang.String id)
Creates a reference contained by the given parent node with a specified name and unique identifier. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |