Home
last modified time | relevance | path

Searched defs:doctype (Results 1 – 18 of 18) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/serializer/
DXSLOutputAttributes.java139 public void setDoctypePublic(String doctype); in setDoctypePublic()
144 public void setDoctypeSystem(String doctype); in setDoctypeSystem()
DToUnknownStream.java639 public void setDoctypePublic(String doctype) in setDoctypePublic()
651 public void setDoctypeSystem(String doctype) in setDoctypeSystem()
/external/fonttools/Lib/fontTools/misc/
Detree.py141 doctype=None, argument
199 doctype=None, argument
/external/libprotobuf-mutator/examples/xml/
Dxml_writer.cc59 void XmlWriter::ToXml(const DoctypeDecl& doctype) { in ToXml()
Dxml.proto22 optional DoctypeDecl doctype = 5; field
/external/jsoup/src/main/java/org/jsoup/helper/
DW3CDom.java134 DocumentType doctype = doc.getDoctype(); in asString() local
208 org.jsoup.nodes.DocumentType doctype = inDoc != null ? inDoc.documentType() : null; in fromJsoup() local
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DDoctypeXmlStreamWrapper.java105 final String doctype = "\n" + d.getDoctype() + "\n"; in fixup() local
/external/jsoup/src/test/java/org/jsoup/parser/
DPositionTest.java191 DocumentType doctype = doc.documentType(); in tracksMarkup() local
228 DocumentType doctype = (DocumentType) doc.childNode(2); in tracksXml() local
/external/tinyxml2/
Dxmltest.cpp1250 const char* doctype = in main() local
1274 const char* doctype = in main() local
1286 const char* doctype = "<element attr='red' attr='blue' />"; in main() local
1297 const char* doctype = "<element att\0r='red' attr='blue' />"; in main() local
/external/apache-xml/src/main/java/org/apache/xml/utils/
DDOMHelper.java1132 DocumentType doctype = doc.getDoctype(); in getUnparsedEntityURI() local
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DDOM2DTM.java1422 DocumentType doctype = doc.getDoctype(); in getUnparsedEntityURI() local
/external/python/cpython3/Lib/test/
Dtest_xml_etree.py3485 def doctype(self, name, pubid, system): member in TreeBuilderTest.test_doctype.DoctypeParser
3561 def doctype(self, *args, **kwargs): member in XMLParserTest.test_subclass_doctype.MyParserWithDoctype
3576 def doctype(self, name, pubid, system): member in XMLParserTest.test_subclass_doctype.DoctypeParser
Dtest_minidom.py28 def create_doc_without_doctype(doctype=None): argument
Dtest_sax.py1472 def startDTD(self, doctype, publicID, systemID): argument
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMNodeProxy.java1404 …public Document createDocument(String namespaceURI,String qualfiedName,DocumentType doctype) … in createDocument()
/external/jsoup/src/main/java/org/jsoup/parser/
DHtmlTreeBuilderState.java30 DocumentType doctype = new DocumentType( in process() local
/external/sdv/vsomeip/third_party/boost/property_tree/include/boost/property_tree/detail/
Drapidxml.hpp1855 xml_node<Ch> *doctype = this->allocate_node(node_doctype); in parse_doctype() local
/external/python/cpython3/Lib/xml/dom/
Dminidom.py1449 def createDocument(self, namespaceURI, qualifiedName, doctype): argument