Home
last modified time | relevance | path

Searched defs:doctype (Results 1 – 19 of 19) 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.py140 doctype=None, argument
200 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/cldr/tools/java/org/unicode/cldr/draft/keyboard/out/
DXmlWriter.java39 XmlWriter startDocument(String doctype, String dtdLocation) { in startDocument()
/external/tinyxml2/
Dxmltest.cpp1246 const char* doctype = in main() local
1270 const char* doctype = in main() local
1282 const char* doctype = "<element attr='red' attr='blue' />"; in main() local
1293 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/python/cpython2/Lib/test/
Dtest_xml_etree.py2224 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
Dtest_minidom.py29 def create_doc_without_doctype(doctype=None): argument
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DDOM2DTM.java1422 DocumentType doctype = doc.getDoctype(); in getUnparsedEntityURI() local
/external/python/cpython2/Lib/
Dxmllib.py58 doctype = re.compile('<!DOCTYPE'+_S+'(?P<name>'+_Name+')' variable
/external/python/cpython3/Lib/test/
Dtest_xml_etree.py3290 def doctype(self, name, pubid, system): member in TreeBuilderTest.test_doctype.DoctypeParser
3366 def doctype(self, *args, **kwargs): member in XMLParserTest.test_subclass_doctype.MyParserWithDoctype
3381 def doctype(self, name, pubid, system): member in XMLParserTest.test_subclass_doctype.DoctypeParser
Dtest_minidom.py27 def create_doc_without_doctype(doctype=None): argument
/external/oss-fuzz/projects/xerces-c/
Dxml.proto216 DocTypeDecl doctype = 2; field
/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/python/cpython2/Lib/xml/etree/
DElementTree.py1639 def doctype(self, name, pubid, system): member in XMLParser
/external/python/cpython2/Lib/xml/dom/
Dminidom.py1361 def createDocument(self, namespaceURI, qualifiedName, doctype): argument
1482 doctype = None variable in Document
/external/python/cpython3/Lib/xml/dom/
Dminidom.py1431 def createDocument(self, namespaceURI, qualifiedName, doctype): argument