Ft.Server.Server.ConfigParser

Modules

Modules  socket  types   
ServerConfig  sys     

Classes

class ConfigParser
__init__(self, verbose=0)
addModule(self, module)
characterData(self, data)
endElement(self, expanded)
endNamespaceDecl(self, prefix)
findCommand(self, qname, nameparts)
findHandler(self, name)
readConfig(self, path, source)
startElement(self, expanded, attrs)
startNamespaceDecl(self, prefix, uri)

Data and other non-method functions defined here:

__doc__ = None
__module__ = 'Ft.Server.Server.ConfigParser'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
class DomParser
ExternalEntityParserCreate(self, context)
GetBase(self)
SetBase(self, baseUri)
__init__(self, parser, nsSplit=' ')
_walk_tree(self, node)
parse(self, document)

Data and other non-method functions defined here:

__doc__ = None
__module__ = 'Ft.Xml.Xslt.StylesheetReader'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
class DummyExpatParser
CharacterDataHandler(self, text)
EndElementHandler(self, name)
EndNamespaceDeclHandler(self, prefix)
GetBase(self)
SetBase(self, baseUri)
StartElementHandler(self, name, attrs)
StartNamespaceDeclHandler(self, prefix, namespace)
__init__(self, handler, base=None)
parseFile(self, uri)

Data and other non-method functions defined here:

__doc__ = None
__module__ = 'Ft.Xml.Xslt.StylesheetReader'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.

Data

HAS_PYEXPAT = 1
int(x[, base]) -> integer

Convert a string or number to an integer, if possible. A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!) When converting a string, use
the optional base. It is an error to supply a base when converting a
non-string.
NonvalidatingReader = <Ft.Xml.Domlette.NonvalidatingReaderBase instance>
The default non-validating reader instance, created from NonvalidatingReaderBase() with no constructor arguments.

Uses the default InputSource factory. If you need to change it,
reassign the inputSourceFactory attribute, or, preferably, just
create a new NonvalidatingReaderBase instance.
__file__ = 'build/lib.linux-ppc-2.2/Ft/Server/Server/ConfigParser.py'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
__name__ = 'Ft.Server.Server.ConfigParser'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.