|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ParserDelegate2
Extension of ParserDelegate
used to stage new interface methods.
Method Summary | |
---|---|
boolean |
canHandle(QName elementName,
Attributes attributes,
Handler handler,
Handler parent)
Determines if this delegate can handle the specified element name. |
Method Detail |
---|
boolean canHandle(QName elementName, Attributes attributes, Handler handler, Handler parent)
A common check in this method would be to check the namespace of the element.
elementName
- The name of the element to potentially handle.attributes
- The attributes of the element to potentially handlehandler
- The parse handler that would normally handle the element, possibly null
parent
- The parse handler for the parent element, possibly null
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |