HomeSort by relevance Sort by last modified time
    Searched refs:publicID (Results 1 - 9 of 9) sorted by null

  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
EntityImpl.java 36 private String publicID;
40 EntityImpl(DocumentImpl document, String notationName, String publicID,
44 this.publicID = publicID;
63 return publicID;
NotationImpl.java 36 private String publicID;
40 NotationImpl(DocumentImpl document, String notationName, String publicID,
56 return publicID;
  /external/libxml2/
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...]
parser.c     [all...]
  /external/libxml2/include/libxml/
parserInternals.h 375 xmlChar **publicID,
tree.h 157 const xmlChar *PublicID; /* Public identifier, if any */
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TransformerImpl.java     [all...]
  /external/libxslt/libxslt/
transform.c 62 static int xsltGetHTMLIDs(const xmlChar *version, const xmlChar **publicID,
    [all...]
  /external/jdiff/
xerces.jar 

Completed in 507 milliseconds