Undocumented
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.
def __init__(self): (source)
Undocumented
def parse(self, buffer): (source)
Undocumented
def findUri(self, prefix): (source)
Undocumented
def gotTagStart(self, name, attributes): (source)

Encountered an opening tag.

Default behaviour is to print.

def gotText(self, data): (source)

Encountered text

Default behaviour is to print.

def gotCData(self, data): (source)

Encountered CDATA

Default behaviour is to call the gotText method

def gotComment(self, data): (source)

Encountered comment.

Default behaviour is to ignore.

def gotEntityReference(self, entityRef): (source)

Encountered mnemonic entity reference

Default behaviour is to print.

def gotTagEnd(self, name): (source)

Encountered closing tag

Default behaviour is to print.

API Documentation for Twisted, generated by pydoctor at 2016-05-18 16:01:36.