public class ParseEventArgs extends Object implements IEventArgs
IParseEvents interface that can be queried from the ParseEvents
property.
This class holds a reference to the parse context and the Element that is
currently being parsed.
EMPTY| Constructor and Description |
|---|
ParseEventArgs(IParseContext context,
Element element)
Initializes a new instance of the
ParseEventArgs class. |
| Modifier and Type | Method and Description |
|---|---|
IParseContext |
getContext()
Gets the context that is being used for parsing.
|
Element |
getElement()
Gets the XML element that is currently parsed.
|
public ParseEventArgs(IParseContext context, Element element)
ParseEventArgs class.public final IParseContext getContext()
public final Element getElement()