LibreOffice Module scripting (master) 1
Public Member Functions | Public Attributes | List of all members
pythonscript.ManifestHandler Class Reference
Inheritance diagram for pythonscript.ManifestHandler:
[legend]
Collaboration diagram for pythonscript.ManifestHandler:
[legend]

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)
 
- Public Member Functions inherited from unohelper::Base
def getTypes (self)
 
def getImplementationId (self)
 

Public Attributes

 rootUrl
 
 urlList
 

Detailed Description

Definition at line 704 of file pythonscript.py.

Constructor & Destructor Documentation

◆ __init__()

def pythonscript.ManifestHandler.__init__ (   self,
  rootUrl 
)

Definition at line 705 of file pythonscript.py.

Member Function Documentation

◆ characters()

def pythonscript.ManifestHandler.characters (   self,
  chars 
)

Definition at line 723 of file pythonscript.py.

◆ endDocument()

def pythonscript.ManifestHandler.endDocument (   self)

Definition at line 711 of file pythonscript.py.

◆ endElement()

def pythonscript.ManifestHandler.endElement (   self,
  name 
)

Definition at line 720 of file pythonscript.py.

◆ ignoreableWhitespace()

def pythonscript.ManifestHandler.ignoreableWhitespace (   self,
  chars 
)

Definition at line 726 of file pythonscript.py.

◆ setDocumentLocator()

def pythonscript.ManifestHandler.setDocumentLocator (   self,
  locator 
)

Definition at line 729 of file pythonscript.py.

◆ startDocument()

def pythonscript.ManifestHandler.startDocument (   self)

Definition at line 708 of file pythonscript.py.

◆ startElement()

def pythonscript.ManifestHandler.startElement (   self,
  name,
  attlist 
)

Definition at line 714 of file pythonscript.py.

Member Data Documentation

◆ rootUrl

pythonscript.ManifestHandler.rootUrl

◆ urlList

pythonscript.ManifestHandler.urlList

Definition at line 709 of file pythonscript.py.


The documentation for this class was generated from the following file: