/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
XSLTElementProcessor.java | 86 * @param systemId The system identifier provided in the XML 92 StylesheetHandler handler, String publicId, String systemId) 106 * @param systemId The notation system identifier. 110 String publicId, String systemId) 124 * @param systemId The entity system identifier. 129 String publicId, String systemId,
|
StylesheetHandler.java | 284 * @return The systemID that was set with {@link #setSystemId}. 300 * @param systemId The system identifier provided in the XML 307 public InputSource resolveEntity(String publicId, String systemId) 310 return getCurrentProcessor().resolveEntity(this, publicId, systemId); 327 * @param systemId The notation system identifier. 330 public void notationDecl(String name, String publicId, String systemId) 332 getCurrentProcessor().notationDecl(this, name, publicId, systemId); 341 * @param systemId The entity system identifier. 346 String systemId, String notationName) 348 getCurrentProcessor().unparsedEntityDecl(this, name, publicId, systemId, [all...] |
/external/chromium_org/third_party/libxml/src/ |
SAX2.c | 331 * @SystemID: the SYSTEM ID (e.g. filename or URL) 337 const xmlChar *ExternalID, const xmlChar *SystemID) 345 name, ExternalID, SystemID); 359 xmlCreateIntSubset(ctxt->myDoc, name, ExternalID, SystemID); 369 * @SystemID: the SYSTEM ID (e.g. filename or URL) 375 const xmlChar *ExternalID, const xmlChar *SystemID) 382 name, ExternalID, SystemID); 384 if (((ExternalID != NULL) || (SystemID != NULL)) && 403 SystemID); 408 xmlNewDtd(ctxt->myDoc, name, ExternalID, SystemID); [all...] |
runtest.c | 834 const xmlChar *ExternalID, const xmlChar *SystemID) 844 if (SystemID == NULL) 847 fprintf(SAXdebug, " %s)\n", SystemID); 858 const xmlChar *ExternalID, const xmlChar *SystemID) 868 if (SystemID == NULL) 871 fprintf(SAXdebug, " %s)\n", SystemID); 878 * @systemId: The system ID of the entity 889 resolveEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *publicId, const xmlChar *systemId) 902 if (systemId != NULL) 903 fprintf(SAXdebug, ", %s)\n", (char *)systemId); [all...] |
xmllint.c | 945 const xmlChar *ExternalID, const xmlChar *SystemID) 955 if (SystemID == NULL) 958 fprintf(stdout, " %s)\n", SystemID); 969 const xmlChar *ExternalID, const xmlChar *SystemID) 979 if (SystemID == NULL) 982 fprintf(stdout, " %s)\n", SystemID); 989 * @systemId: The system ID of the entity 1000 resolveEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *publicId, const xmlChar *systemId) 1013 if (systemId != NULL) 1014 fprintf(stdout, ", %s)\n", (char *)systemId); [all...] |
/external/libxml2/ |
SAX2.c | 331 * @SystemID: the SYSTEM ID (e.g. filename or URL) 337 const xmlChar *ExternalID, const xmlChar *SystemID) 345 name, ExternalID, SystemID); 359 xmlCreateIntSubset(ctxt->myDoc, name, ExternalID, SystemID); 369 * @SystemID: the SYSTEM ID (e.g. filename or URL) 375 const xmlChar *ExternalID, const xmlChar *SystemID) 382 name, ExternalID, SystemID); 384 if (((ExternalID != NULL) || (SystemID != NULL)) && 403 SystemID); 408 xmlNewDtd(ctxt->myDoc, name, ExternalID, SystemID); [all...] |
xmllint.c | 949 const xmlChar *ExternalID, const xmlChar *SystemID) 959 if (SystemID == NULL) 962 fprintf(stdout, " %s)\n", SystemID); 973 const xmlChar *ExternalID, const xmlChar *SystemID) 983 if (SystemID == NULL) 986 fprintf(stdout, " %s)\n", SystemID); 993 * @systemId: The system ID of the entity 1004 resolveEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *publicId, const xmlChar *systemId) 1017 if (systemId != NULL) 1018 fprintf(stdout, ", %s)\n", (char *)systemId); [all...] |
/libcore/luni/src/test/java/tests/api/javax/xml/parsers/ |
SAXParserTestSupport.java | 49 public static final String XML_SYSTEM_ID = "." + "/systemid/"; 268 String systemId) { 271 systemId + ParsingSupport.SEPARATOR_STRING); 282 public InputSource resolveEntity(String publicId, String systemId) { 284 // ParsingSupport.SEPARATOR_STRING + systemId); 331 String systemId, String notationName) { 335 // + systemId + ParsingSupport.SEPARATOR_STRING + notationName); 439 String systemId) { 450 public InputSource resolveEntity(String publicId, String systemId) { 483 String systemId, String notationName) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/ |
minidom.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/ |
minidom.py | [all...] |
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
TreeWalker.java | 88 public TreeWalker(ContentHandler contentHandler, String systemId) 100 if (systemId != null) 101 m_locator.setSystemId(systemId);
|
ToUnknownStream.java | 749 String systemId) 756 m_handler.externalEntityDecl(name, publicId, systemId); 944 public void startDTD(String name, String publicId, String systemId) 947 m_handler.startDTD(name, publicId, systemId); [all...] |
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
TreeWalker.java | 82 * @param systemId System identifier for the document. 85 public TreeWalker(ContentHandler contentHandler, DOMHelper dh, String systemId) 89 if (systemId != null) 90 m_locator.setSystemId(systemId);
|
/libcore/luni/src/test/java/libcore/xml/ |
SaxTest.java | 229 @Override public InputSource resolveEntity(String publicId, String systemId) { 232 @Override public void notationDecl(String name, String publicId, String systemId) { 236 String name, String publicId, String systemId, String notationName) {
|
/external/chromium_org/third_party/WebKit/Source/core/html/parser/ |
HTMLConstructionSite.cpp | 430 void HTMLConstructionSite::setCompatibilityModeFromDoctype(const String& name, const String& publicId, const String& systemId) 498 || equalIgnoringCase(systemId, "http://www.ibm.com/data/dtd/v11/ibmxhtml1-transitional.dtd") 499 || (systemId.isEmpty() && publicId.startsWith("-//W3C//DTD HTML 4.01 Frameset//", false)) 500 || (systemId.isEmpty() && publicId.startsWith("-//W3C//DTD HTML 4.01 Transitional//", false))) { 508 || (!systemId.isEmpty() && publicId.startsWith("-//W3C//DTD HTML 4.01 Frameset//", false)) 509 || (!systemId.isEmpty() && publicId.startsWith("-//W3C//DTD HTML 4.01 Transitional//", false))) { 538 const String& systemId = StringImpl::create8BitIfPossible(token->systemIdentifier()); 539 RefPtr<DocumentType> doctype = DocumentType::create(m_document, token->name(), publicId, systemId); 554 setCompatibilityModeFromDoctype(token->name(), publicId, systemId); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
MarkupAccumulator.cpp | 365 if (!n->systemId().isEmpty()) { 368 result.append(n->systemId()); 371 } else if (!n->systemId().isEmpty()) { 373 result.append(n->systemId());
|
/external/expat/lib/ |
expat.h | 316 be non-NULL and systemId, publicID, and notationName will be NULL. 321 For external entities, value will be NULL and systemId will be 336 const XML_Char *systemId, 350 entityName, systemId and notationName arguments will never be 357 const XML_Char *systemId, 369 const XML_Char *systemId, 405 XML_ExternalEntityParserCreate. The systemId argument is the 410 the base for resolving systemId if systemId was relative; this is 436 const XML_Char *systemId, [all...] |
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/ |
SAX2DTM.java | 162 * publicId, systemID, notationName, and name. [all...] |
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
DOMImplementation.cpp | 182 const String& publicId, const String& systemId, ExceptionState& exceptionState) 188 return DocumentType::create(&m_document, qualifiedName, publicId, systemId);
|
/libcore/luni/src/main/java/java/util/ |
Properties.java | 612 String systemId) throws SAXException, IOException { 613 if (systemId.equals(PROP_DTD_NAME)) { 620 + systemId);
|
/external/chromium_org/third_party/libxml/src/include/libxml/ |
parser.h | 336 * @systemId: The system ID of the entity 349 const xmlChar *systemId); 355 * @SystemID: the SYSTEM ID (e.g. filename or URL) 362 const xmlChar *SystemID); 368 * @SystemID: the SYSTEM ID (e.g. filename or URL) 375 const xmlChar *SystemID); 404 * @systemId: The system ID of the entity 413 const xmlChar *systemId, 420 * @systemId: The system ID of the entity 427 const xmlChar *systemId); [all...] |
/external/libxml2/include/libxml/ |
parser.h | 336 * @systemId: The system ID of the entity 349 const xmlChar *systemId); 355 * @SystemID: the SYSTEM ID (e.g. filename or URL) 362 const xmlChar *SystemID); 368 * @SystemID: the SYSTEM ID (e.g. filename or URL) 375 const xmlChar *SystemID); 404 * @systemId: The system ID of the entity 413 const xmlChar *systemId, 420 * @systemId: The system ID of the entity 427 const xmlChar *systemId); [all...] |
/libcore/luni/src/main/native/ |
org_apache_harmony_xml_ExpatParser.cpp | 778 const char* systemId, const char* publicId, int /*hasInternalSubset*/) { 791 jstring javaSystemId = internString(env, parsingContext, systemId); 868 const char*, const char* systemId, const char* publicId) { 879 ScopedLocalRef<jstring> javaSystemId(env, env->NewStringUTF(systemId)); 912 static void unparsedEntityDecl(void* data, const char* name, const char* /*base*/, const char* systemId, const char* publicId, const char* notationName) { 924 ScopedLocalRef<jstring> javaSystemId(env, env->NewStringUTF(systemId)); 935 static void notationDecl(void* data, const char* name, const char* /*base*/, const char* systemId, const char* publicId) { 947 ScopedLocalRef<jstring> javaSystemId(env, env->NewStringUTF(systemId)); [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
CdmaServiceStateTracker.java | 344 int systemId = -1; 364 systemId = Integer.parseInt(states[8]); 375 baseStationLongitude, systemId, networkId); 612 int systemId = 0; //[8] systemId 645 systemId = Integer.parseInt(states[8]); 682 mNewSS.setSystemAndNetworkId(systemId, networkId); 690 baseStationLongitude, systemId, networkId); [all...] |
/external/expat/tests/ |
runtests.c | 110 const XML_Char *systemId, 119 const XML_Char *systemId, 775 const XML_Char *systemId, 855 const XML_Char *systemId, [all...] |