HomeSort by relevance Sort by last modified time
    Searched full:publicid (Results 126 - 150 of 200) sorted by null

1 2 3 4 56 7 8

  /external/chromium_org/third_party/libxml/src/include/libxml/
tree.h 157 const xmlChar *PublicID; /* Public identifier, if any */
    [all...]
parserInternals.h 375 xmlChar **publicID,
  /external/libxml2/include/libxml/
tree.h 195 const xmlChar *PublicID; /* Public identifier, if any */
    [all...]
parserInternals.h 408 xmlChar **publicID,
  /external/tagsoup/
CHANGES 97 If there is a publicid but no systemid, set systemid to ""
105 LexicalHandler now gets DOCTYPE information (publicid and systemid)
README 176 --doctype-public=publicid
178 publicid.
  /external/chromium_org/third_party/libxml/src/
valid.c     [all...]
  /external/libxml2/
valid.c     [all...]
xmlsave.c 48 * @publicID: the public identifier
55 xmlIsXHTML(const xmlChar *systemID, const xmlChar *publicID) {
56 if ((systemID == NULL) && (publicID == NULL))
58 if (publicID != NULL) {
59 if (xmlStrEqual(publicID, XHTML_STRICT_PUBLIC_ID)) return(1);
60 if (xmlStrEqual(publicID, XHTML_FRAME_PUBLIC_ID)) return(1);
61 if (xmlStrEqual(publicID, XHTML_TRANS_PUBLIC_ID)) return(1);
    [all...]
  /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/apache-xml/src/main/java/org/apache/xml/serializer/
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...]
  /external/expat/doc/
reference.html     [all...]
  /cts/tests/tests/util/src/android/util/cts/
XmlTest.java 70 private static final String STR_SET_DOCUMENT_LOCATOR = "setDocumentLocator:Locator[publicId: "
  /libcore/luni/src/main/java/java/util/prefs/
XMLParser.java 115 public InputSource resolveEntity(String publicId, String systemId)
  /libcore/luni/src/main/java/javax/xml/validation/
Validator.java 280 * String publicId, String systemId, String baseURI) {
ValidatorHandler.java 268 * String publicId, String systemId, String baseURI) {
  /libcore/luni/src/test/java/tests/org/w3c/dom/
ImportNode.java 438 // assertEquals("publicId", "notation1File", publicVal);
  /prebuilts/tools/common/m2/repository/jdom/jdom/1.0/
jdom-1.0.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msxml.h     [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
dom4j-1.6.1.jar 
  /prebuilts/tools/common/m2/repository/dom4j/dom4j/1.6.1/
dom4j-1.6.1.jar 
  /libcore/xml/src/main/java/org/kxml2/io/
KXmlParser.java 95 private String publicId;
631 publicId = readQuotedId(true);
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
DOMModel.js 113 this.publicId = payload.publicId;
    [all...]
  /libcore/luni/src/main/java/org/w3c/dom/
Document.java 260 * to a future release of the DOM.On import, the <code>publicId</code>,
278 * <code>publicId</code> and <code>systemId</code> attributes are copied.
    [all...]

Completed in 2787 milliseconds

1 2 3 4 56 7 8