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

/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/objects/
H A DXRTreeFrag.java103 * @param allowRelease true if it is OK for detach to release this iterator
106 public void allowDetachToRelease(boolean allowRelease) argument
108 m_allowRelease = allowRelease;
H A DXObject.java102 * @param allowRelease true if it is OK for detach to release this iterator
105 public void allowDetachToRelease(boolean allowRelease){} argument
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/
H A DDTMIterator.java199 * @param allowRelease true if it is OK for detach to release this iterator
202 public void allowDetachToRelease(boolean allowRelease); argument
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/axes/
H A DNodeSequence.java416 public void allowDetachToRelease(boolean allowRelease) argument
418 if((false == allowRelease) && !hasCache())
424 m_iter.allowDetachToRelease(allowRelease);
425 super.allowDetachToRelease(allowRelease);
H A DLocPathIterator.java663 * @param allowRelease true if it is OK for detach to release this iterator
666 public void allowDetachToRelease(boolean allowRelease) argument
668 m_allowDetach = allowRelease;
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/
H A DNodeSetDTM.java446 * @param allowRelease true if it is OK for detach to release this iterator
449 public void allowDetachToRelease(boolean allowRelease) argument

Completed in 50 milliseconds