Uses of Class
org.activemath.omdocjdom.OJSAXBuilder

Packages that use OJSAXBuilder
org.activemath.config This package is responsible for global configurations of the ActiveMath servlets. 
org.activemath.omdocjdom.mbase This package contains an implementation of scratchpad-MBase It stores all its documents in a set of OJDocuments and builds a table of IDs as well as dependency maps. 
org.activemath.omdocjdom.thembase   
 

Uses of OJSAXBuilder in org.activemath.config
 

Methods in org.activemath.config that return OJSAXBuilder
static OJSAXBuilder Manager.getDefaultJdomSaxBuilder()
          Returns a default SAXBuilder usable by anyone so that no uselss construction is made.
 

Uses of OJSAXBuilder in org.activemath.omdocjdom.mbase
 

Constructors in org.activemath.omdocjdom.mbase with parameters of type OJSAXBuilder
OJXmlRpcMBaseRef(String url, OJSAXBuilder builder, boolean useAppletConnection)
           
 

Uses of OJSAXBuilder in org.activemath.omdocjdom.thembase
 

Fields in org.activemath.omdocjdom.thembase declared as OJSAXBuilder
 OJSAXBuilder TheMBaseXmlRpcClient.builder