Home
last modified time | relevance | path

Searched refs:setPublicId (Results 1 – 8 of 8) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/utils/
DSAXSourceLocator.java62 this.setPublicId(locator.getPublicId()); in SAXSourceLocator()
77 this.setPublicId(locator.getPublicId()); in SAXSourceLocator()
92 this.setPublicId( spe.getPublicId() ); in SAXSourceLocator()
DTreeWalker.java302 m_locator.setPublicId(loc.getPublicId()); in startNode()
/external/eyes-free/AccessCheck/src/com/android/accessibility/
DAccessibilityValidator.java123 addition.setPublicId(file.toString()); in findLayoutFiles()
/external/python/cpython2/Lib/xml/sax/
Dxmlreader.py210 def setPublicId(self, public_id): member in InputSource
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DProcessorLRE.java108 slocator.setPublicId(locator.getPublicId()); in startElement()
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DTreeWalker.java276 m_locator.setPublicId(loc.getPublicId()); in startNode()
/external/python/cpython2/Doc/library/
Dxml.sax.reader.rst256 .. method:: InputSource.setPublicId(id)
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DDOM3TreeWalker.java400 fLocator.setPublicId(loc.getPublicId()); in startNode()