HomeSort by relevance Sort by last modified time
    Searched refs:doctype (Results 1 - 25 of 158) sorted by null

1 2 3 4 5 6 7

  /external/apache-xml/src/main/java/org/apache/xml/serializer/
XSLOutputAttributes.java 39 * doctype-public
40 * doctype-system
60 *@return the public identifier to be used in the DOCTYPE declaration in the
67 * @return the system identifier to be used in the DOCTYPE declaration in
127 /** Set the value coming from the xsl:output doctype-public and doctype-system stylesheet properties
128 * @param system the system identifier to be used in the DOCTYPE declaration
130 * @param pub the public identifier to be used in the DOCTYPE declaration in
135 /** Set the value coming from the xsl:output doctype-public stylesheet attribute.
136 * @param doctype the public identifier to be used in the DOCTYP
    [all...]
  /external/webkit/Source/WebCore/dom/
DocumentType.cpp 65 if (!doc->doctype())
73 if (document() && document()->doctype() == this)
DOMImplementation.idl 40 in [ConvertNullToNullString] DocumentType doctype)
DOMImplementation.cpp 231 const String& qualifiedName, DocumentType* doctype, ExceptionCode& ec)
262 // WRONG_DOCUMENT_ERR: Raised if doctype has already been used with a different document or was
267 if (doctype && doctype->document()) {
273 if (doctype)
274 doc->parserAddChild(doctype);
314 d->write("<!doctype html><html><body></body></html>");
  /libcore/luni/src/main/java/org/w3c/dom/
DOMImplementation.java 75 * @param doctype The type of document to be created or <code>null</code>.
76 * When <code>doctype</code> is not <code>null</code>, its
81 * <code>doctype</code> are <code>null</code>, the returned
97 * <br>WRONG_DOCUMENT_ERR: Raised if <code>doctype</code> has already
107 DocumentType doctype)
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DOMImplementationImpl.java 43 DocumentType doctype) throws DOMException {
44 return new DocumentImpl(this, namespaceURI, qualifiedName, doctype, null);
  /libcore/dom/src/test/java/org/w3c/domts/
JTidyDOMImplementation.java 89 * @param doctype The type of document to be created or <code>null</code>.
90 * When <code>doctype</code> is not <code>null</code>, its
106 * <br>WRONG_DOCUMENT_ERR: Raised if <code>doctype</code> has already
119 DocumentType doctype) throws DOMException {
  /external/webkit/Source/WebKit/chromium/src/
WebDocument.cpp 129 WebDocumentType WebDocument::doctype() const function in class:WebKit::WebDocument
131 return WebDocumentType(constUnwrap<Document>()->doctype());
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
canonicalform12.js 96 var doctype;
114 doctype = doc.doctype;
116 assertNull("docTypeNull",doctype);
entities01.js 104 var doctype;
129 doctype = doc.doctype;
131 entities = doctype.entities;
entities02.js 105 var doctype;
133 doctype = doc.doctype;
135 entities = doctype.entities;
entities04.js 103 var doctype;
128 doctype = doc.doctype;
130 entities = doctype.entities;
infoset01.js 105 var doctype;
133 doctype = doc.doctype;
135 entities = doctype.entities;
documentgetdoctype01.js 78 Retreive the doctype node, create a new Doctype node, call replaceChild and try replacing the
79 docType node with a new docType node. Check if the docType node was correctly replaced with
91 var docType;
108 docType = doc.doctype;
110 rootName = docType.name;
116 replaced = doc.replaceChild(newDocType,docType);
    [all...]
nodegetfeature12.js 94 var doctype;
102 doctype = doc.doctype;
104 entities = doctype.entities;
nodegetfeature13.js 94 var doctype;
102 doctype = doc.doctype;
104 notations = doctype.notations;
documentadoptnode10.js 79 documents doctype node. Verify if a NOT_SUPPORTED_ERR is thrown.
89 var docType;
97 docType = doc.doctype;
103 adoptedDocType = doc.adoptNode(docType);
nodeissamenode02.js 100 docType1 = doc.doctype;
102 docType2 = doc.doctype;
  /external/dbus/bus/
config-parser-trivial.h 43 const char *doctype,
config-parser.h 44 const char *doctype,
  /external/webkit/Source/WebKit/chromium/public/
WebDocument.h 82 WEBKIT_API WebDocumentType doctype() const;
  /build/tools/droiddoc/templates-sdk/
sampleindex.cs 1 <?cs include:"doctype.cs" ?>
  /external/doclava/res/assets/templates/
docpage.cs 1 <?cs include:"doctype.cs" ?>
sample.cs 1 <?cs include:"doctype.cs" ?>
  /external/webkit/Source/WebCore/inspector/front-end/
inspectorSyntaxHighlight.css 83 .webkit-html-doctype {
84 /* Keep this in sync with view-source.css (.webkit-html-doctype) */

Completed in 753 milliseconds

1 2 3 4 5 6 7