|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface AbstractXMLDigester.SAXlet
Processing unit used to process one or more XML element.
Method Summary | |
---|---|
void |
end(String localName,
Attributes attr)
Called by the digester when the end tag of an element is found. |
void |
register(Map<String,AbstractXMLDigester.SAXlet> map)
Register all tags processed by the saxlets. |
void |
start(String localName,
Attributes attr)
Called by the digester when the start tag of an element is found. |
void |
unregister(Map<String,AbstractXMLDigester.SAXlet> map)
Unregister all tags processed by the saxlets. |
Method Detail |
---|
void register(Map<String,AbstractXMLDigester.SAXlet> map)
map
- the map used by the digester to associate a
saxlet to an XML element.unregister(Map)
void unregister(Map<String,AbstractXMLDigester.SAXlet> map)
map
- the map used by the digester to associate a
saxlet to an XML element.register(Map)
void start(String localName, Attributes attr) throws Exception
localName
- the name of the lement.attr
- the element attribute.
This parameter must be escape from the stack.
Exception
- raised during the processing of the element.end(String, Attributes)
,
register(Map)
void end(String localName, Attributes attr) throws Exception
localName
- the name of the element.attr
- the element attribute.
This parameter must be escape from the stack.
Exception
- raised during the processing of the element.start(String, Attributes)
,
register(Map)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |