Searched defs:sysId (Results 1 – 3 of 3) sorted by relevance
/external/apache-xml/test/java/src/org/apache/qetest/trax/ |
D | SystemIdTest.java | 487 protected Templates testNewTemplatesWithSystemId(String sysId, String desc, in testNewTemplatesWithSystemId() 534 protected Transformer testNewTransformerWithSystemId(String sysId, String desc, in testNewTransformerWithSystemId() 575 protected void testTransformWithSystemId(String sysId, String desc, in testTransformWithSystemId() 648 protected void validateWithSystemId(String sysId, String desc, in validateWithSystemId() 713 protected void validateException(String sysId, String desc, in validateException()
|
D | LoggingURIResolver.java | 362 String sysId = SystemIDResolver.getAbsoluteURI(href, base); in resolve() local
|
/external/python/cpython3/Lib/test/ |
D | test_pyexpat.py | 332 def ExternalEntityRefHandler(self, context, base, sysId, pubId): argument
|