Method NotationDecl
NotationDecl(String, String, String)
Filter a notation declaration event.
Declaration
public virtual void NotationDecl(string name, string publicId, string systemId)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The notation name. |
System.String | publicId | The notation's public identifier, or null. |
System.String | systemId | The notation's system identifier, or null. |