Interface IDOMConfiguration
.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.xml/org/w3c/dom/DOMConfiguration.html
public interface IDOMConfiguration
Properties
ParameterNames
DOMStringList ParameterNames { get; }
Property Value
Methods
CanSetParameter(String, object)
bool CanSetParameter(String arg0, object arg1)
Parameters
Returns
GetParameter(String)
object GetParameter(String arg0)
Parameters
Returns
Exceptions
SetParameter(String, object)
void SetParameter(String arg0, object arg1)