Searched refs:commentElements (Results 1 – 1 of 1) sorted by relevance
56 List<String> commentElements; field in DocumentBuilderFactoryTest64 commentElements = new ArrayList<String>(); in setUp()71 commentElements = null; in tearDown()547 commentElements.clear(); in test_setIgnoringCommentsZ()559 assertFalse(commentElements.contains("comment1")); in test_setIgnoringCommentsZ()560 assertFalse(commentElements.contains("comment2")); in test_setIgnoringCommentsZ()570 commentElements.clear(); in test_setIgnoringCommentsZ()582 assertTrue(commentElements.contains("comment1")); in test_setIgnoringCommentsZ()583 assertTrue(commentElements.contains("comment2")); in test_setIgnoringCommentsZ()932 commentElements.add(value); in goThroughDocument()