Stellent
HowToComponents
JavaDoc

intradoc.common
Class HtmlChunk

java.lang.Object
  |
  +--intradoc.common.HtmlChunk

public class HtmlChunk
extends java.lang.Object

Contains a parsed expression from a template page or resource file.


Field Summary
static int BEGIN_DATA
           
static int BEGIN_LOOP
           
static int BEGIN_LOOPWHILE
           
static int BREAK_LOOP
           
static java.lang.String[] CHUNK_TYPES
          Strings matching chunk types in same numerical order.
static int ELSE_STATEMENT
           
static int ELSEIF_STATEMENT
           
static int END_DATA
           
static int END_LOOP
           
static int ENDIF_STATEMENT
           
static int EXEC_STATEMENT
           
static int HTML_TEXT
           
static int IF_STATEMENT
           
static int INCLUDE_RESOURCE
           
 char[] m_chars
          Characters to be written if this is an HTML_TEXT chunk.
 int m_chunkType
          Type of chunk.
 java.lang.String m_fileName
          Filename of file in which chunk can be found.
 GrammarElement m_grammarElement
          Expression parsed into a nested GrammarElement tree structure awaiting execution.
 IdcBreakpoints m_markers
          Indicates wether this chunk is marked for debugging.
 int m_parseCharOffset
          Parse character offset from beginning of line where chunk occurs.
 int m_parseLine
          Parse line where chunk occurs.
static int MERGE_VARIABLE
           
static int OPTION_LIST
           
 
Constructor Summary
HtmlChunk()
           
 
Method Summary
 java.lang.String getStringPresentation()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

HTML_TEXT

public static final int HTML_TEXT
See Also:
Constant Field Values

MERGE_VARIABLE

public static final int MERGE_VARIABLE
See Also:
Constant Field Values

EXEC_STATEMENT

public static final int EXEC_STATEMENT
See Also:
Constant Field Values

OPTION_LIST

public static final int OPTION_LIST
See Also:
Constant Field Values

IF_STATEMENT

public static final int IF_STATEMENT
See Also:
Constant Field Values

ELSEIF_STATEMENT

public static final int ELSEIF_STATEMENT
See Also:
Constant Field Values

ELSE_STATEMENT

public static final int ELSE_STATEMENT
See Also:
Constant Field Values

ENDIF_STATEMENT

public static final int ENDIF_STATEMENT
See Also:
Constant Field Values

BEGIN_LOOP

public static final int BEGIN_LOOP
See Also:
Constant Field Values

BEGIN_LOOPWHILE

public static final int BEGIN_LOOPWHILE
See Also:
Constant Field Values

BREAK_LOOP

public static final int BREAK_LOOP
See Also:
Constant Field Values

END_LOOP

public static final int END_LOOP
See Also:
Constant Field Values

INCLUDE_RESOURCE

public static final int INCLUDE_RESOURCE
See Also:
Constant Field Values

BEGIN_DATA

public static final int BEGIN_DATA
See Also:
Constant Field Values

END_DATA

public static final int END_DATA
See Also:
Constant Field Values

CHUNK_TYPES

public static final java.lang.String[] CHUNK_TYPES
Strings matching chunk types in same numerical order.


m_chunkType

public int m_chunkType
Type of chunk. See list of chunk types.


m_grammarElement

public GrammarElement m_grammarElement
Expression parsed into a nested GrammarElement tree structure awaiting execution.


m_chars

public char[] m_chars
Characters to be written if this is an HTML_TEXT chunk.


m_parseLine

public int m_parseLine
Parse line where chunk occurs.


m_parseCharOffset

public int m_parseCharOffset
Parse character offset from beginning of line where chunk occurs.


m_fileName

public java.lang.String m_fileName
Filename of file in which chunk can be found.


m_markers

public IdcBreakpoints m_markers
Indicates wether this chunk is marked for debugging.

Constructor Detail

HtmlChunk

public HtmlChunk()
Method Detail

getStringPresentation

public java.lang.String getStringPresentation()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


(c) 1996-2005  All rights reserved.  Stellent, Inc.