/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
H A D | XSLOutputAttributes.java | 139 public void setDoctypePublic(String doctype); in setDoctypePublic() 144 public void setDoctypeSystem(String doctype); in setDoctypeSystem()
|
H A D | ToUnknownStream.java | 639 public void setDoctypePublic(String doctype) in setDoctypePublic() 651 public void setDoctypeSystem(String doctype) in setDoctypeSystem()
|
/aosp_15_r20/external/fonttools/Lib/fontTools/misc/ |
H A D | etree.py | 141 doctype=None, argument 199 doctype=None, argument
|
/aosp_15_r20/external/jsoup/src/main/java/org/jsoup/helper/ |
H A D | W3CDom.java | 134 DocumentType doctype = doc.getDoctype(); in asString() local 208 org.jsoup.nodes.DocumentType doctype = inDoc != null ? inDoc.documentType() : null; in fromJsoup() local
|
/aosp_15_r20/external/jsoup/src/test/java/org/jsoup/parser/ |
H A D | PositionTest.java | 191 DocumentType doctype = doc.documentType(); in tracksMarkup() local 228 DocumentType doctype = (DocumentType) doc.childNode(2); in tracksXml() local
|
/aosp_15_r20/external/tinyxml2/ |
H A D | xmltest.cpp | 1250 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
|
/aosp_15_r20/libcore/luni/src/main/java/org/w3c/dom/ |
H A D | DOMImplementation.java | 107 DocumentType doctype) in createDocument()
|
/aosp_15_r20/libcore/dom/src/test/java/org/w3c/domts/ |
H A D | JTidyDOMImplementation.java | 119 DocumentType doctype) throws DOMException { in createDocument()
|
/aosp_15_r20/libcore/luni/src/main/java/org/apache/harmony/xml/dom/ |
H A D | DOMImplementationImpl.java | 43 DocumentType doctype) throws DOMException { in createDocument()
|
H A D | DocumentImpl.java | 76 String qualifiedName, DocumentType doctype, String inputEncoding) { in DocumentImpl()
|
H A D | NodeImpl.java | 614 DocumentTypeImpl doctype = (DocumentTypeImpl) node; in createEqualityKey() local
|
/aosp_15_r20/external/libprotobuf-mutator/examples/xml/ |
H A D | xml_writer.cc | 59 void XmlWriter::ToXml(const DoctypeDecl& doctype) { in ToXml()
|
H A D | xml.proto | 22 optional DoctypeDecl doctype = 5; field
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
H A D | DoctypeXmlStreamWrapper.java | 105 final String doctype = "\n" + d.getDoctype() + "\n"; in fixup() local
|
/aosp_15_r20/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
|
/aosp_15_r20/libcore/luni/src/main/java/org/apache/harmony/xml/parsers/ |
H A D | DocumentBuilderImpl.java | 98 DocumentType doctype = null; in parse() local
|
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/utils/ |
H A D | DOMHelper.java | 1132 DocumentType doctype = doc.getDoctype(); in getUnparsedEntityURI() local
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_xml_etree.py | 3355 def doctype(self, name, pubid, system): member in TreeBuilderTest.test_doctype.DoctypeParser 3431 def doctype(self, *args, **kwargs): member in XMLParserTest.test_subclass_doctype.MyParserWithDoctype 3446 def doctype(self, name, pubid, system): member in XMLParserTest.test_subclass_doctype.DoctypeParser
|
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/ |
H A D | DOM2DTM.java | 1422 DocumentType doctype = doc.getDoctype(); in getUnparsedEntityURI() local
|
/aosp_15_r20/external/python/cpython2/Lib/ |
D | xmllib.py | 58 doctype = re.compile('<!DOCTYPE'+_S+'(?P<name>'+_Name+')' variable
|
/aosp_15_r20/external/apache-xml/test/tools/ |
HD | jtidy-1.0.3.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/w3c/
org/ ... |
/aosp_15_r20/external/python/cpython2/Lib/xml/dom/ |
D | minidom.py | 1361 def createDocument(self, namespaceURI, qualifiedName, doctype): argument 1482 doctype = None variable in Document
|
/aosp_15_r20/external/jsoup/src/main/java/org/jsoup/parser/ |
H A D | HtmlTreeBuilderState.java | 30 DocumentType doctype = new DocumentType( in process() local
|
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
H A D | DTMNodeProxy.java | 1404 …public Document createDocument(String namespaceURI,String qualfiedName,DocumentType doctype) … in createDocument()
|