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

1 2 3

  /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
DefaultErrorHandler.java 352 String id = (null != locator.getPublicId() )
353 ? locator.getPublicId()
TreeWalker.java 302 m_locator.setPublicId(loc.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()
  /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()
xmlreader.py 177 def getPublicId(self):
214 def getPublicId(self):
expatreader.py 72 def getPublicId(self):
76 return parser._source.getPublicId()
309 def getPublicId(self):
310 return self._source.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()
expatreader.py 69 def getPublicId(self):
73 return parser._source.getPublicId()
293 def getPublicId(self):
294 return self._source.getPublicId()
xmlreader.py 177 def getPublicId(self):
214 def getPublicId(self):
  /external/python/cpython2/Lib/xml/sax/
_exceptions.py 81 def getPublicId(self):
83 return self._locator.getPublicId()
xmlreader.py 177 def getPublicId(self):
214 def getPublicId(self):
expatreader.py 72 def getPublicId(self):
76 return parser._source.getPublicId()
328 def getPublicId(self):
329 return self._source.getPublicId()
  /external/python/cpython3/Lib/xml/sax/
_exceptions.py 81 def getPublicId(self):
83 return self._locator.getPublicId()
xmlreader.py 179 def getPublicId(self):
216 def getPublicId(self):
expatreader.py 72 def getPublicId(self):
76 return parser._source.getPublicId()
325 def getPublicId(self):
326 return self._source.getPublicId()
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemTemplate.java 70 public String getPublicId()
83 * @see #getPublicId
98 m_publicId = locator.getPublicId();
ElemTemplateElement.java 710 public String getPublicId()
712 return (null != m_parentNode) ? m_parentNode.getPublicId() : null;
723 * @see #getPublicId
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/
Expression.java 518 public String getPublicId()
522 return m_parent.getPublicId();
537 * @see #getPublicId
  /external/libxml2/include/libxml/
SAX.h 27 getPublicId (void *ctx);
  /external/guice/lib/build/
safesax.jar 
  /external/cldr/tools/java/org/unicode/cldr/util/
XMLValidator.java 220 + ": ERROR: Element " + e.getPublicId()
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorLRE.java 108 slocator.setPublicId(locator.getPublicId());
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
TreeWalker.java 276 m_locator.setPublicId(loc.getPublicId());
  /external/libxml2/python/
drv_libxml2.py 94 def getPublicId(self):

Completed in 952 milliseconds

1 2 3