Home
last modified time | relevance | path

Searched refs:maLastLocation (Results 1 – 1 of 1) sorted by relevance

/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/parser/
H A DSchemaParser.java91 maLastLocation = null; in SchemaParser()
119 maLastLocation = maReader.getLocation(); in Parse()
149 if (maLastLocation != null) in GetLineCount()
150 return maLastLocation.getLineNumber(); in GetLineCount()
160 if (maLastLocation != null) in GetByteCount()
161 return maLastLocation.getCharacterOffset(); in GetByteCount()
1208 private javax.xml.stream.Location maLastLocation; field in SchemaParser

Completed in 9 milliseconds