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

/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DDTMIterator.java197 * @param allowRelease true if it is OK for detach to release this iterator
200 public void allowDetachToRelease(boolean allowRelease); argument
/external/apache-xml/src/main/java/org/apache/xpath/objects/
H A DXRTreeFrag.java101 * @param allowRelease true if it is OK for detach to release this iterator
104 public void allowDetachToRelease(boolean allowRelease) argument
106 m_allowRelease = allowRelease;
H A DXObject.java100 * @param allowRelease true if it is OK for detach to release this iterator
103 public void allowDetachToRelease(boolean allowRelease){} argument
/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DNodeSequence.java407 public void allowDetachToRelease(boolean allowRelease) argument
409 if((false == allowRelease) && !hasCache())
415 m_iter.allowDetachToRelease(allowRelease);
416 super.allowDetachToRelease(allowRelease);
H A DLocPathIterator.java661 * @param allowRelease true if it is OK for detach to release this iterator
664 public void allowDetachToRelease(boolean allowRelease) argument
666 m_allowDetach = allowRelease;
/external/apache-xml/src/main/java/org/apache/xpath/
H A DNodeSetDTM.java444 * @param allowRelease true if it is OK for detach to release this iterator
447 public void allowDetachToRelease(boolean allowRelease) argument

Completed in 216 milliseconds