Home
last modified time | relevance | path

Searched refs:DocumentType (Results 1 – 9 of 9) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMNodeProxy.java36 import org.w3c.dom.DocumentType;
568 public final DocumentType getDoctype() in getDoctype()
1400 public DocumentType createDocumentType(String qualifiedName,String publicId, String systemId) in createDocumentType()
1404 …public Document createDocument(String namespaceURI,String qualfiedName,DocumentType doctype) … in createDocument()
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DDOM2DTM.java46 import org.w3c.dom.DocumentType;
1286 DocumentType dtd = doc.getDoctype(); in getDocumentTypeDeclarationSystemIdentifier()
1317 DocumentType dtd = doc.getDoctype(); in getDocumentTypeDeclarationPublicIdentifier()
1422 DocumentType doctype = doc.getDoctype(); in getUnparsedEntityURI()
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/treebuilders/
Detree.py161 class DocumentType(Element): class
312 doctypeClass = DocumentType
Detree_lxml.py33 class DocumentType(object): class
184 doctypeClass = DocumentType
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DDOM3TreeWalker.java44 import org.w3c.dom.DocumentType;
409 serializeDocType((DocumentType) node, true); in startNode()
452 serializeDocType((DocumentType) node, false); in endNode()
496 protected void serializeDocType(DocumentType node, boolean bStart) in serializeDocType()
1667 DocumentType docType = node.getOwnerDocument().getDoctype(); in isEntityReferneceWellFormed()
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/
DCHANGELOG.md5 …* Fix: htmlparser2 tree adapter `DocumentType.data` property rendering (GH [#45](https://github.co…
/external/apache-xml/src/main/java/org/apache/xml/utils/
DUnImplNode.java33 import org.w3c.dom.DocumentType;
774 public DocumentType getDoctype() in getDoctype()
DDOMHelper.java38 import org.w3c.dom.DocumentType;
1132 DocumentType doctype = doc.getDoctype(); in getUnparsedEntityURI()
/external/owasp/sanitizer/lib/htmlparser-1.3/doc/
Dtree-construction.txt207 Append a DocumentType node to the Document node, with the name
214 DocumentType objects set to null and empty lists as appropriate.
215 Associate the DocumentType node with the Document object so that