/libcore/luni/src/test/java/libcore/xml/ |
D | DomSerializationTest.java | 42 Document document = documentBuilder.newDocument(); in testWriteDocument() local 54 Document document = documentBuilder.newDocument(); in testWriteSpecialCharactersInText() local 61 private String toXml(Document document) throws Exception { in toXml() 67 private void assertXmlEquals(String expectedXml, Document document) throws Exception { in assertXmlEquals()
|
D | NodeTest.java | 42 Document document = DocumentBuilderFactory.newInstance().newDocumentBuilder().parse(bis); in test_getNextSibling() local 50 Document document = builder.parse(file); in testGetBaseUri() local
|
D | SimpleBuilderTest.java | 58 Document document = builder.parse(getClass().getResourceAsStream( in testGoodFile1() local 111 Document document = builder.parse(getClass().getResourceAsStream( in testGoodFile2() local
|
D | NormalizeTest.java | 56 private Document document; field in NormalizeTest 591 private String domToString(Document document) throws TransformerException { in domToString()
|
D | XsltXPathConformanceTestSuite.java | 164 Document document = DocumentBuilderFactory.newInstance() in suite() local 502 Document document = (Document) node; in emitNode() local
|
D | DomTest.java | 98 private Document document; field in DomTest 1712 private String domToString(Document document) throws TransformerException { in domToString() 1736 private String domToStringStripElementWhitespace(Document document) in domToStringStripElementWhitespace()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/ |
D | DocumentBuilderFactoryTest.java | 384 Document document = parser.parse(getClass().getResourceAsStream( in test_setCoalescingZ() local 412 Document document = parser.parse(getClass().getResourceAsStream( in test_setCoalescingZ() local 447 Document document = parser.parse(getClass().getResourceAsStream( in test_setExpandEntityReferencesZ() local 470 Document document = parser.parse(getClass().getResourceAsStream( in test_setExpandEntityReferencesZ() local 545 Document document = parser.parse(getClass().getResourceAsStream( in test_setIgnoringCommentsZ() local 568 Document document = parser.parse(getClass().getResourceAsStream( in test_setIgnoringCommentsZ() local 594 Document document = parser.parse(getClass().getResourceAsStream( in test_setIgnoringElementContentWhitespaceZ() local 613 Document document = parser.parse(getClass().getResourceAsStream( in test_setIgnoringElementContentWhitespaceZ() local 637 Document document = parser.parse(getClass().getResourceAsStream( in test_setNamespaceAwareZ() local 656 Document document = parser.parse(getClass().getResourceAsStream( in test_setNamespaceAwareZ() local
|
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/ |
D | DocumentFragmentImpl.java | 35 DocumentFragmentImpl(DocumentImpl document) { in DocumentFragmentImpl()
|
D | EntityReferenceImpl.java | 36 EntityReferenceImpl(DocumentImpl document, String name) { in EntityReferenceImpl()
|
D | CommentImpl.java | 34 CommentImpl(DocumentImpl document, String data) { in CommentImpl()
|
D | AttrImpl.java | 48 AttrImpl(DocumentImpl document, String namespaceURI, String qualifiedName) { in AttrImpl() 53 AttrImpl(DocumentImpl document, String name) { in AttrImpl()
|
D | LeafNodeImpl.java | 41 LeafNodeImpl(DocumentImpl document) { in LeafNodeImpl()
|
D | CDATASectionImpl.java | 34 public CDATASectionImpl(DocumentImpl document, String data) { in CDATASectionImpl()
|
D | NotationImpl.java | 40 NotationImpl(DocumentImpl document, String notationName, String publicID, in NotationImpl()
|
D | ProcessingInstructionImpl.java | 40 ProcessingInstructionImpl(DocumentImpl document, String target, String data) { in ProcessingInstructionImpl()
|
D | EntityImpl.java | 40 EntityImpl(DocumentImpl document, String notationName, String publicID, in EntityImpl()
|
D | DocumentTypeImpl.java | 42 public DocumentTypeImpl(DocumentImpl document, String qualifiedName, in DocumentTypeImpl()
|
D | TextImpl.java | 35 public TextImpl(DocumentImpl document, String data) { in TextImpl()
|
D | CharacterDataImpl.java | 37 CharacterDataImpl(DocumentImpl document, String data) { in CharacterDataImpl()
|
D | ElementImpl.java | 49 ElementImpl(DocumentImpl document, String namespaceURI, String qualifiedName) { in ElementImpl() 54 ElementImpl(DocumentImpl document, String name) { in ElementImpl()
|
D | InnerNodeImpl.java | 47 protected InnerNodeImpl(DocumentImpl document) { in InnerNodeImpl()
|
D | NodeImpl.java | 68 DocumentImpl document; field in NodeImpl 70 NodeImpl(DocumentImpl document) { in NodeImpl()
|
/libcore/luni/src/main/java/org/apache/harmony/xml/parsers/ |
D | DocumentBuilderImpl.java | 101 DocumentImpl document = new DocumentImpl( in parse() local 177 private void parse(KXmlParser parser, DocumentImpl document, Node node, in parse() 336 private void appendText(DocumentImpl document, Node parent, int token, String text) { in appendText()
|
/libcore/benchmarks/src/benchmarks/ |
D | XmlParseBenchmark.java | 108 Document document = documentBuilder.parse(inputStream); in timeDom() local
|
/libcore/benchmarks/src/benchmarks/regression/ |
D | ParseBenchmark.java | 45 @Param Document document; field in ParseBenchmark
|