Fred Drake
a350270302
New entries to track the DOM API growth. These match names exposed in
...
PyXML 0.8.
2002-08-09 14:57:55 +00:00
Fred Drake
bd34b6bc3d
Added the convenience constants that are present in PyXML to make these
...
more similar.
2001-11-30 15:37:33 +00:00
Martin v. Löwis
7edbd4ffb4
Patch #103885 : Add dynamic registration and lookup of DOM implementations.
2001-02-22 14:05:50 +00:00
Fred Drake
b6a4425392
DOMException._get_code():
...
New method; this is the "alternate" access to the exception code.
(Useful for Python DOM implementations that support the accessor
method approach to retrieving attribute values.)
2001-02-19 14:57:02 +00:00
Martin v. Löwis
52ce0d0837
Re-indent.
2001-01-27 08:47:37 +00:00
Fred Drake
f16527c863
Typo caught by /F -- thanks!
2000-12-15 23:56:43 +00:00
Fred Drake
279aa6cabc
DOMException.__init__(): Remember to pass self to Exception.__init__().
2000-12-15 21:07:59 +00:00
Fred Drake
5d1b5eaf55
Add code to DOMException to ensure it cannot be instantiated directly,
...
since the API documentation will state specifically that the specializations
must be used by the DOM implementations.
2000-12-13 16:35:53 +00:00
Martin v. Löwis
64acf1db22
Add standard DOM exception hierarchy.
2000-12-13 14:21:07 +00:00
Fred Drake
6bcf4c2a0b
Update the docstring.
...
Add a Node class that defines the NodeType constants, based on discussion
in the XML-SIG.
2000-12-11 22:29:23 +00:00
Fred Drake
e85c350600
Package docstring.
2000-06-29 19:28:01 +00:00