HomeSort by relevance Sort by last modified time
    Searched defs:getPublicId (Results 1 - 25 of 176) sorted by null

1 2 3 4 5 6 7 8

  /libcore/luni/src/main/java/org/w3c/dom/
Notation.java 31 public String getPublicId();
DocumentType.java 63 public String getPublicId();
Entity.java 51 public String getPublicId();
  /external/apache-xml/src/main/java/org/apache/xml/utils/
SAXSourceLocator.java 62 this.setPublicId(locator.getPublicId());
77 this.setPublicId(locator.getPublicId());
92 this.setPublicId( spe.getPublicId() );
107 public String getPublicId()
109 return (null == m_locator) ? super.getPublicId() : m_locator.getPublicId();
124 * @see #getPublicId
  /libcore/luni/src/main/java/javax/xml/transform/
SourceLocator.java 39 public String getPublicId();
53 * @see #getPublicId
  /libcore/luni/src/main/java/org/xml/sax/
Locator.java 59 public abstract String getPublicId ();
76 * @see #getPublicId
SAXParseException.java 61 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
InputSource.java 149 * @see #getPublicId
150 * @see org.xml.sax.Locator#getPublicId
151 * @see org.xml.sax.SAXParseException#getPublicId
165 public String getPublicId ()
  /libcore/luni/src/main/java/org/xml/sax/helpers/
LocatorImpl.java 79 setPublicId(locator.getPublicId());
98 * @see org.xml.sax.Locator#getPublicId
101 public String getPublicId ()
159 * @see #getPublicId
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/sax/
_exceptions.py 81 def getPublicId(self):
83 return self._locator.getPublicId()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/sax/
_exceptions.py 81 def getPublicId(self):
83 return self._locator.getPublicId()
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
NodeLocator.java 58 * <code>getPublicId</code> returns the public ID of the node.
62 public String getPublicId()
  /external/python/cpython2/Lib/xml/sax/
_exceptions.py 81 def getPublicId(self):
83 return self._locator.getPublicId()
  /external/python/cpython3/Lib/xml/sax/
_exceptions.py 81 def getPublicId(self):
83 return self._locator.getPublicId()
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
NotationImpl.java 55 public String getPublicId() {
EntityImpl.java 62 public String getPublicId() {
DocumentTypeImpl.java 102 public String getPublicId() {
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/sax/
_exceptions.py 81 def getPublicId(self):
83 return self._locator.getPublicId()
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/sax/
_exceptions.py 81 def getPublicId(self):
83 return self._locator.getPublicId()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/
_exceptions.py 81 def getPublicId(self):
83 return self._locator.getPublicId()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/
_exceptions.py 81 def getPublicId(self):
83 return self._locator.getPublicId()
  /libcore/luni/src/main/java/javax/xml/transform/stream/
StreamSource.java 210 public String getPublicId() {
  /external/libxml2/python/
drv_libxml2.py 94 def getPublicId(self):
  /libcore/luni/src/main/java/javax/xml/transform/sax/
SAXSource.java 196 isource.setPublicId(ss.getPublicId());
  /libcore/luni/src/main/java/org/w3c/dom/ls/
LSInput.java 157 public String getPublicId();

Completed in 354 milliseconds

1 2 3 4 5 6 7 8