Parents: | xml |
Authors: | Daniel Ehrenberg |
Class | Superclass | Slots |
attr-w/< | tuple | line column |
bad-cdata | tuple | line column |
bad-decl | tuple | line column |
bad-directive | tuple | line column dir |
bad-doctype | tuple | line column read-contents |
bad-encoding | tuple | line column encoding |
bad-external-id | tuple | line column |
bad-name | tuple | line column name |
bad-prolog | tuple | line column prolog |
bad-uri | tuple | line column string |
bad-version | tuple | line column num |
capitalized-prolog | tuple | line column name |
disallowed-char | tuple | line column char |
duplicate-attr | tuple | line column key values |
expected | tuple | line column should-be was |
extra-attrs | tuple | line column attrs |
mismatched | tuple | line column open close |
misplaced-directive | tuple | line column dir |
missing-close | tuple | line column |
multitags | tuple | |
no-entity | tuple | line column thing |
nonexist-ns | tuple | line column name |
not-enough-characters | tuple | line column |
not-yes/no | tuple | line column text |
notags | tuple | |
pre/post-content | tuple | string pre? |
quoteless-attr | tuple | line column |
text-w/]]> | tuple | line column |
unclosed | tuple | line column tags |
unclosed-quote | tuple | line column |
unexpected-end | tuple | line column |
unopened | tuple | line column |
versionless-prolog | tuple | line column |
Class | Superclass |
generated-xml-error | tuple |
xml-error |
Word | Syntax |
XML-ERROR: |
Word | Stack effect |
attr-w/< | ( -- * ) |
bad-cdata | ( -- * ) |
bad-decl | ( -- * ) |
bad-directive | ( line -- * ) |
bad-doctype | ( line -- * ) |
bad-encoding | ( line -- * ) |
bad-external-id | ( -- * ) |
bad-name | ( line -- * ) |
bad-prolog | ( line -- * ) |
bad-uri | ( line -- * ) |
bad-version | ( line -- * ) |
capitalized-prolog | ( line -- * ) |
define-xml-error-class | ( class superclass slots -- ) |
disallowed-char | ( line -- * ) |
duplicate-attr | ( line column -- * ) |
expected | ( line column -- * ) |
extra-attrs | ( line -- * ) |
mismatched | ( line column -- * ) |
misplaced-directive | ( line -- * ) |
missing-close | ( -- * ) |
multitags | ( -- * ) |
no-entity | ( line -- * ) |
nonexist-ns | ( line -- * ) |
not-enough-characters | ( -- * ) |
not-yes/no | ( line -- * ) |
notags | ( -- * ) |
pre/post-content | ( string pre? -- * ) |
quoteless-attr | ( -- * ) |
text-w/]]> | ( -- * ) |
throw-unclosed | ( -- * ) |
unclosed-quote | ( -- * ) |
unexpected-end | ( -- * ) |
unopened | ( -- * ) |
versionless-prolog | ( -- * ) |
Word | Stack effect |
attr-w/<? | ( object -- ? ) |
bad-cdata? | ( object -- ? ) |
bad-decl? | ( object -- ? ) |
bad-directive? | ( object -- ? ) |
bad-doctype? | ( object -- ? ) |
bad-encoding? | ( object -- ? ) |
bad-external-id? | ( object -- ? ) |
bad-name? | ( object -- ? ) |
bad-prolog? | ( object -- ? ) |
bad-uri? | ( object -- ? ) |
bad-version? | ( object -- ? ) |
capitalized-prolog? | ( object -- ? ) |
disallowed-char? | ( object -- ? ) |
duplicate-attr? | ( object -- ? ) |
expected? | ( object -- ? ) |
extra-attrs? | ( object -- ? ) |
generated-xml-error? | ( object -- ? ) |
mismatched? | ( object -- ? ) |
misplaced-directive? | ( object -- ? ) |
missing-close? | ( object -- ? ) |
multitags? | ( object -- ? ) |
no-entity? | ( object -- ? ) |
nonexist-ns? | ( object -- ? ) |
not-enough-characters? | ( object -- ? ) |
not-yes/no? | ( object -- ? ) |
notags? | ( object -- ? ) |
pre/post-content? | ( object -- ? ) |
quoteless-attr? | ( object -- ? ) |
text-w/]]>? | ( object -- ? ) |
unclosed-quote? | ( object -- ? ) |
unclosed? | ( object -- ? ) |
unexpected-end? | ( object -- ? ) |
unopened? | ( object -- ? ) |
versionless-prolog? | ( object -- ? ) |
xml-error? | ( object -- ? ) |
Vocabulary | Summary |
xml.errors.debugger |