/aosp_15_r20/external/expat/expat/tests/ |
H A D | handlers.c | 412 const XML_Char *base, const XML_Char *systemId, in external_entity_optioner() 438 const XML_Char *base, const XML_Char *systemId, in external_entity_loader() 465 const XML_Char *base, const XML_Char *systemId, in external_entity_faulter() 493 const XML_Char *base, const XML_Char *systemId, in external_entity_null_loader() 505 const XML_Char *base, const XML_Char *systemId, in external_entity_resetter() 564 const XML_Char *base, const XML_Char *systemId, in external_entity_suspender() 600 const XML_Char *base, const XML_Char *systemId, in external_entity_suspend_xmldecl() 638 const XML_Char *systemId, in external_entity_suspending_faulter() 676 const XML_Char *systemId, in external_entity_failer__if_not_xml_ge() 692 const XML_Char *base, const XML_Char *systemId, in external_entity_cr_catcher() [all …]
|
/aosp_15_r20/libcore/luni/src/main/java/javax/xml/transform/stream/ |
H A D | StreamSource.java | 88 public StreamSource(InputStream inputStream, String systemId) { in StreamSource() 118 public StreamSource(Reader reader, String systemId) { in StreamSource() 128 public StreamSource(String systemId) { in StreamSource() 226 public void setSystemId(String systemId) { in setSystemId() 261 private String systemId; field in StreamSource
|
H A D | StreamResult.java | 79 public StreamResult(String systemId) { in StreamResult() 145 public void setSystemId(String systemId) { in setSystemId() 183 private String systemId; field in StreamResult
|
/aosp_15_r20/libcore/luni/src/main/java/org/apache/harmony/xml/ |
H A D | ExpatParser.java | 67 private final String systemId; field in ExpatParser 91 boolean processNamespaces, String publicId, String systemId) { in ExpatParser() 115 String publicId, String systemId) { in ExpatParser() 214 /*package*/ void startDtd(String name, String publicId, String systemId) in startDtd() 237 … /*package*/ void notationDecl(String name, String publicId, String systemId) throws SAXException { in notationDecl() 244 …/*package*/ void unparsedEntityDecl(String name, String publicId, String systemId, String notation… in unparsedEntityDecl() 259 String systemId) throws SAXException, IOException { in handleExternalEntity() 380 String systemId = inputSource.getSystemId(); in parseExternalEntity() local 788 long pointer, String publicId, String systemId) { in EntityParser()
|
H A D | ExpatReader.java | 294 String systemId = input.getSystemId(); in parse() local 308 private void parse(Reader in, String publicId, String systemId) in parse() 320 private void parse(InputStream in, String charsetName, String publicId, String systemId) in parse() 327 public void parse(String systemId) throws IOException, SAXException { in parse()
|
/aosp_15_r20/libcore/luni/src/main/java/javax/xml/transform/dom/ |
H A D | DOMResult.java | 91 public DOMResult(Node node, String systemId) { in DOMResult() 175 public DOMResult(Node node, Node nextSibling, String systemId) { in DOMResult() 311 public void setSystemId(String systemId) { in setSystemId() 349 private String systemId = null; field in DOMResult
|
/aosp_15_r20/libcore/luni/src/test/java/tests/org/w3c/dom/ |
H A D | CreateDocumentType.java | 85 String systemId = "staff.xml"; in testCreateDocumentType1() local 105 String systemId = "myDoc.dtd"; in testCreateDocumentType2() local 160 String systemId = "myDoc.dtd"; in testCreateDocumentType3() local 177 String systemId = "myDoc.dtd"; in testCreateDocumentType4() local
|
H A D | DOMImplementationCreateDocumentType.java | 82 String systemId; in testCreateDocumentType1() local 115 String systemId = "dom2.dtd"; in testCreateDocumentType2() local 152 String systemId = "dom2.dtd"; in testCreateDocumentType4() local
|
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/utils/ |
H A D | SystemIDResolver.java | 107 public static boolean isAbsoluteURI(String systemId) in isAbsoluteURI() 148 public static boolean isAbsolutePath(String systemId) in isAbsolutePath() 163 private static boolean isWindowsAbsolutePath(String systemId) in isWindowsAbsolutePath() 216 public static String getAbsoluteURI(String systemId) in getAbsoluteURI()
|
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/ |
H A D | SystemIDResolver.java | 114 public static boolean isAbsoluteURI(String systemId) in isAbsoluteURI() 155 public static boolean isAbsolutePath(String systemId) in isAbsolutePath() 170 private static boolean isWindowsAbsolutePath(String systemId) in isWindowsAbsolutePath() 223 public static String getAbsoluteURI(String systemId) in getAbsoluteURI()
|
/aosp_15_r20/libcore/luni/src/main/java/org/xml/sax/ |
H A D | SAXParseException.java | 118 public SAXParseException (String message, String publicId, String systemId, in SAXParseException() 150 public SAXParseException (String message, String publicId, String systemId, in SAXParseException() 169 private void init (String publicId, String systemId, in init() 256 private String systemId; field in SAXParseException
|
H A D | InputSource.java | 94 public InputSource (String systemId) in InputSource() 195 public void setSystemId (String systemId) in setSystemId() 333 private String systemId; field in InputSource
|
H A D | HandlerBase.java | 74 public InputSource resolveEntity (String publicId, String systemId) in resolveEntity() 100 public void notationDecl (String name, String publicId, String systemId) in notationDecl() 121 String systemId, String notationName) in unparsedEntityDecl()
|
/aosp_15_r20/libcore/luni/src/main/java/org/xml/sax/ext/ |
H A D | DefaultHandler2.java | 54 public void startDTD (String name, String publicId, String systemId) in startDTD() 87 String publicId, String systemId) in externalEntityDecl() 155 String baseURI, String systemId) in resolveEntity() 182 public InputSource resolveEntity (String publicId, String systemId) in resolveEntity()
|
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/ |
H A D | SAXParserTestSupport.java | 272 String systemId) { in notationDecl() 286 public InputSource resolveEntity(String publicId, String systemId) { in resolveEntity() 335 String systemId, String notationName) { in unparsedEntityDecl() 443 String systemId) { in notationDecl() 454 public InputSource resolveEntity(String publicId, String systemId) { in resolveEntity() 487 String systemId, String notationName) { in unparsedEntityDecl()
|
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
H A D | TransformerHandlerImpl.java | 248 public InputSource resolveEntity(String publicId, String systemId) in resolveEntity() 276 public void notationDecl(String name, String publicId, String systemId) in notationDecl() 298 String name, String publicId, String systemId, String notationName) in unparsedEntityDecl() 768 public void startDTD(String name, String publicId, String systemId) in startDTD() 1025 String name, String publicId, String systemId) throws SAXException in externalEntityDecl()
|
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/support/ |
H A D | MockResolver.java | 34 public void addEntity(String publicId, String systemId, InputSource source) { in addEntity() 38 public void removeEntity(String publicId, String systemId) { in removeEntity() 42 public InputSource resolveEntity(String publicId, String systemId) in resolveEntity()
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/xml/ |
H A D | ExpatSaxParserTest.java | 413 String systemId; field in ExpatSaxParserTest.TestDtdHandler 427 public void startDTD(String name, String publicId, String systemId) { in startDTD() 444 public void notationDecl(String name, String publicId, String systemId) { in notationDecl() 451 …public void unparsedEntityDecl(String entityName, String publicId, String systemId, String notatio… in unparsedEntityDecl() 529 public InputSource resolveEntity(String publicId, String systemId) in testExternalEntity() 595 @Override public InputSource resolveEntity(String publicId, String systemId) in testExternalEntityDownload()
|
/aosp_15_r20/libcore/luni/src/main/java/org/xml/sax/helpers/ |
H A D | XMLFilterImpl.java | 349 public void parse (String systemId) in parse() 374 public InputSource resolveEntity (String publicId, String systemId) in resolveEntity() 400 public void notationDecl (String name, String publicId, String systemId) in notationDecl() 420 String systemId, String notationName) in unparsedEntityDecl()
|
H A D | DefaultHandler.java | 88 public InputSource resolveEntity (String publicId, String systemId) in resolveEntity() 116 public void notationDecl (String name, String publicId, String systemId) in notationDecl() 140 String systemId, String notationName) in unparsedEntityDecl()
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
H A D | XMLFileReader.java | 78 public void handleStartDtd(String name, String publicId, String systemId) {} in handleStartDtd() 250 public void startDTD(String name, String publicId, String systemId) throws SAXException { in startDTD() 292 public void externalEntityDecl(String name, String publicId, String systemId) in externalEntityDecl() 297 public void notationDecl(String name, String publicId, String systemId) { in notationDecl() 312 String name, String publicId, String systemId, String notationName) { in unparsedEntityDecl() 446 public void startDTD(String name, String publicId, String systemId) throws SAXException { in startDTD()
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/javax/xml/transform/sax/ |
H A D | SAXSourceTest.java | 104 private String systemId; field in SAXSourceTest.UnknownSource 106 public void setSystemId(String systemId) { in setSystemId() 161 public void parse(String systemId) throws IOException, SAXException {} in parse()
|
/aosp_15_r20/external/python/cpython2/Lib/xml/dom/ |
D | expatbuilder.py | 240 def start_doctype_decl_handler(self, doctypeName, systemId, publicId, argument 310 base, systemId, publicId, notationName): argument 327 def notation_decl_handler(self, notationName, base, systemId, publicId): argument 347 def external_entity_ref_handler(self, context, base, systemId, publicId): argument 695 def external_entity_ref_handler(self, context, base, systemId, publicId): argument 892 def start_doctype_decl_handler(self, name, publicId, systemId, argument
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/xml/dom/ |
H A D | expatbuilder.py | 240 def start_doctype_decl_handler(self, doctypeName, systemId, publicId, argument 306 base, systemId, publicId, notationName): argument 323 def notation_decl_handler(self, notationName, base, systemId, publicId): argument 343 def external_entity_ref_handler(self, context, base, systemId, publicId): argument 688 def external_entity_ref_handler(self, context, base, systemId, publicId): argument 880 def start_doctype_decl_handler(self, name, publicId, systemId, argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/xml/dom/ |
D | expatbuilder.py | 240 def start_doctype_decl_handler(self, doctypeName, systemId, publicId, argument 306 base, systemId, publicId, notationName): argument 323 def notation_decl_handler(self, notationName, base, systemId, publicId): argument 343 def external_entity_ref_handler(self, context, base, systemId, publicId): argument 688 def external_entity_ref_handler(self, context, base, systemId, publicId): argument 880 def start_doctype_decl_handler(self, name, publicId, systemId, argument
|