WebCenter Interaction API  
 

PT_XML_TYPES Members

PT_XML_TYPES overview

Public Static Fields

public fieldstaticPT_XML_TYPES_OTHER This value and above are reserved for future use.
public fieldstaticPT_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.
public fieldstaticPT_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.
public fieldstaticPT_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.
public fieldstaticPT_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.

Public Instance Constructors

public method PT_XML_TYPES Constructor Initializes a new instance of the PT_XML_TYPES class.

Public Instance Methods

public methodEquals (inherited from Object)Determines whether the specified Object is equal to the current Object.
public methodGetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
public methodGetType (inherited from Object)Gets the Type of the current instance.
public methodToString (inherited from Object)Returns a String that represents the current Object.

See Also

PT_XML_TYPES Class | com.plumtree.server Namespace | PT_XML_ARRAY_COLS