Interface IDOMImplementation
.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.xml/org/w3c/dom/DOMImplementation.html
public interface IDOMImplementationMethods
CreateDocument(String, String, DocumentType)
Document CreateDocument(String arg0, String arg1, DocumentType arg2)Parameters
- arg0String
- arg1String
- arg2DocumentType
Returns
Exceptions
CreateDocumentType(String, String, String)
DocumentType CreateDocumentType(String arg0, String arg1, String arg2)Parameters
Returns
Exceptions
GetFeature(String, String)
object GetFeature(String arg0, String arg1)Parameters
Returns
HasFeature(String, String)
bool HasFeature(String arg0, String arg1)