org.oXML.engine
Class ProgramProxy

java.lang.Object
  extended byorg.oXML.engine.ProgramProxy
All Implemented Interfaces:
org.tagbox.config.Configurable

public class ProgramProxy
extends java.lang.Object
implements org.tagbox.config.Configurable


Constructor Summary
ProgramProxy()
           
 
Method Summary
 InterpretedProgram getProgram(java.lang.String systemId)
          get an o:XML program (from cache or file)
 void register(org.tagbox.config.ConfigurationRegistry cr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProgramProxy

public ProgramProxy()
Method Detail

getProgram

public InterpretedProgram getProgram(java.lang.String systemId)
                              throws org.xml.sax.SAXException,
                                     java.io.IOException
get an o:XML program (from cache or file)

Parameters:
systemId - identifier of the xml file
Throws:
org.xml.sax.SAXException
java.io.IOException

register

public void register(org.tagbox.config.ConfigurationRegistry cr)
              throws org.tagbox.config.ConfigurationException
Specified by:
register in interface org.tagbox.config.Configurable
Throws:
org.tagbox.config.ConfigurationException