cyber.web.form
Class DomConfigBase
java.lang.Object
|
+--cyber.web.form.AbstractDecomposable
|
+--cyber.web.form.ConfigBase
|
+--cyber.web.form.DomConfigBase
- All Implemented Interfaces:
- Decomposable
- Direct Known Subclasses:
- PluginConfig, XPluginConfig
- public abstract class DomConfigBase
- extends ConfigBase
- Author:
- cying
To change the template for this generated type comment go to
Window>Preferences>Java>Code Generation>Code and Comments
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
document
protected Document document
DomConfigBase
public DomConfigBase()
decompose
public void decompose(DecomposeQueue qu)
- Description copied from interface:
Decomposable
- Called by
DecomposeQueue to indicate a request for
decomposition. This methods should call
DecomposeQueue.enqueue(Decomposable decomp) to put other
decomposables into the queue, not by calling their #decompose()
directly.
- Overrides:
decompose in class ConfigBase
- Following copied from interface:
cyber.web.form.Decomposable
- Parameters:
queue - The decompose queue.
getDocument
public Document getDocument()
selectSingleNode
public Object selectSingleNode(String path)
throws ConfigException
selectNodes
public List selectNodes(String path)
throws ConfigException
selectNodes
public List selectNodes(Element base,
String path)
throws ConfigException
selectSingleNode
public Object selectSingleNode(Element base,
String path)
throws ConfigException
selectSingleElement
public Element selectSingleElement(String path)
throws ConfigException
internalReconfigure
protected void internalReconfigure(ConfigSource configSrc)
throws ConfigException
- Overrides:
internalReconfigure in class ConfigBase
- Following copied from class:
cyber.web.form.ConfigBase
- Parameters:
configSrc -
Copyright 2000-2002 Apache Software Foundation.