net.firstpartners.rp.back.extractor.xml
Interface IXMLController


public interface IXMLController

Interface for xml - control

Version:
1.1
Author:
Firstpartners.net

Method Summary
 void handleContent(java.lang.String name, java.lang.String content)
          Handle the specified content
 void handleElemAttributes(java.lang.String name, org.xml.sax.AttributeList attributes)
          Handle of the attributes for the specified node
 

Method Detail

handleContent

void handleContent(java.lang.String name,
                   java.lang.String content)
                   throws org.xml.sax.SAXException
Handle the specified content

Parameters:
name - The tag element
name - Content
Throws:
org.xml.sax.SAXException - If an error must to be signaled

handleElemAttributes

void handleElemAttributes(java.lang.String name,
                          org.xml.sax.AttributeList attributes)
                          throws org.xml.sax.SAXException
Handle of the attributes for the specified node

Parameters:
name - The tag element
attributes - The attributes
Throws:
org.xml.sax.SAXException - If an error must be signaled