org.jbind.xml.core.cmp
Interface IAppInfoVisitor


public interface IAppInfoVisitor

Visitor for appinfo elements.


Method Summary
 void endVisitAppInfo(IAppInfo anAppInfo)
          Signals the end of the visit of an appinfo element.
 void endVisitXmlEelement(IXmlElement anElement)
          Signals the end of the visit of an xml element contained in an appinfo.
 void startVisitAppInfo(IAppInfo anAppInfo)
          Signals the start of the visit of an appinfo element.
 void startVisitXmlElement(IXmlElement anElement)
          Signals the start of the visit of an xml element contained in an appinfo.
 void visitXmlText(IXmlText aText)
          Signals the the visit of an text node contained in an appinfo.
 

Method Detail

startVisitAppInfo

public void startVisitAppInfo(IAppInfo anAppInfo)
Signals the start of the visit of an appinfo element.

Parameters:
anAppInfo - (required).

endVisitAppInfo

public void endVisitAppInfo(IAppInfo anAppInfo)
Signals the end of the visit of an appinfo element.

Parameters:
anAppInfo - (required).

startVisitXmlElement

public void startVisitXmlElement(IXmlElement anElement)
Signals the start of the visit of an xml element contained in an appinfo.

Parameters:
anElement - (required).

endVisitXmlEelement

public void endVisitXmlEelement(IXmlElement anElement)
Signals the end of the visit of an xml element contained in an appinfo.

Parameters:
anElement - (required).

visitXmlText

public void visitXmlText(IXmlText aText)
Signals the the visit of an text node contained in an appinfo.

Parameters:
aText - (required).