Searched refs:docType (Results 1 - 8 of 8) 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/markdown/markdown/extensions/
H A Drss.py59 md.docType = '<?xml version="1.0" encoding="utf-8"?>\n'
/external/owasp/sanitizer/tools/findbugs/lib/
H A Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/ ...
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
H A DDOM3TreeWalker.java1667 DocumentType docType = node.getOwnerDocument().getDoctype();
1668 if (docType != null) {
1669 NamedNodeMap entities = docType.getEntities();
/external/markdown/markdown/
H A D__init__.py211 self.docType = ""
/external/libxml2/xstc/
H A Dxstc.py284 def isIOError(self, file, docType):
294 self.failCritical("failed to access the %s resource '%s'\n" % (docType, file))
/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 ...

Completed in 1832 milliseconds