Home | Trees | Index | Help |
---|
Package twisted :: Package web :: Module microdom :: Class MicroDOMParser |
|
BaseProtocol
--+ |Protocol
--+ |XMLParser
--+ | MicroDOMParser
Method Summary | |
---|---|
__init__(self,
beExtremelyLenient,
caseInsensitive)
| |
(inherited from XMLParser )
| |
(inherited from XMLParser )
| |
(inherited from XMLParser )
| |
(inherited from XMLParser )
| |
(inherited from XMLParser )
| |
(inherited from XMLParser )
| |
(inherited from XMLParser )
| |
(inherited from XMLParser )
| |
(inherited from XMLParser )
| |
(inherited from XMLParser )
| |
(inherited from XMLParser )
| |
(Deprecated) (inherited from Protocol )
| |
connectionLost(self,
reason)
| |
Called when a connection is made. (inherited from XMLParser )
| |
Called whenever data is received. (inherited from XMLParser )
| |
(inherited from XMLParser )
| |
(inherited from XMLParser )
| |
(inherited from XMLParser )
| |
(inherited from XMLParser )
| |
(inherited from XMLParser )
| |
(inherited from XMLParser )
| |
(inherited from XMLParser )
| |
(inherited from XMLParser )
| |
(inherited from XMLParser )
| |
(inherited from XMLParser )
| |
(inherited from XMLParser )
| |
(inherited from XMLParser )
| |
(inherited from XMLParser )
| |
(inherited from XMLParser )
| |
(inherited from XMLParser )
| |
(inherited from XMLParser )
| |
(inherited from XMLParser )
| |
(inherited from XMLParser )
| |
(inherited from XMLParser )
| |
(inherited from XMLParser )
| |
(inherited from XMLParser )
| |
(inherited from XMLParser )
| |
Encountered CDATA | |
gotComment(self,
data)
| |
Encountered DOCTYPE | |
Encountered mnemonic entity reference | |
Encountered closing tag | |
Encountered an opening tag. | |
Encountered text | |
Make a connection to a transport and a server. (inherited from BaseProtocol )
| |
Get the line number and column of the last character parsed (inherited from XMLParser )
| |
shouldPreserveSpace(self)
| |
_getparent(self)
| |
_gotStandalone(self,
factory,
data)
| |
(inherited from XMLParser )
|
Class Variable Summary | |
---|---|
dict |
laterClosers
|
list |
soonClosers
|
Method Details |
---|
gotCData(self, cdata)Encountered CDATA Default behaviour is to call the gotText method
|
gotDoctype(self, doctype)Encountered DOCTYPE This is really grotty: it basically just gives you everything between '<!DOCTYPE' and '>' as an argument.
|
gotEntityReference(self, entityRef)Encountered mnemonic entity reference Default behaviour is to print.
|
gotTagEnd(self, name)Encountered closing tag Default behaviour is to print.
|
gotTagStart(self, name, attributes)Encountered an opening tag. Default behaviour is to print.
|
gotText(self, data)Encountered text Default behaviour is to print.
|
Class Variable Details |
---|
laterClosers
|
soonClosers
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:29:12 2003 | http://epydoc.sf.net |