|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Object | +--intradoc.common.HtmlChunk
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 |
public static final int HTML_TEXT
public static final int MERGE_VARIABLE
public static final int EXEC_STATEMENT
public static final int OPTION_LIST
public static final int IF_STATEMENT
public static final int ELSEIF_STATEMENT
public static final int ELSE_STATEMENT
public static final int ENDIF_STATEMENT
public static final int BEGIN_LOOP
public static final int BEGIN_LOOPWHILE
public static final int BREAK_LOOP
public static final int END_LOOP
public static final int INCLUDE_RESOURCE
public static final int BEGIN_DATA
public static final int END_DATA
public static final java.lang.String[] CHUNK_TYPES
public int m_chunkType
public GrammarElement m_grammarElement
public char[] m_chars
public int m_parseLine
public int m_parseCharOffset
public java.lang.String m_fileName
public IdcBreakpoints m_markers
| Constructor Detail |
public HtmlChunk()
| Method Detail |
public java.lang.String getStringPresentation()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
(c) 1996-2005 All rights reserved. Stellent, Inc. |