Home
last modified time | relevance | path

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

12345

/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DXSLOutputAttributes.java139 public void setDoctypePublic(String doctype); in setDoctypePublic()
144 public void setDoctypeSystem(String doctype); in setDoctypeSystem()
H A DToUnknownStream.java639 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 Detree.py141 doctype=None, argument
199 doctype=None, argument
/aosp_15_r20/external/jsoup/src/main/java/org/jsoup/helper/
H A DW3CDom.java134 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 DPositionTest.java191 DocumentType doctype = doc.documentType(); in tracksMarkup() local
228 DocumentType doctype = (DocumentType) doc.childNode(2); in tracksXml() local
/aosp_15_r20/external/tinyxml2/
H A 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
/aosp_15_r20/libcore/luni/src/main/java/org/w3c/dom/
H A DDOMImplementation.java107 DocumentType doctype) in createDocument()
/aosp_15_r20/libcore/dom/src/test/java/org/w3c/domts/
H A DJTidyDOMImplementation.java119 DocumentType doctype) throws DOMException { in createDocument()
/aosp_15_r20/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
H A DDOMImplementationImpl.java43 DocumentType doctype) throws DOMException { in createDocument()
H A DDocumentImpl.java76 String qualifiedName, DocumentType doctype, String inputEncoding) { in DocumentImpl()
H A DNodeImpl.java614 DocumentTypeImpl doctype = (DocumentTypeImpl) node; in createEqualityKey() local
/aosp_15_r20/external/libprotobuf-mutator/examples/xml/
H A Dxml_writer.cc59 void XmlWriter::ToXml(const DoctypeDecl& doctype) { in ToXml()
H A Dxml.proto22 optional DoctypeDecl doctype = 5; field
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DDoctypeXmlStreamWrapper.java105 final String doctype = "\n" + d.getDoctype() + "\n"; in fixup() local
/aosp_15_r20/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
/aosp_15_r20/libcore/luni/src/main/java/org/apache/harmony/xml/parsers/
H A DDocumentBuilderImpl.java98 DocumentType doctype = null; in parse() local
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DDOMHelper.java1132 DocumentType doctype = doc.getDoctype(); in getUnparsedEntityURI() local
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_xml_etree.py3355 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 DDOM2DTM.java1422 DocumentType doctype = doc.getDoctype(); in getUnparsedEntityURI() local
/aosp_15_r20/external/python/cpython2/Lib/
Dxmllib.py58 doctype = re.compile('<!DOCTYPE'+_S+'(?P<name>'+_Name+')' variable
/aosp_15_r20/external/apache-xml/test/tools/
HDjtidy-1.0.3.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/w3c/ org/ ...
/aosp_15_r20/external/python/cpython2/Lib/xml/dom/
Dminidom.py1361 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 DHtmlTreeBuilderState.java30 DocumentType doctype = new DocumentType( in process() local
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMNodeProxy.java1404 …public Document createDocument(String namespaceURI,String qualfiedName,DocumentType doctype) … in createDocument()

12345