Home
last modified time | relevance | path

Searched refs:allowRelease (Results 1 – 6 of 6) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/axes/
DNodeSequence.java407 public void allowDetachToRelease(boolean allowRelease) in allowDetachToRelease() argument
409 if((false == allowRelease) && !hasCache()) in allowDetachToRelease()
415 m_iter.allowDetachToRelease(allowRelease); in allowDetachToRelease()
416 super.allowDetachToRelease(allowRelease); in allowDetachToRelease()
DLocPathIterator.java664 public void allowDetachToRelease(boolean allowRelease) in allowDetachToRelease() argument
666 m_allowDetach = allowRelease; in allowDetachToRelease()
/external/apache-xml/src/main/java/org/apache/xpath/objects/
DXRTreeFrag.java104 public void allowDetachToRelease(boolean allowRelease) in allowDetachToRelease() argument
106 m_allowRelease = allowRelease; in allowDetachToRelease()
DXObject.java103 public void allowDetachToRelease(boolean allowRelease){} in allowDetachToRelease() argument
/external/apache-xml/src/main/java/org/apache/xml/dtm/
DDTMIterator.java200 public void allowDetachToRelease(boolean allowRelease); in allowDetachToRelease() argument
/external/apache-xml/src/main/java/org/apache/xpath/
DNodeSetDTM.java447 public void allowDetachToRelease(boolean allowRelease) in allowDetachToRelease() argument