Searched defs:fEntityDepth (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLScanner.java171 protected int fEntityDepth; field in class:XMLScanner
785 int entityDepth = fEntityDepth;
814 if (entityDepth == fEntityDepth && fNeedNonNormalizedValue ) {
818 if (entityDepth == fEntityDepth && fNeedNonNormalizedValue ) {
838 } else if (entityDepth == fEntityDepth && fNeedNonNormalizedValue) {
844 } else if (entityDepth == fEntityDepth && fNeedNonNormalizedValue) {
909 if (entityDepth == fEntityDepth && fNeedNonNormalizedValue) {
915 if (entityDepth == fEntityDepth && fNeedNonNormalizedValue) {
925 if (entityDepth == fEntityDepth && fNeedNonNormalizedValue) {
931 if (entityDepth == fEntityDepth
[all...]

Completed in 40 milliseconds