Searched defs:setPublicId (Results 1 - 19 of 19) sorted by relevance

/openjdk7/jaxp/src/javax/xml/transform/stream/
H A DStreamSource.java209 public void setPublicId(String publicId) { method in class:StreamSource
214 * Get the public identifier that was set with setPublicId.
216 * @return The public identifier that was set with setPublicId, or null
217 * if setPublicId was not called.
/openjdk7/jaxp/src/org/xml/sax/
H A DInputSource.java89 * @see #setPublicId
103 * <p>Applications may use setPublicId to include a
111 * @see #setPublicId
127 * for resolving relative URIs, may use setPublicId to include a
132 * @see #setPublicId
148 * for resolving relative URIs, and may use setPublicId to include a
153 * @see #setPublicId
176 public void setPublicId (String publicId) method in class:InputSource
186 * @see #setPublicId
/openjdk7/jaxp/src/org/xml/sax/helpers/
H A DLocatorImpl.java103 setPublicId(locator.getPublicId());
122 * @see #setPublicId
183 public void setPublicId (String publicId) method in class:LocatorImpl
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DNotationImpl.java147 public void setPublicId(String id) { method in class:NotationImpl
159 } // setPublicId(String)
H A DDOMInputImpl.java316 public void setPublicId(String publicId){ method in class:DOMInputImpl
H A DEntityImpl.java251 public void setPublicId(String id) { method in class:EntityImpl
258 } // setPublicId(String)
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DSAXInputSource.java69 setPublicId(inputSource.getPublicId());
76 setPublicId(null);
94 public void setPublicId(String publicId) { method in class:SAXInputSource
95 super.setPublicId(publicId);
99 fInputSource.setPublicId(publicId);
100 } // setPublicId(String)
H A DXMLResourceIdentifierImpl.java125 public void setPublicId(String publicId) { method in class:XMLResourceIdentifierImpl
127 } // setPublicId(String)
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xni/
H A DXMLResourceIdentifier.java33 public void setPublicId(String publicId); method in interface:XMLResourceIdentifier
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DSerializableLocatorImpl.java76 setPublicId(locator.getPublicId());
94 * @see #setPublicId
154 public void setPublicId (String publicId) method in class:SerializableLocatorImpl
/openjdk7/jaxp/src/com/sun/xml/internal/stream/events/
H A DNotationDeclarationImpl.java74 void setPublicId(String publicId){ method in class:NotationDeclarationImpl
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/stax/
H A DEventLocation.java101 public void setPublicId(String id) { method in class:EventLocation
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/
H A DAnnotationImpl.java63 public void setPublicId(String publicId) { method in class:AnnotationImpl.LocatorImplUnmodifiable
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/util/
H A DSimpleLocator.java130 * @see com.sun.org.apache.xerces.internal.xni.XMLResourceIdentifier#setPublicId(String)
132 public void setPublicId(String publicId) {} method in class:SimpleLocator
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xni/parser/
H A DXMLInputSource.java165 public void setPublicId(String publicId) { method in class:XMLInputSource
167 } // setPublicId(String)
/openjdk7/jaxp/src/org/w3c/dom/ls/
H A DLSInput.java194 public void setPublicId(String publicId); method in interface:LSInput
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/parser/
H A DLSInputSAXWrapper.java83 public void setPublicId(String publicId) { method in class:LSInputSAXWrapper
84 core.setPublicId(publicId);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/stax/events/
H A DEntityDeclarationImpl.java103 public void setPublicId(String publicId) { method in class:EntityDeclarationImpl
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLEntityScanner.java356 * @see com.sun.org.apache.xerces.internal.xni.XMLResourceIdentifier#setPublicId(String)
358 public void setPublicId(String publicId) { method in class:XMLEntityScanner

Completed in 253 milliseconds