Home
last modified time | relevance | path

Searched refs:getSystemId (Results 1 – 25 of 60) sorted by relevance

123

/external/apache-xml/src/main/java/org/apache/xml/utils/
DSAXSourceLocator.java63 this.setSystemId(locator.getSystemId()); in SAXSourceLocator()
78 this.setSystemId(locator.getSystemId()); in SAXSourceLocator()
93 this.setSystemId( spe.getSystemId() ); in SAXSourceLocator()
126 public String getSystemId() in getSystemId() method in SAXSourceLocator
128 return (null == m_locator) ? super.getSystemId() : m_locator.getSystemId(); in getSystemId()
DDefaultErrorHandler.java354 : (null != locator.getSystemId()) in printLocation()
355 …? locator.getSystemId() : XMLMessages.createXMLMessage(XMLErrorResources.ER_SYSTEMID_UNKNOWN, null… in printLocation()
/external/python/cpython3/Lib/xml/sax/
D_exceptions.py68 self._systemId = self._locator.getSystemId()
85 def getSystemId(self): member in SAXParseException
91 sysid = self.getSystemId()
Dexpatreader.py78 def getSystemId(self): member in ExpatLocator
82 return parser._source.getSystemId()
120 if source.getSystemId() is not None:
121 self._parser.SetBase(source.getSystemId())
328 def getSystemId(self): member in ExpatParser
329 return self._source.getSystemId()
412 self._source.getSystemId() or
Dxmlreader.py183 def getSystemId(self): member in Locator
224 def getSystemId(self): member in InputSource
Dsaxutils.py356 sysid = source.getSystemId()
364 f = urllib.request.urlopen(source.getSystemId())
/external/python/cpython2/Lib/xml/sax/
D_exceptions.py68 self._systemId = self._locator.getSystemId()
85 def getSystemId(self): member in SAXParseException
91 sysid = self.getSystemId()
Dexpatreader.py78 def getSystemId(self): member in ExpatLocator
82 return parser._source.getSystemId()
120 if source.getSystemId() is not None:
121 base = source.getSystemId()
331 def getSystemId(self): member in ExpatParser
332 return self._source.getSystemId()
415 self._source.getSystemId() or
Dsaxutils.py325 sysid = source.getSystemId()
348 source.setSystemId(urlparse.urljoin(base, source.getSystemId()))
349 f = urllib.urlopen(source.getSystemId())
Dxmlreader.py181 def getSystemId(self): member in Locator
222 def getSystemId(self): member in InputSource
/external/apache-xml/src/main/java/org/apache/xpath/
DSourceTreeManager.java180 + source.getSystemId()); in putDocumentInCache()
183 if (null != source.getSystemId()) in putDocumentInCache()
185 m_sourceTree.addElement(new SourceTree(n, source.getSystemId())); in putDocumentInCache()
203 String url = source.getSystemId(); in getNode()
DExpression.java539 public String getSystemId() in getSystemId() method in Expression
543 return m_parent.getSystemId(); in getSystemId()
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DTransformerIdentityImpl.java131 public String getSystemId() in getSystemId() method in TransformerIdentityImpl
269 else if (null != sresult.getSystemId()) in createResultContentHandler()
271 String fileURL = sresult.getSystemId(); in createResultContentHandler()
340 if ((source instanceof StreamSource && source.getSystemId()==null && in transform()
350 String systemID = source.getSystemId(); in transform()
368 m_systemID = dsource.getSystemId(); in transform()
423 if (null != xmlSource.getSystemId()) in transform()
424 m_systemID = xmlSource.getSystemId(); in transform()
DTransformerHandlerImpl.java213 public String getSystemId() in getSystemId() method in TransformerHandlerImpl
323 + locator.getSystemId()); in setDocumentLocator()
329 setSystemId(locator.getSystemId()); in setDocumentLocator()
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemTemplate.java85 public String getSystemId() in getSystemId() method in ElemTemplate
99 m_systemId = locator.getSystemId(); in setLocaterInfo()
DFuncDocument.java327 if ((null != locator) && (null != locator.getSystemId())) in getDoc()
328 diagnosticsWriter.println(" ID: " + locator.getSystemId() in getDoc()
/external/apache-xml/src/main/java/org/apache/xml/dtm/
DDTMException.java225 String systemID = locator.getSystemId(); in getMessageAndLocation()
258 String systemID = locator.getSystemId(); in getLocationAsString()
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DTransformerFactoryImpl.java117 builder.getSystemId()); in processFromNode()
270 baseID = dsource.getSystemId(); in getAssociatedStylesheet()
275 baseID = isource.getSystemId(); in getAssociatedStylesheet()
848 String baseID = source.getSystemId(); in newTemplates()
DProcessorInclude.java308 handler.pushBaseIndentifier(inputSource.getSystemId()); in parse()
380 if (s != null && (idFromUriResolverSource = s.getSystemId()) != null) { in getBaseURIOfIncludedStylesheet()
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DNodeLocator.java72 public String getSystemId() in getSystemId() method in NodeLocator
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DDOMOutputImpl.java130 public String getSystemId(){ in getSystemId() method in DOMOutputImpl
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/cenc/
DProtectionSystemSpecificHeaderBox.java44 public byte[] getSystemId() { in getSystemId() method in ProtectionSystemSpecificHeaderBox
/external/libxml2/python/
Ddrv_libxml2.py98 def getSystemId(self): member in Locator
150 reader = input.newTextReader(source.getSystemId())
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/piff/
DUuidBasedProtectionSystemSpecificHeaderBox.java70 public UUID getSystemId() { in getSystemId() method in UuidBasedProtectionSystemSpecificHeaderBox
/external/python/cpython2/Lib/test/
Dtest_sax.py898 self.assertEqual(parser.getSystemId(), None)
909 self.assertEqual(parser.getSystemId(), TEST_XMLFILE)
924 self.assertEqual(parser.getSystemId(), fname)
946 self.assertEqual(e.getSystemId(), name)
981 def getSystemId(self): member in ErrorReportingTest.DummyLocator

123