Aqualogic Interaction API  
 

PT_XML_TYPES Fields

The fields of the PT_XML_TYPES class are listed below. For a complete list of PT_XML_TYPES class members, see the PT_XML_TYPES Members topic.

Public Static Fields

PT_XML_TYPES_OTHER This value and above are reserved for future use.
PT_XML_TYPES_PTUI An XML tag in the namespace "http://www.plumtree.com/xmlschemas/ptui/". If present, this is the first row in the array. {@link com.plumtree.server.PT_XML_ARRAY_COLS#PT_XML_ARRAY_COLS_NAME PT_XML_ARRAY_COLS_NAME} contains the tag name. {@link com.plumtree.server.PT_XML_ARRAY_COLS#PT_XML_ARRAY_COLS_VALUE PT_XML_ARRAY_COLS_VALUE} is empty.
PT_XML_TYPES_PTUI_ATT An XML attribute in the namespace "http://www.plumtree.com/xmlschemas/ptui/". {@link com.plumtree.server.PT_XML_ARRAY_COLS#PT_XML_ARRAY_COLS_NAME PT_XML_ARRAY_COLS_NAME} contains the attribute name. {@link com.plumtree.server.PT_XML_ARRAY_COLS#PT_XML_ARRAY_COLS_VALUE PT_XML_ARRAY_COLS_VALUE} contains the attribute value.
PT_XML_TYPES_PTUI_CLOSE An close tag in the namespace "http://www.plumtree.com/xmlschemas/ptui/". If present, this is the first row in the array. {@link com.plumtree.server.PT_XML_ARRAY_COLS#PT_XML_ARRAY_COLS_NAME PT_XML_ARRAY_COLS_NAME} contains the tag name. {@link com.plumtree.server.PT_XML_ARRAY_COLS#PT_XML_ARRAY_COLS_VALUE PT_XML_ARRAY_COLS_VALUE} is empty.
PT_XML_TYPES_XHTML_ATT An attribute in the XHTML namespace (or the default namespace in an HTML document). {@link com.plumtree.server.PT_XML_ARRAY_COLS#PT_XML_ARRAY_COLS_NAME PT_XML_ARRAY_COLS_NAME} contains the attribute name. {@link com.plumtree.server.PT_XML_ARRAY_COLS#PT_XML_ARRAY_COLS_VALUE PT_XML_ARRAY_COLS_VALUE} contains the attribute value.

See Also

PT_XML_TYPES Class | com.plumtree.server Namespace | PT_XML_ARRAY_COLS