Home
last modified time | relevance | path

Searched refs:getSystemId (Results 1 – 25 of 59) 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/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()
DTransformerImpl.java549 String base = source.getSystemId(); in transform()
584 if ((source instanceof StreamSource && source.getSystemId()==null && in transform()
595 String systemID = source.getSystemId(); in transform()
1052 else if (null != sresult.getSystemId()) in createSerializationHandler()
1054 String fileURL = sresult.getSystemId(); in createSerializationHandler()
/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()
DElemExtensionDecl.java261 lang, srcURL, scriptSrc, getSystemId()}; in compose()
/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/xml/dtm/ref/
DNodeLocator.java72 public String getSystemId() in getSystemId() method in NodeLocator
DDTMManagerDefault.java244 " source: "+source.getSystemId() in getDTM()
285 String urlOfSource = xmlSource.getSystemId(); in getDTM()
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DDOMOutputImpl.java130 public String getSystemId(){ in getSystemId() method in DOMOutputImpl
/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/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.py96 def getSystemId(self): member in Locator
148 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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
Dant-trax.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/libxml2/os400/libxmlrpg/
DSAX.rpgle21 d getSystemId pr * extproc('getSystemId') const xmlChar *
/external/libxml2/include/libxml/
DSAX.h29 getSystemId (void *ctx);
/external/jmonkeyengine/engine/src/xml/com/jme3/export/xml/
DDOMSerializer.java206 writer.append("'").append(docType.getSystemId()).append("'"); in writeDocumentType()
/external/tagsoup/src/org/ccil/cowan/tagsoup/
DParser.java443 theScanner.resetDocumentLocator(input.getPublicId(), input.getSystemId()); in parse()
486 String systemid = s.getSystemId(); in getReader()
866 theDoctypeSystemId = ((Locator)theScanner).getSystemId(); in decl()
/external/jetty/src/java/org/eclipse/jetty/xml/
DXmlParser.java203 LOG.debug("parsing: sid=" + source.getSystemId() + ",pid=" + source.getPublicId()); in parse()
411 … return ex.getSystemId() + " line:" + ex.getLineNumber() + " col:" + ex.getColumnNumber(); in getLocationString()

123