This classes exposes a single class method which can replay a recording of an XML Parse Use the XML.SAX.Recorder content handler to record the sequence of calls and their parameters made by the SAX parser. More...
Static Public Member Functions | |
Replay (_.Library.Integer Target, _.XML.SAX.ContentHandler Handler) | |
Target is the key in IRIS.Temp into which XML.SAX.Recorder has placed its data. More... | |
Additional Inherited Members | |
![]() | |
_.Library.Status | OnAddToSaveSet (_.Library.Integer depth, _.Library.Integer insert, _.Library.Integer callcount) |
This callback method is invoked when the current object is added to the SaveSet,. More... | |
_.Library.Status | OnClose () |
This callback method is invoked by the <METHOD>Close</METHOD> method to. More... | |
_.Library.Status | OnConstructClone (_.Library.RegisteredObject object, _.Library.Boolean deep, _.Library.String cloned) |
This callback method is invoked by the <METHOD>ConstructClone</METHOD> method to. More... | |
_.Library.Status | OnNew () |
This callback method is invoked by the <METHOD>New</METHOD> method to. More... | |
_.Library.Status | OnValidateObject () |
This callback method is invoked by the <METHOD>ValidateObject</METHOD> method to. More... | |
![]() | |
CAPTION = None | |
Optional name used by the Form Wizard for a class when generating forms. More... | |
JAVATYPE = None | |
The Java type to be used when exported. | |
PROPERTYVALIDATION = None | |
This parameter controls the default validation behavior for the object. More... | |
This classes exposes a single class method which can replay a recording of an XML Parse Use the XML.SAX.Recorder content handler to record the sequence of calls and their parameters made by the SAX parser.
You can then substitute your own content handler witht the Replay method below to simulate a parse by the SAX parser. This greatly aids in debugging as the debugger cannot be activated during a regular CacheSAX callback.
|
static |
Target is the key in IRIS.Temp into which XML.SAX.Recorder has placed its data.
Handler is your XML.SAX.ContentHandler subclass