com.plumtree.server
Class PT_XML_TYPES
java.lang.Object
|
+--com.plumtree.server.PT_XML_TYPES
- public final class PT_XML_TYPES
- extends java.lang.Object
Markup fragments of type PT XML are returned as 2D arrays with these columns.
- See Also:
PT_XML_ARRAY_COLS
|
Field Summary |
static int |
PT_XML_TYPES_OTHER
This value and above are reserved for future use. |
static int |
PT_XML_TYPES_PTUI
An XML tag in the namespace "http://www.plumtree.com/xmlschemas/ptui/". |
static int |
PT_XML_TYPES_PTUI_ATT
An XML attribute in the namespace "http://www.plumtree.com/xmlschemas/ptui/". |
static int |
PT_XML_TYPES_PTUI_CLOSE
An close tag in the namespace "http://www.plumtree.com/xmlschemas/ptui/". |
static int |
PT_XML_TYPES_XHTML_ATT
An attribute in the XHTML namespace (or the default namespace in an HTML document). |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PT_XML_TYPES_PTUI
public static final int 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.
PT_XML_ARRAY_COLS_NAME contains the tag name.
PT_XML_ARRAY_COLS_VALUE is empty.
PT_XML_TYPES_PTUI_CLOSE
public static final int 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.
PT_XML_ARRAY_COLS_NAME contains the tag name.
PT_XML_ARRAY_COLS_VALUE is empty.
PT_XML_TYPES_PTUI_ATT
public static final int PT_XML_TYPES_PTUI_ATT
- An XML attribute in the namespace "http://www.plumtree.com/xmlschemas/ptui/".
PT_XML_ARRAY_COLS_NAME contains the attribute name.
PT_XML_ARRAY_COLS_VALUE contains the attribute value.
PT_XML_TYPES_XHTML_ATT
public static final int PT_XML_TYPES_XHTML_ATT
- An attribute in the XHTML namespace (or the default namespace in an HTML document).
PT_XML_ARRAY_COLS_NAME contains the attribute name.
PT_XML_ARRAY_COLS_VALUE contains the attribute value.
PT_XML_TYPES_OTHER
public static final int PT_XML_TYPES_OTHER
- This value and above are reserved for future use.
PT_XML_TYPES
public PT_XML_TYPES()
Copyright © 2003 Plumtree Software Inc. All Rights Reserved.