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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLDocumentFragmentScannerImpl.java388 static final short MAX_DEPTH_LIMIT = 5 ; field in class:XMLDocumentFragmentScannerImpl
398 short [] [] fPointerInfo = new short[MAX_DEPTH_LIMIT] [MAX_POINTER_AT_A_DEPTH] ;
1066 //store pointer information only when element depth is less MAX_DEPTH_LIMIT
1067 if(fElementStack.fDepth < MAX_DEPTH_LIMIT){
1194 if(depth > MAX_DEPTH_LIMIT){

Completed in 39 milliseconds