com.plumtree.server
Class PT_XML_TYPES

java.lang.Object
  extended by 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.

Author:
JosephS
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).
 
Constructor Summary
PT_XML_TYPES()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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.

See Also:
Constant Field Values

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.

See Also:
Constant Field Values

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.

See Also:
Constant Field Values

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.

See Also:
Constant Field Values

PT_XML_TYPES_OTHER

public static final int PT_XML_TYPES_OTHER
This value and above are reserved for future use.

See Also:
Constant Field Values
Constructor Detail

PT_XML_TYPES

public PT_XML_TYPES()


Copyright © 2008 Plumtree Software Inc. All Rights Reserved.