public interface ServerTagParser
ClientXMLHandler| Modifier and Type | Method and Description |
|---|---|
TClient |
parseClientTag()
By accessing the attributes of the Tag in the HashMap it should create
the TClient tag and make sure that all of them are in correct form
|
TCmd |
parseCmdTag()
By accessing the attributes of the Tag in the HashMap it should create
the TCmd tag and make sure that all of them are in correct form
|
TLogin |
parseLoginTag()
By accessing the attributes of the Tag in the HashMap it should create
the TLogin tag and make sure that all of them are in correct form
|
TLogout |
parseLogoutTag()
By accessing the attributes of the Tag in the HashMap it should create
the TLogout tag and make sure that all of them are in correct form
|
TXrequest |
parseXrequestTag()
By accessing the attributes of the Tag in the HashMap it should create
the TXrequest tag and make sure that all of them are in correct form
|
TClient parseClientTag() throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionTLogin parseLoginTag() throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionTCmd parseCmdTag() throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionTXrequest parseXrequestTag() throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionTLogout parseLogoutTag() throws org.xml.sax.SAXException
org.xml.sax.SAXException