Searched refs:DocumentType (Results 1 – 9 of 9) sorted by relevance
36 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()
46 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()
161 class DocumentType(Element): class312 doctypeClass = DocumentType
33 class DocumentType(object): class184 doctypeClass = DocumentType
44 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()
5 …* Fix: htmlparser2 tree adapter `DocumentType.data` property rendering (GH [#45](https://github.co…
33 import org.w3c.dom.DocumentType;774 public DocumentType getDoctype() in getDoctype()
38 import org.w3c.dom.DocumentType;1132 DocumentType doctype = doc.getDoctype(); in getUnparsedEntityURI()
207 Append a DocumentType node to the Document node, with the name214 DocumentType objects set to null and empty lists as appropriate.215 Associate the DocumentType node with the Document object so that