Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

%XML.Security.Object

class %XML.Security.Object extends %Library.RegisteredObject, %XML.Adaptor

XML Signature element. This class is used internally by Caché. You should not make direct use of it within your applications. There is no guarantee made about either the behavior or future operation of this class."

Property Inventory

Properties

property Encoding as %xsd.anyURI (XMLPROJECTION = "attribute");
Property methods: EncodingDisplayToLogical(), EncodingGet(), EncodingIsValid(), EncodingLogicalToDisplay(), EncodingLogicalToOdbc(), EncodingNormalize(), EncodingSet()
property Id as %String);
Property methods: IdDisplayToLogical(), IdGet(), IdIsValid(), IdLogicalToDisplay(), IdLogicalToOdbc(), IdNormalize(), IdSet()
property MimeType as %String);
Property methods: MimeTypeDisplayToLogical(), MimeTypeGet(), MimeTypeIsValid(), MimeTypeLogicalToDisplay(), MimeTypeLogicalToOdbc(), MimeTypeNormalize(), MimeTypeSet()
property content as %XML.GlobalCharacterStream (XMLPROJECTION = "content");
Property methods: contentDelete(), contentGet(), contentGetObject(), contentGetObjectId(), contentGetSwizzled(), contentIsValid(), contentNewObject(), contentOid(), contentOpen(), contentSet(), contentSetObject(), contentSetObjectId(), contentUnSwizzle()

Inherited Members

Inherited Methods

FeedbackOpens in a new tab