Searched refs:getSystemId (Results 1 - 25 of 68) sorted by relevance

123

/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DSAXSourceLocator.java63 this.setSystemId(locator.getSystemId());
78 this.setSystemId(locator.getSystemId());
93 this.setSystemId( spe.getSystemId() );
105 * @see #getSystemId
126 public String getSystemId() method in class:SAXSourceLocator
128 return (null == m_locator) ? super.getSystemId() : m_locator.getSystemId();
H A DDefaultErrorHandler.java354 : (null != locator.getSystemId())
355 ? locator.getSystemId() : XMLMessages.createXMLMessage(XMLErrorResources.ER_SYSTEMID_UNKNOWN, null); //"SystemId Unknown";
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DNodeLocator.java68 * <code>getSystemId</code> returns the system ID of the node.
72 public String getSystemId() method in class:NodeLocator
H A DDTMManagerDefault.java244 " source: "+source.getSystemId()
285 String urlOfSource = xmlSource.getSystemId();
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
H A DDOMOutputImpl.java130 public String getSystemId(){ method in class:DOMOutputImpl
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemTemplate.java68 * @see #getSystemId
85 public String getSystemId() method in class:ElemTemplate
99 m_systemId = locator.getSystemId();
H A DElemExtensionDecl.java261 lang, srcURL, scriptSrc, getSystemId()};
359 scriptSrc, getSystemId());
H A DFuncDocument.java327 if ((null != locator) && (null != locator.getSystemId()))
328 diagnosticsWriter.println(" ID: " + locator.getSystemId()
H A DElemTemplateElement.java634 return this.getSystemId();
708 * @see #getSystemId
725 public String getSystemId() method in class:ElemTemplateElement
/external/apache-xml/src/main/java/org/apache/xpath/
H A DSourceTreeManager.java180 + source.getSystemId());
183 if (null != source.getSystemId())
185 m_sourceTree.addElement(new SourceTree(n, source.getSystemId()));
203 String url = source.getSystemId();
247 // System.out.println("getSourceTree - base: "+base+", urlString: "+urlString+", source: "+source.getSystemId());
H A DExpression.java516 * @see #getSystemId
539 public String getSystemId() method in class:Expression
543 return m_parent.getSystemId();
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/cenc/
H A DProtectionSystemSpecificHeaderBox.java44 public byte[] getSystemId() { method in class:ProtectionSystemSpecificHeaderBox
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DTransformerIdentityImpl.java131 public String getSystemId() method in class:TransformerIdentityImpl
269 else if (null != sresult.getSystemId())
271 String fileURL = sresult.getSystemId();
340 if ((source instanceof StreamSource && source.getSystemId()==null &&
350 String systemID = source.getSystemId();
368 m_systemID = dsource.getSystemId();
423 if (null != xmlSource.getSystemId())
424 m_systemID = xmlSource.getSystemId();
H A DTransformerHandlerImpl.java213 public String getSystemId() method in class:TransformerHandlerImpl
323 + locator.getSystemId());
329 setSystemId(locator.getSystemId());
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/piff/
H A DUuidBasedProtectionSystemSpecificHeaderBox.java70 public UUID getSystemId() { method in class:UuidBasedProtectionSystemSpecificHeaderBox
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DProcessorInclude.java221 // from either the source.getSystemId(), if non-null
308 handler.pushBaseIndentifier(inputSource.getSystemId());
380 if (s != null && (idFromUriResolverSource = s.getSystemId()) != null) {
H A DTransformerFactoryImpl.java117 builder.getSystemId());
270 baseID = dsource.getSystemId();
275 baseID = isource.getSystemId();
848 String baseID = source.getSystemId();
H A DProcessorLRE.java109 slocator.setSystemId(locator.getSystemId());
/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DDTMException.java225 String systemID = locator.getSystemId();
258 String systemID = locator.getSystemId();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-trax.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/libxml2/include/libxml/
H A DSAX.h29 getSystemId (void *ctx);
/external/guice/lib/build/
H A Dsafesax.jarMETA-INF/MANIFEST.MF safesax/ safesax/BadXmlException.class BadXmlException.java package safesax safesax.BadXmlException ...
/external/libxml2/python/
H A Ddrv_libxml2.py98 def getSystemId(self): member in class:Locator
150 reader = input.newTextReader(source.getSystemId())
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
H A DTelephonyEvents.java272 mServiceState.getSystemId());
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DTreeWalker.java277 m_locator.setSystemId(loc.getSystemId());

Completed in 472 milliseconds

123