IRISLIB database
XDataEntityResolver Class Reference

This class provides a SAX Entity resolver for a named class. More...

Inheritance diagram for XDataEntityResolver:
Collaboration diagram for XDataEntityResolver:

Public Member Functions

_.Library.Integer resolveEntity (_.Library.String pPublicID, _.Library.String pSystemID)
 This is the method used by the SAX parser to actually resolve the entity.
 
- Public Member Functions inherited from RegisteredObject
_.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...
 

Static Public Member Functions

_.Library.Status EntityFromXDATA (_.Library.BinaryStream pStream, _.Library.String pClassName, _.Library.String pXDATAName)
 This is a helper method which will retrieve a named XDATA block from the named class.
 

Private Attributes

 __TargetClassName
 This holds the name of the class in which to resove XDATA blocks. More...
 

Additional Inherited Members

- Public Attributes inherited from EntityResolver
 SSLConfiguration
 The name of the activated TLS/SSL configuration to use for https requests. More...
 
 Timeout
 The amount of time to wait for a response from the web server before. More...
 
- Static Public Attributes inherited from RegisteredObject
 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...
 

Detailed Description

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.

Member Data Documentation

◆ __TargetClassName

__TargetClassName
private

This holds the name of the class in which to resove XDATA blocks.