HomeSort by relevance Sort by last modified time
    Searched full:publicid (Results 101 - 125 of 162) sorted by null

1 2 3 45 6 7

  /external/webkit/Source/WebCore/bindings/objc/
PublicDOMInterfaces.h 63 - (DOMDocumentType *)createDocumentType:(NSString *)qualifiedName :(NSString *)publicId :(NSString *)systemId;
67 - (DOMDocumentType *)createDocumentType:(NSString *)qualifiedName publicId:(NSString *)publicId systemId:(NSString *)systemId AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
171 @property(readonly, copy) NSString *publicId;
236 @property(readonly, copy) NSString *publicId;
319 @property(readonly, copy) NSString *publicId;
    [all...]
  /external/libxml2/
xmlcatalog.c 293 printf("\tpublic PublicID: make a PUBLIC identifier lookup\n");
295 printf("\tresolve PublicID SystemID: do a full resolver lookup\n");
xmlsave.c 44 * @publicID: the public identifier
51 xmlIsXHTML(const xmlChar *systemID, const xmlChar *publicID) {
52 if ((systemID == NULL) && (publicID == NULL))
54 if (publicID != NULL) {
55 if (xmlStrEqual(publicID, XHTML_STRICT_PUBLIC_ID)) return(1);
56 if (xmlStrEqual(publicID, XHTML_FRAME_PUBLIC_ID)) return(1);
57 if (xmlStrEqual(publicID, XHTML_TRANS_PUBLIC_ID)) return(1);
    [all...]
valid.c     [all...]
  /external/webkit/Source/WebCore/dom/
DOMImplementation.cpp 216 const String& publicId, const String& systemId, ExceptionCode& ec)
222 return DocumentType::create(0, qualifiedName, publicId, systemId);
  /external/webkit/Source/WebCore/editing/
MarkupAccumulator.cpp 289 if (!n->publicId().isEmpty()) {
291 append(result, n->publicId());
  /external/webkit/Source/WebCore/inspector/front-end/
DOMAgent.js 71 this.publicId = payload.publicId;
  /libcore/luni/src/main/java/org/apache/harmony/xml/parsers/
DocumentBuilderImpl.java 205 String publicId = parser.getPublicId();
207 document.appendChild(new DocumentTypeImpl(document, name, publicId, systemId));
  /libcore/luni/src/main/java/org/w3c/dom/ls/
LSInput.java 44 * <li> <code>LSInput.publicId</code>
165 public void setPublicId(String publicId);
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToUnknownStream.java 748 String publicId,
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...]
ToStream.java 901 * @param publicId The declared public identifier of the entity, or
910 String publicId,
919 if (publicId != null) {
921 m_writer.write(publicId);
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/
xmlwf 
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM.java 162 * publicId, systemID, notationName, and name.
    [all...]
  /external/expat/lib/
xmlparse.c 196 const XML_Char *publicId;
    [all...]
  /external/expat/tests/
runtests.c 110 const XML_Char *publicId,
119 const XML_Char *publicId)
775 const XML_Char *publicId)
855 const XML_Char *publicId)
    [all...]
  /cts/tests/tests/util/src/android/util/cts/
XmlEncodingTest.java 59 private static final String STR_SET_DOCUMENT_LOCATOR = "setDocumentLocator:Locator[publicId: "
XmlTest.java 75 private static final String STR_SET_DOCUMENT_LOCATOR = "setDocumentLocator:Locator[publicId: "
  /external/libxml2/include/libxml/
valid.h 157 const xmlChar *PublicID,
tree.h 157 const xmlChar *PublicID; /* Public identifier, if any */
    [all...]
parserInternals.h 375 xmlChar **publicID,
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
IncrementalSAXSource_Filter.java 387 public void startDTD(java.lang.String name, java.lang.String publicId,
392 clientLexicalHandler. startDTD(name, publicId, systemId);
  /external/apache-xml/src/main/java/org/apache/xml/utils/
DOMBuilder.java 702 * @param publicId The declared public identifier for the
709 public void startDTD(String name, String publicId, String systemId)
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOM3TreeWalker.java 501 String publicId = node.getPublicId();
519 if (null != publicId) {
521 dtd.append(publicId);
526 if (null == publicId) {
555 fLexicalHandler.startDTD(docTypeName, publicId, systemId);
    [all...]
  /external/expat/doc/
reference.html     [all...]
  /frameworks/base/media/libdrm/mobile1/src/xml/
xml_tinyparser.c 614 pWbxml->publicid = num;

Completed in 567 milliseconds

1 2 3 45 6 7