/external/apache-xml/src/main/java/org/apache/xml/utils/ |
D | SAXSourceLocator.java | 63 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()
|
D | DefaultErrorHandler.java | 354 : (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.py | 68 self._systemId = self._locator.getSystemId() 85 def getSystemId(self): member in SAXParseException 91 sysid = self.getSystemId()
|
D | expatreader.py | 78 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
|
D | xmlreader.py | 183 def getSystemId(self): member in Locator 224 def getSystemId(self): member in InputSource
|
D | saxutils.py | 356 sysid = source.getSystemId() 364 f = urllib.request.urlopen(source.getSystemId())
|
/external/python/cpython2/Lib/xml/sax/ |
D | _exceptions.py | 68 self._systemId = self._locator.getSystemId() 85 def getSystemId(self): member in SAXParseException 91 sysid = self.getSystemId()
|
D | expatreader.py | 78 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
|
D | saxutils.py | 325 sysid = source.getSystemId() 348 source.setSystemId(urlparse.urljoin(base, source.getSystemId())) 349 f = urllib.urlopen(source.getSystemId())
|
D | xmlreader.py | 181 def getSystemId(self): member in Locator 222 def getSystemId(self): member in InputSource
|
/external/apache-xml/src/main/java/org/apache/xpath/ |
D | SourceTreeManager.java | 180 + 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()
|
D | Expression.java | 539 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/ |
D | TransformerIdentityImpl.java | 131 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()
|
D | TransformerHandlerImpl.java | 213 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/ |
D | ElemTemplate.java | 85 public String getSystemId() in getSystemId() method in ElemTemplate 99 m_systemId = locator.getSystemId(); in setLocaterInfo()
|
D | FuncDocument.java | 327 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/ |
D | DTMException.java | 225 String systemID = locator.getSystemId(); in getMessageAndLocation() 258 String systemID = locator.getSystemId(); in getLocationAsString()
|
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
D | TransformerFactoryImpl.java | 117 builder.getSystemId()); in processFromNode() 270 baseID = dsource.getSystemId(); in getAssociatedStylesheet() 275 baseID = isource.getSystemId(); in getAssociatedStylesheet() 848 String baseID = source.getSystemId(); in newTemplates()
|
D | ProcessorInclude.java | 308 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/ |
D | NodeLocator.java | 72 public String getSystemId() in getSystemId() method in NodeLocator
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/ |
D | DOMOutputImpl.java | 130 public String getSystemId(){ in getSystemId() method in DOMOutputImpl
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/cenc/ |
D | ProtectionSystemSpecificHeaderBox.java | 44 public byte[] getSystemId() { in getSystemId() method in ProtectionSystemSpecificHeaderBox
|
/external/libxml2/python/ |
D | drv_libxml2.py | 98 def getSystemId(self): member in Locator 150 reader = input.newTextReader(source.getSystemId())
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/piff/ |
D | UuidBasedProtectionSystemSpecificHeaderBox.java | 70 public UUID getSystemId() { in getSystemId() method in UuidBasedProtectionSystemSpecificHeaderBox
|
/external/python/cpython2/Lib/test/ |
D | test_sax.py | 898 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
|