Searched refs:getSystemId (Results 1 - 25 of 57) sorted by relevance

123

/libcore/luni/src/main/java/javax/xml/transform/
H A DSource.java46 public String getSystemId(); method in interface:Source
H A DSourceLocator.java37 * @see #getSystemId
55 public String getSystemId(); method in interface:SourceLocator
H A DResult.java79 public String getSystemId(); method in interface:Result
/libcore/luni/src/main/java/org/w3c/dom/
H A DNotation.java38 public String getSystemId(); method in interface:Notation
H A DDocumentType.java70 public String getSystemId(); method in interface:DocumentType
H A DEntity.java57 public String getSystemId(); method in interface:Entity
/libcore/luni/src/main/java/org/xml/sax/
H A DLocator.java57 * @see #getSystemId
78 public abstract String getSystemId (); method in interface:Locator
H A DSAXParseException.java61 init(locator.getPublicId(), locator.getSystemId(),
88 init(locator.getPublicId(), locator.getSystemId(),
198 * @see org.xml.sax.Locator#getSystemId
200 public String getSystemId ()
251 * @see #getSystemId
199 public String getSystemId () method in class:SAXParseException
/libcore/luni/src/main/java/javax/xml/transform/sax/
H A DTemplatesHandler.java60 public String getSystemId(); method in interface:TemplatesHandler
H A DTransformerHandler.java59 public String getSystemId(); method in interface:TransformerHandler
H A DSAXSource.java158 public String getSystemId() { method in class:SAXSource
163 return inputSource.getSystemId();
192 InputSource isource = new InputSource(ss.getSystemId());
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/
H A DInputSourceTest.java37 assertNull(i.getSystemId());
47 assertEquals("Foo", i.getSystemId());
60 assertNull(i.getSystemId());
69 assertNull(i.getSystemId());
82 assertNull(i.getSystemId());
91 assertNull(i.getSystemId());
108 assertEquals("Foo", i.getSystemId());
111 assertNull(i.getSystemId());
156 assertNull(i.getSystemId());
165 assertNull(i.getSystemId());
[all...]
H A DSAXParseExceptionTest.java53 assertEquals(SYS, e.getSystemId());
64 assertEquals(SYS, e.getSystemId());
75 assertNull(e.getSystemId());
86 assertEquals(SYS, e.getSystemId());
105 assertEquals(SYS, e.getSystemId());
116 assertEquals(SYS, e.getSystemId());
127 assertNull(e.getSystemId());
143 assertEquals(SYS, e.getSystemId());
154 assertEquals(SYS, e.getSystemId());
165 assertNull(e.getSystemId());
[all...]
/libcore/luni/src/main/java/org/xml/sax/helpers/
H A DLocatorImpl.java80 setSystemId(locator.getSystemId());
112 * @see org.xml.sax.Locator#getSystemId
115 public String getSystemId ()
172 * @see #getSystemId
114 public String getSystemId () method in class:LocatorImpl
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/helpers/
H A DLocatorImplTest.java38 assertEquals(null, l.getSystemId());
55 assertEquals(SYS, outer.getSystemId());
82 assertEquals(SYS, l.getSystemId());
85 assertEquals(null, l.getSystemId());
/libcore/luni/src/main/java/org/w3c/dom/ls/
H A DLSOutput.java78 public String getSystemId(); method in interface:LSOutput
H A DLSInput.java129 public String getSystemId(); method in interface:LSInput
/libcore/dom/src/test/java/org/w3c/domts/level2/core/
H A Ddocumentimportnode22.java113 systemId1Imp = notation1.getSystemId();
114 systemId1NewImp = notation1.getSystemId();
117 systemId2 = notation2.getSystemId();
118 systemId2Imp = notation2.getSystemId();
119 systemId2NewImp = notation2.getSystemId();
H A Ddocumentimportnode19.java108 systemId = entity2.getSystemId();
109 systemIdImp = entityImp2.getSystemId();
111 systemId = entity6.getSystemId();
112 systemIdImp = entityImp6.getSystemId();
H A DimportNode13.java89 system = docType.getSystemId();
93 system = aNode.getSystemId();
H A Ddocumenttypesystemid01.java73 systemId = docType.getSystemId();
/libcore/luni/src/main/java/javax/xml/transform/dom/
H A DDOMSource.java128 public String getSystemId() { method in class:DOMSource
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
H A DNotationImpl.java59 public String getSystemId() { method in class:NotationImpl
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/ext/
H A DLocator2ImplTest.java43 assertEquals(null, l.getSystemId());
66 assertEquals(SYS, outer.getSystemId());
77 assertEquals(SYS, outer.getSystemId());
/libcore/dom/src/test/java/org/w3c/domts/level1/core/
H A Dnotationgetsystemidnull.java33 * specified for this notation, the "getSystemId()" method
72 systemId = notationNode.getSystemId();

Completed in 334 milliseconds

123