Interface IAttributes2
.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.xml/org/xml/sax/ext/Attributes2.html
public interface IAttributes2 : IAttributes
- Inherited Members
Methods
IsDeclared(String)
bool IsDeclared(String arg0)
Parameters
Returns
IsDeclared(String, String)
bool IsDeclared(String arg0, String arg1)
Parameters
Returns
IsDeclared(int)
bool IsDeclared(int arg0)
Parameters
Returns
IsSpecified(String)
bool IsSpecified(String arg0)
Parameters
Returns
IsSpecified(String, String)
bool IsSpecified(String arg0, String arg1)
Parameters
Returns
IsSpecified(int)
bool IsSpecified(int arg0)