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

123

/external/apache-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
H A DDefaultErrorHandler.java352 String id = (null != locator.getPublicId() )
353 ? locator.getPublicId()
H A DTreeWalker.java302 m_locator.setPublicId(loc.getPublicId());
/external/apache-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
/external/python/cpython2/Lib/xml/sax/
H A D_exceptions.py81 def getPublicId(self): member in class:SAXParseException
83 return self._locator.getPublicId()
H A Dexpatreader.py72 def getPublicId(self): member in class:ExpatLocator
76 return parser._source.getPublicId()
309 def getPublicId(self): member in class:ExpatParser
310 return self._source.getPublicId()
H A Dxmlreader.py177 def getPublicId(self): member in class:Locator
214 def getPublicId(self): member in class:InputSource
/external/python/cpython3/Lib/xml/sax/
H A D_exceptions.py81 def getPublicId(self): member in class:SAXParseException
83 return self._locator.getPublicId()
H A Dexpatreader.py72 def getPublicId(self): member in class:ExpatLocator
76 return parser._source.getPublicId()
314 def getPublicId(self): member in class:ExpatParser
315 return self._source.getPublicId()
H A Dxmlreader.py179 def getPublicId(self): member in class:Locator
216 def getPublicId(self): member in class:InputSource
/external/apache-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();
H A DElemTemplateElement.java710 public String getPublicId() method in class:ElemTemplateElement
712 return (null != m_parentNode) ? m_parentNode.getPublicId() : null;
723 * @see #getPublicId
H A DStylesheet.java1231 m_publicId = locator.getPublicId();
/external/eyes-free/AccessCheck/src/com/android/accessibility/
H A DAccessibilityValidator.java152 file.getPublicId(), mAndroidSdkPath);
/external/apache-xml/src/main/java/org/apache/xpath/
H A DExpression.java518 public String getPublicId() method in class:Expression
522 return m_parent.getPublicId();
537 * @see #getPublicId
/external/libxml2/include/libxml/
H A DSAX.h27 getPublicId (void *ctx);
/external/guice/lib/build/
H A Dsafesax.jarMETA-INF/MANIFEST.MF safesax/ safesax/BadXmlException.class BadXmlException.java package safesax safesax.BadXmlException ...
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DProcessorLRE.java108 slocator.setPublicId(locator.getPublicId());
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DTreeWalker.java276 m_locator.setPublicId(loc.getPublicId());
/external/libxml2/python/
H A Ddrv_libxml2.py94 def getPublicId(self): member in class:Locator
/external/python/cpython2/Lib/test/
H A Dtest_sax.py883 self.assertEqual(parser.getPublicId(), None)
894 self.assertEqual(parser.getPublicId(), None)
909 self.assertEqual(parser.getPublicId(), None)
962 def getPublicId(self): member in class:ErrorReportingTest.DummyLocator
/external/python/cpython3/Lib/test/
H A Dtest_sax.py1116 self.assertEqual(parser.getPublicId(), None)
1127 self.assertEqual(parser.getPublicId(), None)
1142 self.assertEqual(parser.getPublicId(), None)
1195 def getPublicId(self): member in class:ErrorReportingTest.DummyLocator
/external/tagsoup/templates/org/ccil/cowan/tagsoup/
H A DHTMLScanner.java134 public String getPublicId() { method in class:HTMLScanner
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
H A DDOM3TreeWalker.java400 fLocator.setPublicId(loc.getPublicId());
501 String publicId = node.getPublicId();
1715 if (ent.getPublicId() != null
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DHTMLScanner.java355 public String getPublicId() { method in class:HTMLScanner

Completed in 1158 milliseconds

123