class %XML.SAX.XDataEntityResolver
extends %XML.SAX.EntityResolver
This class provides a SAX Entity resolver for a named class. Use this class when you want to define a
named entity (typically an XML Schema) in an XDATA block.
Parameters
|
Properties
|
Methods
|
Queries
|
Indices
|
ForeignKeys
|
Triggers
|
|
|
3
|
|
|
|
|
classmethod EntityFromXDATA(Output pStream As %BinaryStream, pClassName As %String, pXDATAName As %String)
as %Status
This is a helper method which will retrieve a named XDATA block from the named class
method resolveEntity(pPublicID As %String, pSystemID As %String)
as %Library.Integer
This is the method used by the SAX parser to actually resolve the entity