Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [%XML] >  [SAX] >  [Utils] >  [Replayer]
Private  Storage   

class %XML.SAX.Utils.Replayer extends %RegisteredObject

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.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1


Summary

Methods
%AddToSaveSet %ClassIsLatestVersion %ClassName %ConstructClone
%DispatchClassMethod %DispatchGetModified %DispatchGetProperty %DispatchMethod
%DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty %Extends
%GetParameter %IsA %IsModified %New
%NormalizeObject %ObjectModified %OriginalNamespace %PackageName
%RemoveFromSaveSet %SerializeObject %SetModified %ValidateObject
Replay


Methods

• classmethod Replay(Target As %Integer, Handler As %XML.SAX.ContentHandler)
Target is the key in IRIS.Temp into which %XML.SAX.Recorder has placed its data Handler is your %XML.SAX.ContentHandler subclass


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.