LibreOffice Module scripting (master) 1
|
Public Member Functions | |
def | __init__ (self, rootUrl) |
def | startDocument (self) |
def | endDocument (self) |
def | startElement (self, name, attlist) |
def | endElement (self, name) |
def | characters (self, chars) |
def | ignoreableWhitespace (self, chars) |
def | setDocumentLocator (self, locator) |
![]() | |
def | getTypes (self) |
def | getImplementationId (self) |
Public Attributes | |
rootUrl | |
urlList | |
Definition at line 704 of file pythonscript.py.
def pythonscript.ManifestHandler.__init__ | ( | self, | |
rootUrl | |||
) |
Definition at line 705 of file pythonscript.py.
def pythonscript.ManifestHandler.characters | ( | self, | |
chars | |||
) |
Definition at line 723 of file pythonscript.py.
def pythonscript.ManifestHandler.endDocument | ( | self | ) |
Definition at line 711 of file pythonscript.py.
def pythonscript.ManifestHandler.endElement | ( | self, | |
name | |||
) |
Definition at line 720 of file pythonscript.py.
def pythonscript.ManifestHandler.ignoreableWhitespace | ( | self, | |
chars | |||
) |
Definition at line 726 of file pythonscript.py.
def pythonscript.ManifestHandler.setDocumentLocator | ( | self, | |
locator | |||
) |
Definition at line 729 of file pythonscript.py.
def pythonscript.ManifestHandler.startDocument | ( | self | ) |
Definition at line 708 of file pythonscript.py.
def pythonscript.ManifestHandler.startElement | ( | self, | |
name, | |||
attlist | |||
) |
Definition at line 714 of file pythonscript.py.
pythonscript.ManifestHandler.rootUrl |
Definition at line 706 of file pythonscript.py.
Referenced by pythonscript.ProviderContext.addPackageByUrl(), pythonscript.DirBrowseNode.getChildNodes(), pythonscript.ProviderContext.getPackageNameFromUrl(), pythonscript.ProviderContext.getPersistentUrlFromStorageUrl(), pythonscript.ProviderContext.getStorageUrlFromPersistentUrl(), pythonscript.ProviderContext.getTransientPartFromUrl(), and pythonscript.ProviderContext.setPackageAttributes().
pythonscript.ManifestHandler.urlList |
Definition at line 709 of file pythonscript.py.