Home
last modified time | relevance | path

Searched refs:standaloneSet (Results 1 – 25 of 212) sorted by relevance

123456789

/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jaxp/javax/xml/jaxp/unittest/stream/XMLEventReaderTest/
H A DEventReaderTest.java71 …void testStandaloneSet(String xml, boolean standalone, boolean standaloneSet) throws XMLStreamExce… in testStandaloneSet() argument
77 assertEquals(startDocumentEvent.standaloneSet(), standaloneSet); in testStandaloneSet() local
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jaxp/javax/xml/jaxp/unittest/stream/XMLEventReaderTest/
H A DEventReaderTest.java71 …void testStandaloneSet(String xml, boolean standalone, boolean standaloneSet) throws XMLStreamExce… in testStandaloneSet() argument
77 assertEquals(startDocumentEvent.standaloneSet(), standaloneSet); in testStandaloneSet() local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jaxp/javax/xml/jaxp/unittest/stream/XMLStreamReaderTest/
H A DIssue47Test.java54 Assert.assertTrue(!r.standaloneSet() && !r.isStandalone()); in testStandaloneSet()
69 Assert.assertTrue(r.standaloneSet() && !r.isStandalone()); in testStandaloneSet1()
84 AssertJUnit.assertTrue(r.standaloneSet() && r.isStandalone()); in testStandaloneSet2()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jaxp/javax/xml/jaxp/unittest/stream/XMLStreamReaderTest/
H A DIssue47Test.java54 Assert.assertTrue(!r.standaloneSet() && !r.isStandalone()); in testStandaloneSet()
69 Assert.assertTrue(r.standaloneSet() && !r.isStandalone()); in testStandaloneSet1()
84 AssertJUnit.assertTrue(r.standaloneSet() && r.isStandalone()); in testStandaloneSet2()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jaxp/javax/xml/jaxp/unittest/stream/XMLStreamReaderTest/
H A DIssue47Test.java54 Assert.assertTrue(!r.standaloneSet() && !r.isStandalone()); in testStandaloneSet()
69 Assert.assertTrue(r.standaloneSet() && !r.isStandalone()); in testStandaloneSet1()
84 AssertJUnit.assertTrue(r.standaloneSet() && r.isStandalone()); in testStandaloneSet2()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jaxp/javax/xml/jaxp/unittest/stream/XMLStreamReaderTest/
H A DIssue47Test.java54 Assert.assertTrue(!r.standaloneSet() && !r.isStandalone()); in testStandaloneSet()
69 Assert.assertTrue(r.standaloneSet() && !r.isStandalone()); in testStandaloneSet1()
84 AssertJUnit.assertTrue(r.standaloneSet() && r.isStandalone()); in testStandaloneSet2()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jaxp/javax/xml/jaxp/unittest/stream/XMLStreamReaderTest/
H A DIssue47Test.java54 Assert.assertTrue(!r.standaloneSet() && !r.isStandalone()); in testStandaloneSet()
69 Assert.assertTrue(r.standaloneSet() && !r.isStandalone()); in testStandaloneSet1()
84 AssertJUnit.assertTrue(r.standaloneSet() && r.isStandalone()); in testStandaloneSet2()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jaxp/javax/xml/jaxp/unittest/stream/XMLStreamReaderTest/
H A DIssue47Test.java54 Assert.assertTrue(!r.standaloneSet() && !r.isStandalone()); in testStandaloneSet()
69 Assert.assertTrue(r.standaloneSet() && !r.isStandalone()); in testStandaloneSet1()
84 AssertJUnit.assertTrue(r.standaloneSet() && r.isStandalone()); in testStandaloneSet2()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jaxp/javax/xml/jaxp/unittest/stream/XMLStreamReaderTest/
H A DIssue47Test.java54 Assert.assertTrue(!r.standaloneSet() && !r.isStandalone()); in testStandaloneSet()
69 Assert.assertTrue(r.standaloneSet() && !r.isStandalone()); in testStandaloneSet1()
84 AssertJUnit.assertTrue(r.standaloneSet() && r.isStandalone()); in testStandaloneSet2()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jaxp/javax/xml/jaxp/unittest/stream/XMLStreamReaderTest/
H A DIssue47Test.java54 Assert.assertTrue(!r.standaloneSet() && !r.isStandalone()); in testStandaloneSet()
69 Assert.assertTrue(r.standaloneSet() && !r.isStandalone()); in testStandaloneSet1()
84 AssertJUnit.assertTrue(r.standaloneSet() && r.isStandalone()); in testStandaloneSet2()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/xml/internal/stream/events/
H A DStartDocumentEvent.java105 public void setStandalone(boolean isStandalone, boolean standaloneSet) { in setStandalone() argument
106 fStandaloneSet = standaloneSet; in setStandalone()
126 public boolean standaloneSet() { in standaloneSet() method in StartDocumentEvent
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/xml/internal/stream/events/
H A DStartDocumentEvent.java105 public void setStandalone(boolean isStandalone, boolean standaloneSet) { in setStandalone() argument
106 fStandaloneSet = standaloneSet; in setStandalone()
126 public boolean standaloneSet() { in standaloneSet() method in StartDocumentEvent
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jaxp/javax/xml/jaxp/unittest/stream/EventsTest/
H A DIssue53Test.java65 System.out.println(sd.standaloneSet()); in testStandaloneSet()
66 Assert.assertTrue(sd.standaloneSet(), "standalone is set, should return true."); in testStandaloneSet()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jaxp/javax/xml/jaxp/unittest/stream/EventsTest/
H A DIssue53Test.java65 System.out.println(sd.standaloneSet()); in testStandaloneSet()
66 Assert.assertTrue(sd.standaloneSet(), "standalone is set, should return true."); in testStandaloneSet()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jaxp/javax/xml/jaxp/unittest/stream/EventsTest/
H A DIssue53Test.java65 System.out.println(sd.standaloneSet()); in testStandaloneSet()
66 Assert.assertTrue(sd.standaloneSet(), "standalone is set, should return true."); in testStandaloneSet()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jaxp/javax/xml/jaxp/unittest/stream/EventsTest/
H A DIssue53Test.java65 System.out.println(sd.standaloneSet()); in testStandaloneSet()
66 Assert.assertTrue(sd.standaloneSet(), "standalone is set, should return true."); in testStandaloneSet()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jaxp/javax/xml/jaxp/unittest/stream/EventsTest/
H A DIssue53Test.java65 System.out.println(sd.standaloneSet()); in testStandaloneSet()
66 Assert.assertTrue(sd.standaloneSet(), "standalone is set, should return true."); in testStandaloneSet()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jaxp/javax/xml/jaxp/unittest/stream/EventsTest/
H A DIssue53Test.java65 System.out.println(sd.standaloneSet()); in testStandaloneSet()
66 Assert.assertTrue(sd.standaloneSet(), "standalone is set, should return true."); in testStandaloneSet()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jaxp/javax/xml/jaxp/unittest/stream/EventsTest/
H A DIssue53Test.java65 System.out.println(sd.standaloneSet()); in testStandaloneSet()
66 Assert.assertTrue(sd.standaloneSet(), "standalone is set, should return true."); in testStandaloneSet()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jaxp/javax/xml/jaxp/unittest/stream/EventsTest/
H A DIssue53Test.java65 System.out.println(sd.standaloneSet()); in testStandaloneSet()
66 Assert.assertTrue(sd.standaloneSet(), "standalone is set, should return true."); in testStandaloneSet()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/javax/xml/stream/util/
H A DStreamReaderDelegate.java264 public boolean standaloneSet() { in standaloneSet() method in StreamReaderDelegate
265 return reader.standaloneSet(); in standaloneSet()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/javax/xml/stream/util/
H A DStreamReaderDelegate.java264 public boolean standaloneSet() { in standaloneSet() method in StreamReaderDelegate
265 return reader.standaloneSet(); in standaloneSet()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/javax/xml/stream/util/
H A DStreamReaderDelegate.java264 public boolean standaloneSet() { in standaloneSet() method in StreamReaderDelegate
265 return reader.standaloneSet(); in standaloneSet()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/javax/xml/stream/util/
H A DStreamReaderDelegate.java264 public boolean standaloneSet() { in standaloneSet() method in StreamReaderDelegate
265 return reader.standaloneSet(); in standaloneSet()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/javax/xml/stream/util/
H A DStreamReaderDelegate.java264 public boolean standaloneSet() { in standaloneSet() method in StreamReaderDelegate
265 return reader.standaloneSet(); in standaloneSet()

123456789