| Module: | libdom | Package: | org.milescript.xml | Parent: | Object | Generated by MilescriptCompiler (Copyright 2008, Point5u LLC.) |
org.milescript.xml.DOMImplementation
Inheritance : Object
Constructors
| Signature |
| public DOMImplementation() |
Methods
| Name | Signature |
| createDocument | Document createDocument(String namespaceURI, String qualifiedName, DocumentType doctype) |
| createDocumentType | DocumentType createDocumentType(String qualifiedName, String publicId, String systemId) |
| hasFeature | boolean hasFeature(String feature, String version) |
Constructors
|
public DOMImplementation() |
Methods
|
createDocument Document createDocument(String namespaceURI, String qualifiedName, DocumentType doctype)
Parameters
|
||||||||||||||||
|
createDocumentType DocumentType createDocumentType(String qualifiedName, String publicId, String systemId)
Parameters
|
||||||||||||||||
|
hasFeature boolean hasFeature(String feature, String version)
Parameters
|
|||||||||||||
| Module: | libdom | Package: | org.milescript.xml | Parent: | Object | Generated by MilescriptCompiler (Copyright 2008, Point5u LLC.) |