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

1234

/dalvik/libcore/xml/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
/dalvik/libcore/xml/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
/dalvik/libcore/xml/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
/dalvik/libcore/xml/src/main/java/javax/xml/transform/sax/
H A DTemplatesHandler.java61 public String getSystemId(); method in interface:TemplatesHandler
H A DTransformerHandler.java60 public String getSystemId(); method in interface:TransformerHandler
H A DSAXSource.java159 public String getSystemId() { method in class:SAXSource
164 return inputSource.getSystemId();
193 InputSource isource = new InputSource(ss.getSystemId());
/dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
H A DSAXSourceLocator.java63 this.setSystemId(locator.getSystemId());
78 this.setSystemId(locator.getSystemId());
93 this.setSystemId( spe.getSystemId() );
105 * @see #getSystemId
126 public String getSystemId() method in class:SAXSourceLocator
128 return (null == m_locator) ? super.getSystemId() : m_locator.getSystemId();
/dalvik/libcore/xml/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
/dalvik/libcore/xml/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
/dalvik/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();
/dalvik/libcore/xml/src/test/java/tests/api/org/xml/sax/
H A DSAXParseExceptionTest.java66 method = "getSystemId",
96 assertEquals(SYS, e.getSystemId());
107 assertEquals(SYS, e.getSystemId());
118 assertNull(e.getSystemId());
129 assertEquals(SYS, e.getSystemId());
153 assertEquals(SYS, e.getSystemId());
164 assertEquals(SYS, e.getSystemId());
175 assertNull(e.getSystemId());
197 assertEquals(SYS, e.getSystemId());
208 assertEquals(SYS, e.getSystemId());
[all...]
H A DInputSourceTest.java48 assertNull(i.getSystemId());
63 assertEquals("Foo", i.getSystemId());
81 assertNull(i.getSystemId());
90 assertNull(i.getSystemId());
108 assertNull(i.getSystemId());
117 assertNull(i.getSystemId());
150 method = "getSystemId",
158 assertEquals("Foo", i.getSystemId());
161 assertNull(i.getSystemId());
242 assertNull(i.getSystemId());
[all...]
/dalvik/libcore/xml/src/main/java/javax/xml/transform/dom/
H A DDOMSource.java129 public String getSystemId() { method in class:DOMSource
/dalvik/libcore/xml/src/main/java/org/apache/harmony/xml/dom/
H A DNotationImpl.java59 public String getSystemId() { method in class:NotationImpl
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/
H A DNodeLocator.java68 * <code>getSystemId</code> returns the system ID of the node.
72 public String getSystemId() method in class:NodeLocator
/dalvik/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 233 milliseconds

1234