twisted.words.xish.domish.SuxElementStream(sux.XMLParser)
class documentationtwisted.words.xish.domish
View Source
(View In Hierarchy)
Method | __init__ | Undocumented |
Method | parse | Undocumented |
Method | findUri | Undocumented |
Method | gotTagStart | Encountered an opening tag. |
Method | gotText | Encountered text |
Method | gotCData | Encountered CDATA |
Method | gotComment | Encountered comment. |
Method | gotEntityReference | Encountered mnemonic entity reference |
Method | gotTagEnd | Encountered closing tag |
Inherited from BaseProtocol (via XMLParser, Protocol):
Method | makeConnection | Make a connection to a transport and a server. |
Inherited from BaseProtocol (via XMLParser, Protocol):
Method | makeConnection | Make a connection to a transport and a server. |
Inherited from BaseProtocol (via XMLParser, Protocol):
Method | makeConnection | Make a connection to a transport and a server. |
Encountered an opening tag.
Default behaviour is to print.
Encountered text
Default behaviour is to print.
Encountered CDATA
Default behaviour is to call the gotText method
Encountered comment.
Default behaviour is to ignore.
Encountered mnemonic entity reference
Default behaviour is to print.
Encountered closing tag
Default behaviour is to print.