Skip to main content

%ZEN.Report.Display.contentNode

deprecated abstract class %ZEN.Report.Display.contentNode extends %ZEN.Report.Display.node

The base class is for nodes that use their content. Such nodes are not aware of any tags they contain.

Property Inventory

Properties

property content as %ZEN.Datatype.caption);
Content for this node.
Property methods: contentDisplayToLogical(), contentGet(), contentIsValid(), contentLogicalToDisplay(), contentLogicalToOdbc(), contentNormalize(), contentSet()
property parent as %ZEN.Report.Display.node (XMLPROJECTION = "NONE");
Property methods: parent(), parentGet(), parentGetSwizzled(), parentIsValid(), parentNewObject(), parentSet()
property xpath as %String (XMLPROJECTION = "NONE");
Property methods: xpathDisplayToLogical(), xpathGet(), xpathIsValid(), xpathLogicalToDisplay(), xpathLogicalToOdbc(), xpathNormalize(), xpathSet()

Inherited Members

Inherited Properties

Inherited Methods

Subclasses

FeedbackOpens in a new tab