Method SkippedEntity
SkippedEntity(String)
Receive notification of a skipped entity.
By default, do nothing. Application writers may override this method in a subclass to take specific actions for each processing instruction, such as setting status variables or invoking other methods.
Declaration
public virtual void SkippedEntity(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The name of the skipped entity. |
Implements
Exceptions
Type | Condition |
---|---|
SAXException | Any SAX exception, possibly wrapping another exception. |