| Package | Description |
|---|---|
| org.onemind.commons.java.datastructure | |
| org.onemind.commons.java.xml.digest |
| Modifier and Type | Class and Description |
|---|---|
class |
XmlPropertyElementDigester
A Sax elemenbt handler that can handle parsing properties specified in an xml file
This syntax of the xml is something like
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ElementCreatorDigester
An creator digester is a digester that digests an element in xml and
creates an element object as represented by xml.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractElementCreatorDigester
The abstract implementation of ElementCreatorDigester.
|
class |
ChainedDigester
A ChainedDigester is a helper digester that chains the digestion
of xml dynamically based on a dynamic digester configured as a
attribute name.
|
class |
DefaultDigester
A default digesters that does nothing
|
| Modifier and Type | Method and Description |
|---|---|
private ElementDigester |
SaxDigesterHandler.getDigester(java.lang.String path)
Get the digester for particular path
|
| Modifier and Type | Method and Description |
|---|---|
void |
SaxDigesterHandler.addDigester(ElementDigester dig)
Adding a digester to the root path
|
void |
SaxDigesterHandler.addDigester(java.lang.String path,
ElementDigester dig)
Add a digester for the path
|
void |
SaxDigesterHandler.addSubDigester(ElementDigester dig)
Add a subdigester to current element path
|
void |
SaxDigesterHandler.addSubDigester(java.lang.String prefixPath,
ElementDigester dig)
Add a sub digester at a path of current path + prefixPath
|
| Constructor and Description |
|---|
ElementEvent(ElementDigester dig,
java.lang.Object element)
Constructor
|