Home
last modified time | relevance | path

Searched defs:publicId (Results 1 – 25 of 2720) sorted by relevance

12345678910>>...109

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jaxp/javax/xml/jaxp/functional/catalog/
H A DDelegatePublicTest.java49 public void testMatch(String publicId, String matchedUri) { in testMatch()
50 checkPubIdResolution(createResolver(), publicId, matchedUri); in testMatch() local
78 public void testException(String publicId, in testException()
80 expectExceptionOnPubId(createResolver(), publicId, in testException() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jaxp/javax/xml/jaxp/functional/catalog/
H A DDelegatePublicTest.java49 public void testMatch(String publicId, String matchedUri) { in testMatch()
50 checkPubIdResolution(createResolver(), publicId, matchedUri); in testMatch() local
78 public void testException(String publicId, in testException()
80 expectExceptionOnPubId(createResolver(), publicId, in testException() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jaxp/javax/xml/jaxp/functional/catalog/
H A DDelegatePublicTest.java49 public void testMatch(String publicId, String matchedUri) { in testMatch()
50 checkPubIdResolution(createResolver(), publicId, matchedUri); in testMatch() local
78 public void testException(String publicId, in testException()
80 expectExceptionOnPubId(createResolver(), publicId, in testException() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jaxp/javax/xml/jaxp/functional/catalog/
H A DDelegatePublicTest.java49 public void testMatch(String publicId, String matchedUri) { in testMatch()
50 checkPubIdResolution(createResolver(), publicId, matchedUri); in testMatch() local
78 public void testException(String publicId, in testException()
80 expectExceptionOnPubId(createResolver(), publicId, in testException() local
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jaxp/javax/xml/jaxp/functional/catalog/
H A DDelegatePublicTest.java49 public void testMatch(String publicId, String matchedUri) { in testMatch()
50 checkPubIdResolution(createResolver(), publicId, matchedUri); in testMatch() local
78 public void testException(String publicId, in testException()
80 expectExceptionOnPubId(createResolver(), publicId, in testException() local
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jaxp/javax/xml/jaxp/functional/catalog/
H A DDelegatePublicTest.java49 public void testMatch(String publicId, String matchedUri) { in testMatch()
50 checkPubIdResolution(createResolver(), publicId, matchedUri); in testMatch() local
78 public void testException(String publicId, in testException()
80 expectExceptionOnPubId(createResolver(), publicId, in testException() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jaxp/javax/xml/jaxp/functional/catalog/
H A DDelegatePublicTest.java49 public void testMatch(String publicId, String matchedUri) { in testMatch()
50 checkPubIdResolution(createResolver(), publicId, matchedUri); in testMatch() local
78 public void testException(String publicId, in testException()
80 expectExceptionOnPubId(createResolver(), publicId, in testException() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jaxp/javax/xml/jaxp/functional/catalog/
H A DDelegatePublicTest.java49 public void testMatch(String publicId, String matchedUri) { in testMatch()
50 checkPubIdResolution(createResolver(), publicId, matchedUri); in testMatch() local
78 public void testException(String publicId, in testException()
80 expectExceptionOnPubId(createResolver(), publicId, in testException() local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/javax/xml/catalog/
H A DPublicEntry.java35 String publicId; field in PublicEntry
43 public PublicEntry(String base, String publicId, String uri) { in PublicEntry()
53 public void setPublicId(String publicId) { in setPublicId()
84 public String match(String publicId) { in match()
H A DNormalizer.java55 static String normalizePublicId(String publicId) { in normalizePublicId()
93 static String encodeURN(String publicId) { in encodeURN()
115 String publicId; in decodeURN() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/javax/xml/catalog/
H A DPublicEntry.java35 String publicId; field in PublicEntry
43 public PublicEntry(String base, String publicId, String uri) { in PublicEntry()
53 public void setPublicId(String publicId) { in setPublicId()
84 public String match(String publicId) { in match()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/javax/xml/catalog/
H A DPublicEntry.java35 String publicId; field in PublicEntry
43 public PublicEntry(String base, String publicId, String uri) { in PublicEntry()
53 public void setPublicId(String publicId) { in setPublicId()
84 public String match(String publicId) { in match()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/javax/xml/catalog/
H A DPublicEntry.java35 String publicId; field in PublicEntry
43 public PublicEntry(String base, String publicId, String uri) { in PublicEntry()
53 public void setPublicId(String publicId) { in setPublicId()
84 public String match(String publicId) { in match()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/javax/xml/catalog/
H A DPublicEntry.java35 String publicId; field in PublicEntry
43 public PublicEntry(String base, String publicId, String uri) { in PublicEntry()
53 public void setPublicId(String publicId) { in setPublicId()
84 public String match(String publicId) { in match()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/javax/xml/catalog/
H A DPublicEntry.java35 String publicId; field in PublicEntry
43 public PublicEntry(String base, String publicId, String uri) { in PublicEntry()
53 public void setPublicId(String publicId) { in setPublicId()
84 public String match(String publicId) { in match()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/javax/xml/catalog/
H A DPublicEntry.java35 String publicId; field in PublicEntry
43 public PublicEntry(String base, String publicId, String uri) { in PublicEntry()
53 public void setPublicId(String publicId) { in setPublicId()
84 public String match(String publicId) { in match()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/javax/xml/catalog/
H A DPublicEntry.java35 String publicId; field in PublicEntry
43 public PublicEntry(String base, String publicId, String uri) { in PublicEntry()
53 public void setPublicId(String publicId) { in setPublicId()
84 public String match(String publicId) { in match()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jaxp/javax/xml/jaxp/functional/org/w3c/dom/ptests/
H A DDomImplementationTest.java66 final String publicId = "pubid"; in testCreateDocumentType01() local
82 final String publicId = "-//W3C//DTD HTML 4.0 Transitional//EN"; in testCreateDocumentType02() local
88 verifyDocumentType(document.getDoctype(), name, publicId, systemId); in testCreateDocumentType02() local
126 …private void verifyDocumentType(DocumentType documentType, String name, String publicId, String sy… in verifyDocumentType()
127 assertEquals(documentType.getPublicId(), publicId); in verifyDocumentType() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jaxp/javax/xml/jaxp/functional/org/w3c/dom/ptests/
H A DDomImplementationTest.java66 final String publicId = "pubid"; in testCreateDocumentType01() local
82 final String publicId = "-//W3C//DTD HTML 4.0 Transitional//EN"; in testCreateDocumentType02() local
88 verifyDocumentType(document.getDoctype(), name, publicId, systemId); in testCreateDocumentType02() local
126 …private void verifyDocumentType(DocumentType documentType, String name, String publicId, String sy… in verifyDocumentType()
127 assertEquals(documentType.getPublicId(), publicId); in verifyDocumentType() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jaxp/javax/xml/jaxp/functional/org/w3c/dom/ptests/
H A DDomImplementationTest.java66 final String publicId = "pubid"; in testCreateDocumentType01() local
82 final String publicId = "-//W3C//DTD HTML 4.0 Transitional//EN"; in testCreateDocumentType02() local
88 verifyDocumentType(document.getDoctype(), name, publicId, systemId); in testCreateDocumentType02() local
126 …private void verifyDocumentType(DocumentType documentType, String name, String publicId, String sy… in verifyDocumentType()
127 assertEquals(documentType.getPublicId(), publicId); in verifyDocumentType() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jaxp/javax/xml/jaxp/functional/org/w3c/dom/ptests/
H A DDomImplementationTest.java66 final String publicId = "pubid"; in testCreateDocumentType01() local
82 final String publicId = "-//W3C//DTD HTML 4.0 Transitional//EN"; in testCreateDocumentType02() local
88 verifyDocumentType(document.getDoctype(), name, publicId, systemId); in testCreateDocumentType02() local
126 …private void verifyDocumentType(DocumentType documentType, String name, String publicId, String sy… in verifyDocumentType()
127 assertEquals(documentType.getPublicId(), publicId); in verifyDocumentType() local
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jaxp/javax/xml/jaxp/functional/org/w3c/dom/ptests/
H A DDomImplementationTest.java66 final String publicId = "pubid"; in testCreateDocumentType01() local
82 final String publicId = "-//W3C//DTD HTML 4.0 Transitional//EN"; in testCreateDocumentType02() local
88 verifyDocumentType(document.getDoctype(), name, publicId, systemId); in testCreateDocumentType02() local
126 …private void verifyDocumentType(DocumentType documentType, String name, String publicId, String sy… in verifyDocumentType()
127 assertEquals(documentType.getPublicId(), publicId); in verifyDocumentType() local
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jaxp/javax/xml/jaxp/functional/org/w3c/dom/ptests/
H A DDomImplementationTest.java66 final String publicId = "pubid"; in testCreateDocumentType01() local
82 final String publicId = "-//W3C//DTD HTML 4.0 Transitional//EN"; in testCreateDocumentType02() local
88 verifyDocumentType(document.getDoctype(), name, publicId, systemId); in testCreateDocumentType02() local
126 …private void verifyDocumentType(DocumentType documentType, String name, String publicId, String sy… in verifyDocumentType()
127 assertEquals(documentType.getPublicId(), publicId); in verifyDocumentType() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jaxp/javax/xml/jaxp/functional/org/w3c/dom/ptests/
H A DDomImplementationTest.java66 final String publicId = "pubid"; in testCreateDocumentType01() local
82 final String publicId = "-//W3C//DTD HTML 4.0 Transitional//EN"; in testCreateDocumentType02() local
88 verifyDocumentType(document.getDoctype(), name, publicId, systemId); in testCreateDocumentType02() local
126 …private void verifyDocumentType(DocumentType documentType, String name, String publicId, String sy… in verifyDocumentType()
127 assertEquals(documentType.getPublicId(), publicId); in verifyDocumentType() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jaxp/javax/xml/jaxp/functional/org/w3c/dom/ptests/
H A DDomImplementationTest.java66 final String publicId = "pubid"; in testCreateDocumentType01() local
82 final String publicId = "-//W3C//DTD HTML 4.0 Transitional//EN"; in testCreateDocumentType02() local
88 verifyDocumentType(document.getDoctype(), name, publicId, systemId); in testCreateDocumentType02() local
126 …private void verifyDocumentType(DocumentType documentType, String name, String publicId, String sy… in verifyDocumentType()
127 assertEquals(documentType.getPublicId(), publicId); in verifyDocumentType() local

12345678910>>...109