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 IDOMImplementation
Methods
CreateDocument(String, String, DocumentType)
Document CreateDocument(String arg0, String arg1, DocumentType arg2)
Parameters
arg0
Stringarg1
Stringarg2
DocumentType
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)