Home
last modified time | relevance | path

Searched refs:allowDetachToRelease (Results 1 – 13 of 13) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/axes/
DNodeSequence.java407 public void allowDetachToRelease(boolean allowRelease) in allowDetachToRelease() method in NodeSequence
415 m_iter.allowDetachToRelease(allowRelease); in allowDetachToRelease()
416 super.allowDetachToRelease(allowRelease); in allowDetachToRelease()
DLocPathIterator.java664 public void allowDetachToRelease(boolean allowRelease) in allowDetachToRelease() method in LocPathIterator
/external/apache-xml/src/main/java/org/apache/xml/dtm/
DDTMIterator.java200 public void allowDetachToRelease(boolean allowRelease); in allowDetachToRelease() method
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DXUnresolvedVariableSimple.java57 xobj.allowDetachToRelease(false); in execute()
DElemWithParam.java205 var.allowDetachToRelease(false); in getValue()
DElemVariable.java276 var.allowDetachToRelease(false); in getValue()
/external/apache-xml/src/main/java/org/apache/xpath/
DArg.java98 m_val.allowDetachToRelease(true); in detach()
DNodeSetDTM.java447 public void allowDetachToRelease(boolean allowRelease) in allowDetachToRelease() method in NodeSetDTM
/external/apache-xml/src/main/java/org/apache/xpath/objects/
DXRTreeFragSelectWrapper.java70 m_selected.allowDetachToRelease(m_allowRelease); in execute()
DXObject.java103 public void allowDetachToRelease(boolean allowRelease){} in allowDetachToRelease() method in XObject
123 allowDetachToRelease(true); in destruct()
DXRTreeFrag.java104 public void allowDetachToRelease(boolean allowRelease) in allowDetachToRelease() method in XRTreeFrag
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DKeyTable.java104 m_keyNodes.allowDetachToRelease(false); in KeyTable()
/external/apache-xml/src/main/java/org/apache/xpath/functions/
DFuncExtFunction.java203 xobj.allowDetachToRelease(false); in execute()