/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | XSLOutputAttributes.java | 139 public void setDoctypePublic(String doctype); in setDoctypePublic() 144 public void setDoctypeSystem(String doctype); in setDoctypeSystem()
|
D | ToUnknownStream.java | 639 public void setDoctypePublic(String doctype) in setDoctypePublic() 651 public void setDoctypeSystem(String doctype) in setDoctypeSystem()
|
/external/fonttools/Lib/fontTools/misc/ |
D | etree.py | 141 doctype=None, argument 201 doctype=None, argument
|
/external/tinyxml/ |
D | xmltest.cpp | 865 const char* doctype = in main() local 892 const char* doctype = in main() local 953 const char* doctype = "<element attr='red' attr='blue' />"; in main() local 964 const char* doctype = "<element att\0r='red' attr='blue' />"; in main() local
|
/external/libprotobuf-mutator/examples/xml/ |
D | xml_writer.cc | 59 void XmlWriter::ToXml(const DoctypeDecl& doctype) { in ToXml()
|
D | xml.proto | 22 optional DoctypeDecl doctype = 5; field
|
/external/cldr/tools/java/org/unicode/cldr/draft/keyboard/out/ |
D | XmlWriter.java | 39 XmlWriter startDocument(String doctype, String dtdLocation) { in startDocument()
|
/external/tinyxml2/ |
D | xmltest.cpp | 1122 const char* doctype = in main() local 1146 const char* doctype = in main() local 1158 const char* doctype = "<element attr='red' attr='blue' />"; in main() local 1169 const char* doctype = "<element att\0r='red' attr='blue' />"; in main() local
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
D | DOMHelper.java | 1132 DocumentType doctype = doc.getDoctype(); in getUnparsedEntityURI() local
|
/external/python/cpython2/Lib/test/ |
D | test_xml_etree.py | 2224 def doctype(self, name, pubid, system): member in TreeBuilderTest.test_doctype.DoctypeParser 2314 def doctype(self, name, pubid, system): member in XMLParserTest.test_subclass_doctype.MyParserWithDoctype 2332 def doctype(self, name, pubid, system): member in XMLParserTest.test_subclass_doctype.DoctypeParser
|
D | test_minidom.py | 29 def create_doc_without_doctype(doctype=None): argument
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/ |
D | DOM2DTM.java | 1422 DocumentType doctype = doc.getDoctype(); in getUnparsedEntityURI() local
|
/external/python/cpython3/Lib/test/ |
D | test_xml_etree.py | 2582 def doctype(self, name, pubid, system): member in TreeBuilderTest.test_doctype.DoctypeParser 2673 def doctype(self, name, pubid, system): member in XMLParserTest.test_subclass_doctype.MyParserWithDoctype 2689 def doctype(self, name, pubid, system): member in XMLParserTest.test_subclass_doctype.DoctypeParser
|
D | test_minidom.py | 26 def create_doc_without_doctype(doctype=None): argument
|
/external/python/cpython2/Lib/ |
D | xmllib.py | 58 doctype = re.compile('<!DOCTYPE'+_S+'(?P<name>'+_Name+')' variable
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
D | DTMNodeProxy.java | 1404 …public Document createDocument(String namespaceURI,String qualfiedName,DocumentType doctype) … in createDocument()
|
/external/python/cpython3/Lib/xml/etree/ |
D | ElementTree.py | 1611 def doctype(self, name, pubid, system): member in XMLParser
|
/external/python/cpython2/Lib/xml/etree/ |
D | ElementTree.py | 1639 def doctype(self, name, pubid, system): member in XMLParser
|
/external/python/cpython2/Lib/xml/dom/ |
D | minidom.py | 1361 def createDocument(self, namespaceURI, qualifiedName, doctype): argument 1482 doctype = None variable in Document
|
/external/python/cpython3/Lib/xml/dom/ |
D | minidom.py | 1406 def createDocument(self, namespaceURI, qualifiedName, doctype): argument
|