Home
last modified time | relevance | path

Searched defs:xmlDoc (Results 1 – 12 of 12) sorted by relevance

/external/dynamic_depth/internal/dynamic_depth/
Ddevice.cc34 std::unique_ptr<Device> ParseFields(const xmlDocPtr& xmlDoc) { in ParseFields()
121 xmlDocPtr xmlDoc = xmlReadFile(filename.c_str(), nullptr, 0); in FromXmlFile() local
177 bool Device::Serialize(xmlDocPtr* xmlDoc) { in Serialize()
/external/apache-xml/test/java/src/org/apache/qetest/xalanj2/
DProgrammaticDOMTest.java149 Document xmlDoc = docBuilder.parse(new InputSource(testFileInfo.xmlName)); in testCase1() local
256 Document xmlDoc = docBuilder.parse(new InputSource(testFileInfo.xmlName)); in testCase2() local
DSmoketestOuttakes.java663 Document xmlDoc = docBuilder.parse(new InputSource(testFileInfo.xmlName)); in testCase6() local
719 Document xmlDoc = docBuilder.parse(new InputSource(testFileInfo.xmlName)); in testCase6() local
/external/jsoup/src/test/java/org/jsoup/parser/
DPositionTest.java384 Document xmlDoc = Jsoup.parse(html, TrackingXmlParser); in trackAttributePositionInFirstElement() local
407 Document xmlDoc = Jsoup.parse(pomXml, TrackingXmlParser); in trackAttributePositionWithCase() local
431 Document xmlDoc = Jsoup.parse(html, TrackingXmlParser); in trackAttributesPositionsDedupes() local
454 Document xmlDoc = Jsoup.parse(html, TrackingXmlParser); in trackAttributesPositionsDirectionalDedupes() local
DXmlTreeBuilderTest.java71 Document xmlDoc = Jsoup.connect(xmlUrl).parser(Parser.xmlParser()).get(); in testSupplyParserToConnection() local
99 Document xmlDoc = Jsoup.parse("<br>one</br>", "", Parser.xmlParser()); in testDoesNotForceSelfClosingKnownTags() local
129 Document xmlDoc = Jsoup.parse(html, "", Parser.xmlParser()); in testDoesHandleEOFInTag() local
/external/jsoup/src/test/java/org/jsoup/integration/
DFuzzFixesTest.java46 Document xmlDoc = Parser.xmlParser().parseInput(html, ""); in bookmark() local
/external/apache-xml/test/java/src/org/apache/qetest/trax/
DTestMultiTypeThreads.java899 Node xmlDoc = docBuilder.parse(new InputSource(xmlName)); in doDOMTransform() local
/external/apache-commons-io/src/test/java/org/apache/commons/io/input/
DXmlStreamReaderTest.java157 final String xmlDoc = getXML(bomType, xmlType, streamEnc, prologEnc); in getXmlInputStream() local
/external/cronet/tot/third_party/libxml/src/include/libxml/
Dtree.h560 typedef struct _xmlDoc xmlDoc; typedef
/external/libxml2/include/libxml/
Dtree.h560 typedef struct _xmlDoc xmlDoc; typedef
/external/cronet/stable/third_party/libxml/src/include/libxml/
Dtree.h560 typedef struct _xmlDoc xmlDoc; typedef
/external/jsoup/src/test/java/org/jsoup/nodes/
DElementTest.java2769 Document xmlDoc = Jsoup.parse(xml, Parser.xmlParser()); in datanodesOutputCdataInXhtml() local
2801 Document xmlDoc = Jsoup.parse(xml, Parser.xmlParser()); in datanodesOutputExistingCdataInXhtml() local