|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Object | +--intradoc.common.GrammarParseState
Holds active state while a character array is being parsed into GrammarElements
GrammarElement| Field Summary | |
char[] |
m_array
Buffer being parsed. |
int |
m_curLineOffset
Offset to first character of current line. |
int |
m_endOffset
End offset where to terminate parsing. |
boolean |
m_ignoreLf
Says whether to ignore a '\n' when checking for line terminators. |
boolean |
m_isXmlLiteralEscape
Turn to true if the escaping mechanism in literal strings uses the XML/HTML &XXX; approach. |
int |
m_parseLines
Number of lines that have been parsed in current array of characters being parsed. |
java.lang.String |
m_parseStr
Original string used as basis for parsing. |
int |
m_parseStrOffset
Offset in m_array at which m_parseStr starts. |
int |
m_startOffset
Current offset into character buffer from which to start parsing. |
char |
m_terminateChar
Character that terminated current grammar parsing. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public boolean m_isXmlLiteralEscape
public char[] m_array
public int m_startOffset
public int m_endOffset
public java.lang.String m_parseStr
public int m_parseStrOffset
public int m_parseLines
public int m_curLineOffset
public boolean m_ignoreLf
public char m_terminateChar
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
(c) 1996-2005 All rights reserved. Stellent, Inc. |