| /dalvik/libcore/xml/src/test/java/tests/api/javax/xml/parsers/ |
| D | DocumentBuilderFactoryTest.java | 478 Document document = parser.parse(getClass().getResourceAsStream( in test_setCoalescingZ() local 506 Document document = parser.parse(getClass().getResourceAsStream( in test_setCoalescingZ() local 547 Document document = parser.parse(getClass().getResourceAsStream( in test_setExpandEntityReferencesZ() local 570 Document document = parser.parse(getClass().getResourceAsStream( in test_setExpandEntityReferencesZ() local 665 Document document = parser.parse(getClass().getResourceAsStream( in test_setIgnoringCommentsZ() local 688 Document document = parser.parse(getClass().getResourceAsStream( in test_setIgnoringCommentsZ() local 720 Document document = parser.parse(getClass().getResourceAsStream( in test_setIgnoringElementContentWhitespaceZ() local 739 Document document = parser.parse(getClass().getResourceAsStream( in test_setIgnoringElementContentWhitespaceZ() local 769 Document document = parser.parse(getClass().getResourceAsStream( in test_setNamespaceAwareZ() local 788 Document document = parser.parse(getClass().getResourceAsStream( in test_setNamespaceAwareZ() local
|
| /dalvik/libcore/xml/src/main/java/org/apache/harmony/xml/dom/ |
| D | DocumentFragmentImpl.java | 36 DocumentFragmentImpl(DocumentImpl document) { in DocumentFragmentImpl()
|
| D | CDATASectionImpl.java | 35 CDATASectionImpl(DocumentImpl document, String data) { in CDATASectionImpl()
|
| D | CommentImpl.java | 35 CommentImpl(DocumentImpl document, String data) { in CommentImpl()
|
| D | EntityReferenceImpl.java | 37 EntityReferenceImpl(DocumentImpl document, String name) { in EntityReferenceImpl()
|
| D | LeafNodeImpl.java | 42 LeafNodeImpl(DocumentImpl document) { in LeafNodeImpl()
|
| D | AttrImpl.java | 49 AttrImpl(DocumentImpl document, String namespaceURI, String qualifiedName) { in AttrImpl() 82 AttrImpl(DocumentImpl document, String name) { in AttrImpl()
|
| D | TextImpl.java | 36 TextImpl(DocumentImpl document, String data) { in TextImpl()
|
| D | NotationImpl.java | 41 NotationImpl(DocumentImpl document, String notationName, String publicID, in NotationImpl()
|
| D | NamedNodeMapImpl.java | 124 Document document = list.get(0).getOwnerDocument(); in setNamedItem() local 154 Document document = list.get(0).getOwnerDocument(); in setNamedItemNS() local
|
| D | EntityImpl.java | 41 EntityImpl(DocumentImpl document, String notationName, String publicID, in EntityImpl()
|
| D | ProcessingInstructionImpl.java | 41 ProcessingInstructionImpl(DocumentImpl document, String target, String data) { in ProcessingInstructionImpl()
|
| D | NodeImpl.java | 42 DocumentImpl document; field in NodeImpl 44 NodeImpl(DocumentImpl document) { in NodeImpl()
|
| D | CharacterDataImpl.java | 38 CharacterDataImpl(DocumentImpl document, String data) { in CharacterDataImpl()
|
| D | InnerNodeImpl.java | 45 public InnerNodeImpl(DocumentImpl document) { in InnerNodeImpl()
|
| D | ElementImpl.java | 52 ElementImpl(DocumentImpl document, String namespaceURI, String qualifiedName) { in ElementImpl() 75 ElementImpl(DocumentImpl document, String name) { in ElementImpl()
|
| /dalvik/libcore/xml/src/test/java/tests/xml/ |
| D | SimpleBuilderTest.java | 74 Document document = builder.parse(getClass().getResourceAsStream( in testGoodFile1() local 132 Document document = builder.parse(getClass().getResourceAsStream( in testGoodFile2() local
|
| /dalvik/libcore/xml/src/main/java/org/apache/harmony/xml/parsers/ |
| D | DocumentBuilderImpl.java | 110 Document document = newDocument(); in parse() local 181 private void parse(XmlPullParser parser, Document document, Node node, in parse()
|
| /dalvik/libcore/xml/src/main/java/org/apache/harmony/xml/ |
| D | ExpatPullParser.java | 51 private Document document; field in ExpatPullParser
|