Searched defs:docType (Results 1 - 7 of 7) sorted by relevance

/external/jmonkeyengine/engine/src/xml/com/jme3/export/xml/
H A DDOMSerializer.java195 private void writeDocumentType(DocumentType docType, Writer writer, int depth) throws IOException { argument
196 String publicId = docType.getPublicId();
197 String internalSubset = docType.getInternalSubset();
200 writer.append("<!DOCTYPE ").append(docType.getName());
206 writer.append("'").append(docType.getSystemId()).append("'");
/external/webkit/Source/WebCore/html/
H A DHTMLDocument.cpp342 DocumentType* docType = doctype(); local
343 if (!docType)
347 const String& publicId = docType->publicId();
348 if (docType->name() != "html"
407 || equalIgnoringCase(docType->systemId(), "http://www.ibm.com/data/dtd/v11/ibmxhtml1-transitional.dtd")
408 || (docType->systemId().isEmpty() && publicId.startsWith("-//W3C//DTD HTML 4.01 Frameset//", false))
409 || (docType->systemId().isEmpty() && publicId.startsWith("-//W3C//DTD HTML 4.01 Transitional//", false))) {
417 || (!docType->systemId().isEmpty() && publicId.startsWith("-//W3C//DTD HTML 4.01 Frameset//", false))
418 || (!docType->systemId().isEmpty() && publicId.startsWith("-//W3C//DTD HTML 4.01 Transitional//", false))) {
/external/webkit/Source/WebCore/inspector/
H A DInspectorDOMAgent.cpp1059 DocumentType* docType = static_cast<DocumentType*>(node); local
1060 value->setString("publicId", docType->publicId());
1061 value->setString("systemId", docType->systemId());
1062 value->setString("internalSubset", docType->internalSubset());
/external/webkit/Source/WebCore/dom/
H A DDocument.cpp669 void Document::setDocType(PassRefPtr<DocumentType> docType) argument
672 ASSERT(!m_docType || !docType);
673 m_docType = docType;
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.help_3.5.0.v20100524.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 224 milliseconds