XmlParentException class
Exception thrown when the parent relationship between nodes is invalid.
- Inheritance
-
- Object
- XmlException
- XmlParentException
Constructors
- XmlParentException(String message)
- Creates a new XmlParentException.
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
-
checkMatchingParent(
XmlParentable node, XmlNode parent) → void -
Ensure that
node
has a matching parent. -
checkNoParent(
XmlParentable node) → void -
Ensure that
node
has no parent.