XmlNodeTypeException class
Exception thrown when an unsupported node type is used.
- Inheritance
-
- Object
- XmlException
- XmlNodeTypeException
Constructors
- XmlNodeTypeException(String message)
- Creates a new XmlNodeTypeException.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
checkValidType(
XmlNode node, Iterable< XmlNodeType> types) → void -
Ensure that
node
is of one of the providedtypes
.