Searched refs:fEndPos (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLDocumentScannerImpl.java215 protected int fEndPos = 0; field in class:XMLDocumentScannerImpl
290 fEndPos = 0;
345 fEndPos = 0;
590 fDTDDecl.append(((Entity.ScannedEntity)entity).ch,fStartPos , fEndPos-fStartPos);
944 fEndPos = ((Entity.ScannedEntity)entity).position;
1104 fEndPos=((Entity.ScannedEntity)entity).position;
1492 fEndPos=((Entity.ScannedEntity)entity).position;
1494 fDTDDecl.append(((Entity.ScannedEntity)entity).ch,fStartPos , fEndPos-fStartPos);

Completed in 32 milliseconds