|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Application | |
com.bankframe.fe.statemachine.ext.apploaders.sax |
Uses of Application in com.bankframe.fe.statemachine.ext.apploaders.sax |
Methods in com.bankframe.fe.statemachine.ext.apploaders.sax that return Application | |
Application |
AppLoader.load(java.net.URL url)
This method will attempt to parse the xml document given using the parser org.apache.xerces.parsers.SAXParser. |
Application |
AppLoader.load(java.net.URL url,
java.lang.String saxParser)
Deprecated. load(URL, String) replaced by load(URL) because implementation of SAX parser is determined at runtime and need for explicit declaration of the SAX parser is redundant. |
Application |
SMContentHandler.getApp()
This method returns the Application built by this object |
Constructors in com.bankframe.fe.statemachine.ext.apploaders.sax with parameters of type Application | |
Event(org.xml.sax.Attributes atts,
Application application)
This constructor creates a new Event, the Event is initialised with the attribute set given. |
|
StateTransition(org.xml.sax.Attributes atts,
Application application)
This constructor creates a new StateTransition, the StateTransition is initialised with the attribute set given. |
|
PartContentHandler(java.util.Stack stateStack,
Application app,
java.lang.String saxParser,
java.net.URL baseUrl)
Constructor for PartContentHandler. |
|
State(org.xml.sax.Attributes atts,
Application application)
This constructor creates a new State, the State is initialised with the attribute set given. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |