Handler for DAXFi XMLs.
Methods
|
|
__init__
endElement
getRulesList
processingInstruction
reset
setFirewallName
startElement
|
|
__init__
|
__init__ ( self, firewallName=None )
Initizialize the handler.
|
|
endElement
|
endElement ( self, name )
Manage a new closing tag.
|
|
getRulesList
|
getRulesList ( self )
Return the list of parsed rules.
|
|
processingInstruction
|
processingInstruction (
self,
target,
data,
)
Manage processing instructions.
|
|
reset
|
reset ( self )
Reset the handler.
|
|
setFirewallName
|
setFirewallName ( self, firewallName )
Set the name of the running firewall.
|
|
startElement
|
startElement (
self,
name,
attrs,
)
Manage a new open tag.
|