Searched refs:getPublicId (Results 1 - 25 of 38) sorted by relevance

12

/libcore/luni/src/main/java/javax/xml/transform/
H A DSourceLocator.java39 public String getPublicId(); method in interface:SourceLocator
53 * @see #getPublicId
/libcore/luni/src/main/java/org/w3c/dom/
H A DNotation.java31 public String getPublicId(); method in interface:Notation
H A DDocumentType.java63 public String getPublicId(); method in interface:DocumentType
H A DEntity.java51 public String getPublicId(); method in interface:Entity
/libcore/luni/src/main/java/org/xml/sax/
H A DLocator.java59 public abstract String getPublicId (); method in interface:Locator
76 * @see #getPublicId
H A DSAXParseException.java61 init(locator.getPublicId(), locator.getSystemId(),
88 init(locator.getPublicId(), locator.getSystemId(),
182 * @see org.xml.sax.Locator#getPublicId
184 public String getPublicId ()
244 * @see #getPublicId
183 public String getPublicId () method in class:SAXParseException
H A DInputSource.java149 * @see #getPublicId
150 * @see org.xml.sax.Locator#getPublicId
151 * @see org.xml.sax.SAXParseException#getPublicId
165 public String getPublicId () method in class:InputSource
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/
H A DInputSourceTest.java36 assertNull(i.getPublicId());
46 assertNull(i.getPublicId());
59 assertNull(i.getPublicId());
68 assertNull(i.getPublicId());
81 assertNull(i.getPublicId());
90 assertNull(i.getPublicId());
98 assertEquals("Foo", i.getPublicId());
101 assertNull(i.getPublicId());
155 assertNull(i.getPublicId());
164 assertNull(i.getPublicId());
[all...]
H A DSAXParseExceptionTest.java52 assertEquals(PUB, e.getPublicId());
63 assertEquals(PUB, e.getPublicId());
74 assertNull(e.getPublicId());
85 assertEquals(PUB, e.getPublicId());
104 assertEquals(PUB, e.getPublicId());
115 assertEquals(PUB, e.getPublicId());
126 assertNull(e.getPublicId());
142 assertEquals(PUB, e.getPublicId());
153 assertEquals(PUB, e.getPublicId());
164 assertNull(e.getPublicId());
[all...]
/libcore/luni/src/main/java/org/xml/sax/helpers/
H A DLocatorImpl.java79 setPublicId(locator.getPublicId());
98 * @see org.xml.sax.Locator#getPublicId
101 public String getPublicId ()
159 * @see #getPublicId
100 public String getPublicId () method in class:LocatorImpl
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/helpers/
H A DLocatorImplTest.java37 assertEquals(null, l.getPublicId());
54 assertEquals(PUB, outer.getPublicId());
72 assertEquals(PUB, l.getPublicId());
75 assertEquals(null, l.getPublicId());
/libcore/dom/src/test/java/org/w3c/domts/level2/core/
H A Ddocumentimportnode22.java110 publicId1 = notation1.getPublicId();
111 publicId1Imp = notation1.getPublicId();
112 publicId1NewImp = notation1.getPublicId();
115 publicId2Imp = notation2.getPublicId();
116 publicId2NewImp = notation2.getPublicId();
H A Ddocumenttypepublicid01.java37 * Check the value of the publicId attribute using getPublicId().
74 publicId = docType.getPublicId();
H A Ddocumenttypesystemid01.java72 publicId = docType.getPublicId();
H A DpublicId01.java34 * The "getPublicId()" method of a documenttype node contains
38 * Apply the "getPublicId()" method. The string "STAFF" should be
71 publicId = docType.getPublicId();
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
H A DNotationImpl.java55 public String getPublicId() { method in class:NotationImpl
H A DEntityImpl.java62 public String getPublicId() { method in class:EntityImpl
/libcore/luni/src/main/java/org/w3c/dom/ls/
H A DLSInput.java157 public String getPublicId(); method in interface:LSInput
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/ext/
H A DLocator2ImplTest.java42 assertEquals(null, l.getPublicId());
65 assertEquals(PUB, outer.getPublicId());
76 assertEquals(PUB, outer.getPublicId());
/libcore/dom/src/test/java/org/w3c/domts/level1/core/
H A Dentitygetpublicidnull.java31 * The "getPublicId()" method of an Entity node contains
37 * specified for this entity, the "getPublicId()" method
76 publicId = entityNode.getPublicId();
H A Dnotationgetpublicid.java71 publicId = notationNode.getPublicId();
H A Dnotationgetpublicidnull.java31 * The "getPublicId()" method of a Notation node contains
37 * specified for this notation, the "getPublicId()" method
76 publicId = notationNode.getPublicId();
/libcore/luni/src/test/java/tests/org/w3c/dom/
H A DDocumentTypePublicId.java37 * Check the value of the publicId attribute using getPublicId().
80 publicId = docType.getPublicId();
H A DDocumentTypeSystemId.java76 publicId = docType.getPublicId();
H A DPublicId.java31 * The "getPublicId()" method of a documenttype node contains
35 * Apply the "getPublicId()" method. The string "STAFF" should be
74 publicId = docType.getPublicId();

Completed in 646 milliseconds

12