xml-error - Factor Documentation

xml-error


Vocabulary
xml .errors

Class description
The exception class that all parsing errors in XML documents are in.

Definition
IN: xml.errors

UNION: xml-error unclosed multitags notags pre/post-content
generated-xml-error ;


Methods
USING: accessors debugger io kernel prettyprint xml.errors ;

M: xml-error error.
"XML parsing error" print "Line: " write dup line>> .
"Column: " write column>> . ;

AltStyle によって変換されたページ (->オリジナル) /