intradoc.common
Class ParseLocationInfo
java.lang.Object
|
+--intradoc.common.ParseLocationInfo
- public class ParseLocationInfo
- extends java.lang.Object
|
Field Summary |
java.lang.String |
m_fileName
File in which parse offsets are being evaluated against. |
int |
m_parseCharOffset
Same as above, but this is the offset character from the beginning of the line. |
int |
m_parseLine
When parsing, there is usually a point where the next critical
item is being read in (a tag, a resource definition, a script statement
etc.). |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_parseLine
public int m_parseLine
- When parsing, there is usually a point where the next critical
item is being read in (a tag, a resource definition, a script statement
etc.). This attribute is used when a file is being read in and you
are trying to keep track of which line number you are on. The value
of this attribute is the starting line number of the origination point
of the next critical item being parsed.
m_parseCharOffset
public int m_parseCharOffset
- Same as above, but this is the offset character from the beginning of the line.
m_fileName
public java.lang.String m_fileName
- File in which parse offsets are being evaluated against.
ParseLocationInfo
public ParseLocationInfo()
- Assigns default values.
copy
public void copy(ParseLocationInfo info)
reset
public void reset()
getStringPresentation
public java.lang.String getStringPresentation()
buildFromString
public void buildFromString(java.lang.String str)
(c) 1996-2005 All rights reserved. Stellent, Inc. |