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

class %XML.SAX.NullEntityResolver extends %XML.SAX.EntityResolver

This class implements an EntityResolver that always returns an empty stream. It can be used to defeat the default entity resolution performed by the SAX, XPATH and XSLT processors. You may want to defeat such processing because even though you may not be performing validation on an XML document, the processors will still attempt to resolve external entities which can be very time consuming, especially if they are referenced by an URL on the network

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1


Summary

Properties
SSLConfiguration Timeout

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
resolveEntity


Methods

• method resolveEntity(publicID As %Library.String, systemID As %Library.String) as %Library.Integer


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