public class JxpConfigDigester
extends org.onemind.commons.java.xml.digest.AbstractElementCreatorDigester
implements org.onemind.commons.java.xml.digest.ElementListener
| Modifier and Type | Field and Description |
|---|---|
private boolean |
_doMethodStats
do method statistics
|
private java.util.Map |
_env
the environment
|
private JxpProcessor |
_processor
the processor
|
| Constructor and Description |
|---|
JxpConfigDigester()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
endDigest(org.onemind.commons.java.xml.digest.SaxDigesterHandler handler) |
JxpProcessor |
getProcessor()
Return the created processor
|
void |
objectCreated(java.lang.Object obj) |
void |
startDigest(org.onemind.commons.java.xml.digest.SaxDigesterHandler handler,
org.xml.sax.Attributes attr) |
addListener, getCreatedElement, removeListener, setCreatedElementcharacters, getElementNameprivate JxpProcessor _processor
private java.util.Map _env
private boolean _doMethodStats
public void startDigest(org.onemind.commons.java.xml.digest.SaxDigesterHandler handler,
org.xml.sax.Attributes attr)
throws org.xml.sax.SAXException
startDigest in interface org.onemind.commons.java.xml.digest.ElementDigesterstartDigest in class org.onemind.commons.java.xml.digest.DefaultDigesterorg.xml.sax.SAXExceptionpublic void objectCreated(java.lang.Object obj)
objectCreated in interface org.onemind.commons.java.xml.digest.ElementListenerpublic JxpProcessor getProcessor()
public void endDigest(org.onemind.commons.java.xml.digest.SaxDigesterHandler handler)
throws org.xml.sax.SAXException
endDigest in interface org.onemind.commons.java.xml.digest.ElementDigesterendDigest in class org.onemind.commons.java.xml.digest.AbstractElementCreatorDigesterorg.xml.sax.SAXException