Package org.lobobrowser.html.domimpl
Class DOMImplementationImpl
java.lang.Object
org.lobobrowser.html.domimpl.DOMImplementationImpl
- All Implemented Interfaces:
DOMImplementation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateDocument
(String namespaceURI, String qualifiedName, DocumentType doctype) createDocumentType
(String qualifiedName, String publicId, String systemId) getFeature
(String feature, String version) boolean
hasFeature
(String feature, String version)
-
Constructor Details
-
DOMImplementationImpl
-
-
Method Details
-
hasFeature
- Specified by:
hasFeature
in interfaceDOMImplementation
-
createDocumentType
public DocumentType createDocumentType(String qualifiedName, String publicId, String systemId) throws DOMException - Specified by:
createDocumentType
in interfaceDOMImplementation
- Throws:
DOMException
-
createDocument
public Document createDocument(String namespaceURI, String qualifiedName, DocumentType doctype) throws DOMException - Specified by:
createDocument
in interfaceDOMImplementation
- Throws:
DOMException
-
getFeature
- Specified by:
getFeature
in interfaceDOMImplementation
-