Searched refs:shouldHardDelete (Results 1 - 3 of 3) sorted by relevance

/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/
H A DDTMManager.java218 * @param shouldHardDelete True if the DTM should be removed no matter what.
221 public abstract boolean release(DTM dtm, boolean shouldHardDelete); argument
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMManagerDefault.java702 * @param shouldHardDelete If false, this call is a suggestion rather than an
707 * @return true if the DTM was released, false if shouldHardDelete was set
710 synchronized public boolean release(DTM dtm, boolean shouldHardDelete) argument
715 (shouldHardDelete ? "HARD" : "soft")+
/dalvik/libcore/xml/src/main/java/org/apache/xpath/
H A DXPathContext.java211 * @param shouldHardDelete True if the DTM should be removed no matter what.
214 public boolean release(DTM dtm, boolean shouldHardDelete) argument
226 return m_dtmManager.release(dtm, shouldHardDelete);

Completed in 67 milliseconds