|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IXMLController
Interface for xml - control
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 |
---|
void handleContent(java.lang.String name, java.lang.String content) throws org.xml.sax.SAXException
name
- The tag elementname
- Content
org.xml.sax.SAXException
- If an error must to be signaledvoid handleElemAttributes(java.lang.String name, org.xml.sax.AttributeList attributes) throws org.xml.sax.SAXException
name
- The tag elementattributes
- The attributes
org.xml.sax.SAXException
- If an error must be signaled
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |