FrameworkExceptions
Detailed Description
These are the exceptions specific to the framework. They are used when there is no appropriate DOM Core Exception.
Variables |
|
| NSString * | DOMMalformedDocumentException |
| NSString * | DOMNoDataException |
| NSString * | DOMNotYetImplementedException |
| NSString * | DOMMalformedXPathExpressionException |
| NSString * | DOMXPathEvaluationException |
| NSString * | DOMFormatterException |
| NSString * | DOMXIncludeException |
Variable Documentation
|
|
Raised by the formatter, see DOMFormatter. |
|
|
Raised by the builder, see DOMBuilder. |
|
|
Raised by the XPath expression compilator, see DOMXPath. |
|
|
Raised by the builder, see DOMBuilder. |
|
|
Raised where applicable. |
|
|
Raised by the XInclude post processor, see DOMXIncludeResolver. |
|
|
Raised by the XPath expression evaluator, see DOMXPath. |