Home
last modified time | relevance | path

Searched defs:systemId (Results 1 – 25 of 712) sorted by relevance

12345678910>>...29

/aosp_15_r20/external/expat/expat/tests/
H A Dhandlers.c412 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 DStreamSource.java88 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 DStreamResult.java79 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 DExpatParser.java67 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 DExpatReader.java294 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 DDOMResult.java91 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 DCreateDocumentType.java85 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 DDOMImplementationCreateDocumentType.java82 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 DSystemIDResolver.java107 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 DSystemIDResolver.java114 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 DSAXParseException.java118 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 DInputSource.java94 public InputSource (String systemId) in InputSource()
195 public void setSystemId (String systemId) in setSystemId()
333 private String systemId; field in InputSource
H A DHandlerBase.java74 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 DDefaultHandler2.java54 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 DSAXParserTestSupport.java272 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 DTransformerHandlerImpl.java248 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 DMockResolver.java34 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 DExpatSaxParserTest.java413 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 DXMLFilterImpl.java349 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 DDefaultHandler.java88 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 DXMLFileReader.java78 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 DSAXSourceTest.java104 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/
Dexpatbuilder.py240 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 Dexpatbuilder.py240 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/
Dexpatbuilder.py240 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

12345678910>>...29