Home
last modified time | relevance | path

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

/trunk/main/unoxml/qa/complex/unoxml/
H A DDOMTest.java2137 XProcessingInstruction xPIClone = UnoRuntime.queryInterface( in testXProcessingInstruction() local
2139 assertNotNull("XProcessingInstruction.cloneNode(false)", xPIClone); in testXProcessingInstruction()
2141 xPIClone.hasChildNodes()); in testXProcessingInstruction()
2146 XProcessingInstruction xPIClone = UnoRuntime.queryInterface( in testXProcessingInstruction() local
2148 assertNotNull("XProcessingInstruction.cloneNode(true)", xPIClone); in testXProcessingInstruction()
2150 xPIClone.hasChildNodes()); in testXProcessingInstruction()

Completed in 35 milliseconds