public class FileNodeHandler extends NodeHandler
| Modifier and Type | Field and Description |
|---|---|
protected ConfigManager |
myConfigManager |
| Constructor and Description |
|---|
FileNodeHandler(ConfigManager aConfigManager,
String aTag) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
acceptCharacters(ConfigContentHandler docHandler,
char[] chars,
int offset,
int length) |
protected Class |
getInstanceClass() |
protected Object |
startNode(Attributes attr) |
protected void |
writeConfig(ConfigWriter writer,
Object obj,
Object parent,
PrintWriter pw,
int indent) |
acceptNode, appendCharacters, getName, getValue, printIndent, setName, tag, writeParentNameprotected ConfigManager myConfigManager
public FileNodeHandler(ConfigManager aConfigManager, String aTag)
protected Class getInstanceClass()
getInstanceClass in class NodeHandlerprotected void acceptCharacters(ConfigContentHandler docHandler, char[] chars, int offset, int length)
acceptCharacters in class NodeHandlerprotected Object startNode(Attributes attr)
startNode in class NodeHandlerprotected void writeConfig(ConfigWriter writer, Object obj, Object parent, PrintWriter pw, int indent) throws SAXException
writeConfig in class NodeHandlerSAXExceptionCopyright © 2008-2016. All Rights Reserved.