Home
last modified time | relevance | path

Searched defs:doctype (Results 1 – 20 of 20) 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
201 doctype=None, argument
/external/tinyxml/
Dxmltest.cpp865 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/
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.cpp1122 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/
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/cpython3/Lib/test/
Dtest_xml_etree.py2582 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
Dtest_minidom.py26 def create_doc_without_doctype(doctype=None): argument
/external/python/cpython2/Lib/
Dxmllib.py58 doctype = re.compile('<!DOCTYPE'+_S+'(?P<name>'+_Name+')' variable
/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/cpython3/Lib/xml/etree/
DElementTree.py1611 def doctype(self, name, pubid, system): member in XMLParser
/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.py1406 def createDocument(self, namespaceURI, qualifiedName, doctype): argument