Searched refs:systemID (Results 1 - 24 of 24) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DDTMException.java225 String systemID = locator.getSystemId();
229 if (null != systemID) {
231 sbuffer.append(systemID);
258 String systemID = locator.getSystemId();
262 if (null != systemID) {
264 sbuffer.append(systemID);
/external/chromium_org/third_party/icu/source/i18n/
H A Dzonemeta.h37 static UnicodeString& U_EXPORT2 getCanonicalCLDRID(const UnicodeString &tzid, UnicodeString &systemID, UErrorCode& status);
H A Dzonemeta.cpp373 ZoneMeta::getCanonicalCLDRID(const UnicodeString &tzid, UnicodeString &systemID, UErrorCode& status) { argument
376 systemID.setToBogus();
377 return systemID;
379 systemID.setTo(TRUE, canonicalID, -1);
380 return systemID;
H A Ducal.cpp578 UBool systemID = FALSE; local
579 TimeZone::getCanonicalID(UnicodeString(id, len), canonical, systemID, *status); local
582 *isSystemID = systemID;
/external/icu/icu4c/source/i18n/
H A Dzonemeta.h37 static UnicodeString& U_EXPORT2 getCanonicalCLDRID(const UnicodeString &tzid, UnicodeString &systemID, UErrorCode& status);
H A Dzonemeta.cpp371 ZoneMeta::getCanonicalCLDRID(const UnicodeString &tzid, UnicodeString &systemID, UErrorCode& status) { argument
374 systemID.setToBogus();
375 return systemID;
377 systemID.setTo(TRUE, canonicalID, -1);
378 return systemID;
H A Ducal.cpp578 UBool systemID = FALSE; local
579 TimeZone::getCanonicalID(UnicodeString(id, len), canonical, systemID, *status); local
582 *isSystemID = systemID;
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DTransformerIdentityImpl.java119 * @param systemID Base URI for the source tree.
121 public void setSystemId(String systemID) argument
123 m_systemID = systemID;
129 * @return The systemID that was set with {@link #setSystemId}.
350 String systemID = source.getSystemId();
354 if (systemID != null) {
355 source.setSystemId(systemID);
H A DTransformerHandlerImpl.java200 * @param systemID Base URI for the source tree.
202 public void setSystemId(String systemID) argument
204 m_baseSystemID = systemID;
205 m_dtm.setDocumentBaseURI(systemID);
211 * @return The systemID that was set with {@link #setSystemId}.
H A DTransformerImpl.java549 // If no systemID of the source, use the base of the stylesheet.
593 String systemID = source.getSystemId();
597 if (systemID != null) {
598 source.setSystemId(systemID);
1020 String systemID = format.getProperty(OutputKeys.DOCTYPE_SYSTEM);
1021 if (systemID != null)
1022 xoh.setDoctypeSystem(systemID);
/external/chromium_org/third_party/WebKit/Source/core/xml/parser/
H A DXMLDocumentParser.h140 void internalSubset(const String& name, const String& externalID, const String& systemID);
H A DXMLDocumentParser.cpp252 PendingInternalSubsetCallback(const String& name, const String& externalID, const String& systemID) argument
255 , m_systemID(systemID)
1238 void XMLDocumentParser::internalSubset(const String& name, const String& externalID, const String& systemID) argument
1244 m_pendingCallbacks.append(adoptPtr(new PendingInternalSubsetCallback(name, externalID, systemID)));
1249 document()->parserAppendChild(DocumentType::create(document(), name, externalID, systemID));
1399 static void internalSubsetHandler(void* closure, const xmlChar* name, const xmlChar* externalID, const xmlChar* systemID) argument
1401 getParser(closure)->internalSubset(toString(name), toString(externalID), toString(systemID));
1402 xmlSAX2InternalSubset(closure, name, externalID, systemID);
/external/owasp/sanitizer/tools/findbugs/lib/
H A Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/ ...
/external/chromium_org/third_party/libxml/src/
H A Dxmlsave.c43 * @systemID: the system identifier
51 xmlIsXHTML(const xmlChar *systemID, const xmlChar *publicID) { argument
52 if ((systemID == NULL) && (publicID == NULL))
59 if (systemID != NULL) {
60 if (xmlStrEqual(systemID, XHTML_STRICT_SYSTEM_ID)) return(1);
61 if (xmlStrEqual(systemID, XHTML_FRAME_SYSTEM_ID)) return(1);
62 if (xmlStrEqual(systemID, XHTML_TRANS_SYSTEM_ID)) return(1);
H A Dtestapi.c20707 xmlChar * systemID; /* the system identifier */ local
20715 systemID = gen_const_xmlChar_ptr(n_systemID, 0);
20718 ret_val = xmlIsXHTML((const xmlChar *)systemID, (const xmlChar *)publicID);
20721 des_const_xmlChar_ptr(n_systemID, (const xmlChar *)systemID, 0);
[all...]
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DTransformerFactoryImpl.java193 * The systemID that was specified in
194 * processFromNode(Node node, String systemID).
199 * The systemID that was specified in
200 * processFromNode(Node node, String systemID).
202 * @return The systemID, or null.
216 * @param systemID The systemID from where xsl:includes and xsl:imports
223 javax.xml.transform.Templates processFromNode(Node node, String systemID) argument
227 m_DOMsystemID = systemID;
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/libxml2/
H A Dxmlsave.c47 * @systemID: the system identifier
55 xmlIsXHTML(const xmlChar *systemID, const xmlChar *publicID) { argument
56 if ((systemID == NULL) && (publicID == NULL))
63 if (systemID != NULL) {
64 if (xmlStrEqual(systemID, XHTML_STRICT_SYSTEM_ID)) return(1);
65 if (xmlStrEqual(systemID, XHTML_FRAME_SYSTEM_ID)) return(1);
66 if (xmlStrEqual(systemID, XHTML_TRANS_SYSTEM_ID)) return(1);
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dtree.h1180 xmlIsXHTML (const xmlChar *systemID,
/external/libxml2/include/libxml/
H A Dtree.h1230 xmlIsXHTML (const xmlChar *systemID,
/external/chromium_org/third_party/libxslt/libxslt/
H A Dtransform.c63 const xmlChar **systemID);
5685 * @systemID: used to return the system ID
5692 const xmlChar **systemID) {
5702 if (systemID != NULL)
5703 *systemID = (const xmlChar *) xsltHTMLVersions[i].system;
5691 xsltGetHTMLIDs(const xmlChar *version, const xmlChar **publicID, const xmlChar **systemID) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 397 milliseconds