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

/libcore/luni/src/test/java/tests/api/javax/xml/parsers/
H A DDocumentBuilderFactoryTest.java44 List<String> textElements; field in class:DocumentBuilderFactoryTest
53 textElements = new ArrayList<String>();
60 textElements = null;
374 textElements.clear();
390 assertTrue(textElements
404 textElements.clear();
419 assertFalse(textElements
904 textElements.add(value);

Completed in 1262 milliseconds