Class IPhoneReportMapXMLTransform

    • Field Detail

      • _pageByXml

        public FormalParameter _pageByXml
        Formal parameter that contains the page by information in the form of an XML. When this formal parameter is set, this information is also included in the output of the transform. Also, the rows are re-ordered such that the rows corresponding to the current page by elements are rendered first and then the rest of the rows The XML structure is as follows
        <pageby cn="2">
          <pageByUnit id="" unitName="" type="" pos="1" ceid="" cename=""/>
          <pageByUnit id="" unitName="" type="" pos="1" ceid="" cename=""/>
          ...
        </pageby>
      • FP_INCLUDE_MD_PROPERTIES

        public static final java.lang.String FP_INCLUDE_MD_PROPERTIES
        See Also:
        Constant Field Values
    • Constructor Detail

      • IPhoneReportMapXMLTransform

        public IPhoneReportMapXMLTransform()