org.onemind.jxp.config
Class JxpConfigDigester

java.lang.Object
  extended by org.onemind.commons.java.xml.digest.DefaultDigester
      extended by org.onemind.commons.java.xml.digest.AbstractElementCreatorDigester
          extended by org.onemind.jxp.config.JxpConfigDigester
All Implemented Interfaces:
org.onemind.commons.java.event.EventListener, org.onemind.commons.java.xml.digest.ElementCreatorDigester, org.onemind.commons.java.xml.digest.ElementDigester, org.onemind.commons.java.xml.digest.ElementListener

public class JxpConfigDigester
extends org.onemind.commons.java.xml.digest.AbstractElementCreatorDigester
implements org.onemind.commons.java.xml.digest.ElementListener

JxpConfigDigester digest jxp configuration

Author:
TiongHiang Lee (thlee@onemindsoft.org)

Field Summary
private  boolean _doMethodStats
          do method statistics
private  java.util.Map _env
          the environment
private  JxpProcessor _processor
          the processor
 
Constructor Summary
JxpConfigDigester()
          Constructor
 
Method Summary
 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)
          
 
Methods inherited from class org.onemind.commons.java.xml.digest.AbstractElementCreatorDigester
addListener, getCreatedElement, removeListener, setCreatedElement
 
Methods inherited from class org.onemind.commons.java.xml.digest.DefaultDigester
characters, getElementName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.onemind.commons.java.xml.digest.ElementDigester
characters, getElementName
 

Field Detail

_processor

private JxpProcessor _processor
the processor


_env

private java.util.Map _env
the environment


_doMethodStats

private boolean _doMethodStats
do method statistics

Constructor Detail

JxpConfigDigester

public JxpConfigDigester()
Constructor

Method Detail

startDigest

public void startDigest(org.onemind.commons.java.xml.digest.SaxDigesterHandler handler,
                        org.xml.sax.Attributes attr)
                 throws org.xml.sax.SAXException

Specified by:
startDigest in interface org.onemind.commons.java.xml.digest.ElementDigester
Overrides:
startDigest in class org.onemind.commons.java.xml.digest.DefaultDigester
Throws:
org.xml.sax.SAXException

objectCreated

public void objectCreated(java.lang.Object obj)

Specified by:
objectCreated in interface org.onemind.commons.java.xml.digest.ElementListener

getProcessor

public JxpProcessor getProcessor()
Return the created processor

Returns:
the processor

endDigest

public void endDigest(org.onemind.commons.java.xml.digest.SaxDigesterHandler handler)
               throws org.xml.sax.SAXException

Specified by:
endDigest in interface org.onemind.commons.java.xml.digest.ElementDigester
Overrides:
endDigest in class org.onemind.commons.java.xml.digest.AbstractElementCreatorDigester
Throws:
org.xml.sax.SAXException