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

class %XML.SAX.EntityResolver extends %Library.RegisteredObject

For details on using this class, see Customizing How the SAX Parser Is Used.

This class enables the SAX parser to resolve external entities. The parser will call the resolveEntity method passing the URI/URL of the external entity,expecting a new stream object to be returned. This class provides a default implementation; you may wish to provide your own subclass with specialized semantics. The entity must be returned as an instance of %BinaryStream (or one of its subclasses) wrapped in an instance of %XML.SAX.StreamAdapter. If the entity cannot be resolved, then $$$NULLOREF should be returned to indicate to the SAX parser that the entity cannot be resolved).

If you want the EntityResolver to be able to resolve urls prefixed by https then you MUST set the SSLConfiguration property to the name of a valid SSLConfiguration that is appropriate for the servers to which the urls resolve.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
2 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

Subclasses
%XML.SAX.NullEntityResolver %XML.SAX.XDataEntityResolver Ens.Util.XML.Resolver
Ens.Util.XML.XDataEntityResolver EnsLib.EDI.XML.Document

Properties

• property SSLConfiguration as %String;
The name of the activated TLS/SSL configuration to use for https requests.
• property Timeout as %Integer;
The amount of time to wait for a response from the web server before assuming that the web server is not responding. If not specified, the %Net.HttpRequest default is used.

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.