Package core :: Package data :: Package parsers :: Module abstractParser :: Class abstractParser
[hide private]
[frames] | no frames]

Class abstractParser




This class is an abstract document parser.


Author: Andres Riancho ( andres.riancho@gmail.com )

Instance Methods [hide private]
  __init__(self, baseUrl)
  findAccounts(self, documentString)
  getAccounts(self)
  getComments(self)
  getForms(self)
  getMetaRedir(self)
  getMetaTags(self)
  getReferences(self)

Method Details [hide private]

__init__(self, baseUrl)
(Constructor)

 
None

findAccounts(self, documentString)

 
Returns:
A list with all mail users that are present in the documentString.

getAccounts(self)

 
None

getComments(self)

 
None

getForms(self)

 
None

getMetaRedir(self)

 
Returns:
Returns list of meta redirections.

getMetaTags(self)

 
Returns:
Returns list of all meta tags.

getReferences(self)

 
None