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

12

/dalvik/libcore/xml/src/main/java/javax/xml/transform/
H A DSourceLocator.java39 public String getPublicId(); method in interface:SourceLocator
53 * @see #getPublicId
/dalvik/libcore/xml/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
/dalvik/libcore/xml/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
/dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
H A DSAXSourceLocator.java62 this.setPublicId(locator.getPublicId());
77 this.setPublicId(locator.getPublicId());
92 this.setPublicId( spe.getPublicId() );
107 public String getPublicId() method in class:SAXSourceLocator
109 return (null == m_locator) ? super.getPublicId() : m_locator.getPublicId();
124 * @see #getPublicId
/dalvik/libcore/xml/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
/dalvik/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();
/dalvik/libcore/xml/src/test/java/tests/api/org/xml/sax/
H A DSAXParseExceptionTest.java61 method = "getPublicId",
95 assertEquals(PUB, e.getPublicId());
106 assertEquals(PUB, e.getPublicId());
117 assertNull(e.getPublicId());
128 assertEquals(PUB, e.getPublicId());
152 assertEquals(PUB, e.getPublicId());
163 assertEquals(PUB, e.getPublicId());
174 assertNull(e.getPublicId());
196 assertEquals(PUB, e.getPublicId());
207 assertEquals(PUB, e.getPublicId());
[all...]
H A DInputSourceTest.java47 assertNull(i.getPublicId());
62 assertNull(i.getPublicId());
80 assertNull(i.getPublicId());
89 assertNull(i.getPublicId());
107 assertNull(i.getPublicId());
116 assertNull(i.getPublicId());
128 method = "getPublicId",
136 assertEquals("Foo", i.getPublicId());
139 assertNull(i.getPublicId());
241 assertNull(i.getPublicId());
[all...]
/dalvik/libcore/xml/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
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/
H A DNodeLocator.java58 * <code>getPublicId</code> returns the public ID of the node.
62 public String getPublicId() method in class:NodeLocator
/dalvik/libcore/xml/src/main/java/org/w3c/dom/ls/
H A DLSInput.java157 public String getPublicId(); method in interface:LSInput
/dalvik/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();
/dalvik/libcore/xml/src/test/java/tests/api/org/xml/sax/helpers/
H A DLocatorImplTest.java48 assertEquals(null, l.getPublicId());
70 assertEquals(PUB, outer.getPublicId());
92 method = "getPublicId",
100 assertEquals(PUB, l.getPublicId());
103 assertEquals(null, l.getPublicId());
/dalvik/libcore/xml/src/test/java/tests/api/org/xml/sax/ext/
H A DLocator2ImplTest.java53 assertEquals(null, l.getPublicId());
81 assertEquals(PUB, outer.getPublicId());
92 assertEquals(PUB, outer.getPublicId());
/dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
H A DElemTemplate.java70 public String getPublicId() method in class:ElemTemplate
83 * @see #getPublicId
98 m_publicId = locator.getPublicId();

Completed in 785 milliseconds

12