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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DAbstractDOMParser.java243 protected int fCurrentCDATASectionIndex; field in class:AbstractDOMParser
449 fCurrentCDATASectionIndex = -1;
1208 if (fCurrentCDATASectionIndex == -1) {
1213 fCurrentCDATASectionIndex = cs;
1459 if (fCurrentCDATASectionIndex !=-1) {
1462 fCurrentCDATASectionIndex = -1;

Completed in 621 milliseconds