com.plumtree.server
Class PT_XML_ARRAY_COLS

java.lang.Object
  extended by com.plumtree.server.PT_XML_ARRAY_COLS

public final class PT_XML_ARRAY_COLS
extends java.lang.Object

Markup fragments of type PT XML are returned as 2D arrays with these columns.

Author:
JosephS
See Also:
PT_MARKUP_FRAGMENT_TYPES

Field Summary
static int PT_XML_ARRAY_COLS_NAME
          The name of the tag or attribue.
static int PT_XML_ARRAY_COLS_TYPE
          The type, see PT_XML_TYPES.
static int PT_XML_ARRAY_COLS_VALUE
          The value of an attribute.
static int PT_XML_ARRAY_NUM_COLS
          The number of columns in the array.
 
Constructor Summary
PT_XML_ARRAY_COLS()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PT_XML_ARRAY_COLS_TYPE

public static final int PT_XML_ARRAY_COLS_TYPE
The type, see PT_XML_TYPES.

See Also:
Constant Field Values

PT_XML_ARRAY_COLS_NAME

public static final int PT_XML_ARRAY_COLS_NAME
The name of the tag or attribue.

See Also:
Constant Field Values

PT_XML_ARRAY_COLS_VALUE

public static final int PT_XML_ARRAY_COLS_VALUE
The value of an attribute.

See Also:
Constant Field Values

PT_XML_ARRAY_NUM_COLS

public static final int PT_XML_ARRAY_NUM_COLS
The number of columns in the array.

See Also:
Constant Field Values
Constructor Detail

PT_XML_ARRAY_COLS

public PT_XML_ARRAY_COLS()