Skip to main content

%ZEN.Report.Display.childrenNode

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

The base class is for nodes that want their children tags rendered as objects and not as content text.

Property Inventory

Method Inventory

Properties

property children as list of %ZEN.Report.Display.node (XMLELEMENTREF = 1, XMLPROJECTION = "ELEMENT", XMLTYPECONSTRAINT = "CHOICE");
Property methods: childrenBuildValueArray(), childrenCollectionToDisplay(), childrenCollectionToOdbc(), childrenDisplayToCollection(), childrenGet(), childrenGetObject(), childrenGetObjectId(), childrenGetSwizzled(), childrenIsValid(), childrenOdbcToCollection(), childrenSet(), childrenSetObject(), childrenSetObjectId()
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()

Methods

method %DrawStyleToHTML(ByRef context As %String, ByRef XSL As %GlobalCharacterStream, delay As %GlobalCharacterStream, SectionName As %String = "") as %Status
method %DrawToAnnotatedXML(ByRef context As %String, ByRef XSL As %GlobalCharacterStream, ByRef delay As %GlobalCharacterStream) as %Status
Inherited description: This method outputs the stylesheet that converts the input xml to the xml with Excel annotations report, table and item should override this method. Nested tables not supported.

Inherited Members

Inherited Properties

Inherited Methods

Subclasses

FeedbackOpens in a new tab