Skip to main content

Ens.Util.XML.Resolver

class Ens.Util.XML.Resolver extends %XML.SAX.EntityResolver

Property Inventory

Method Inventory

Properties

property Entities as array of %String;
This records the ids of any entities that this resolver attempts to resolve
Property methods: EntitiesBuildValueArray(), EntitiesCollectionToDisplay(), EntitiesCollectionToOdbc(), EntitiesDisplayToCollection(), EntitiesDisplayToLogical(), EntitiesGet(), EntitiesGetObject(), EntitiesGetObjectId(), EntitiesGetSwizzled(), EntitiesIsValid(), EntitiesLogicalToDisplay(), EntitiesLogicalToOdbc(), EntitiesNormalize(), EntitiesOdbcToCollection(), EntitiesSet(), EntitiesSetObject(), EntitiesSetObjectId()

Methods

method GetEntities(Output pEntities As %String)
This copies the entities to an output variable
method resolveEntity(pPublicID As %String, pSystemID As %String) as %Library.Integer

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab