Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
G
get(int)
- Method in class org.kxml2.io.
KXmlParser
getAttributeCount()
- Method in class org.kxml2.io.
KXmlParser
getAttributeCount()
- Method in class org.kxml2.kdom.
Element
Returns the number of attributes of this element.
getAttributeCount()
- Method in class org.kxml2.wap.
WbxmlParser
getAttributeCount()
- Method in interface org.xmlpull.v1.
XmlPullParser
Returns the number of attributes of the current start tag, or -1 if the current event type is not START_TAG
getAttributeName(int)
- Method in class org.kxml2.io.
KXmlParser
getAttributeName(int)
- Method in class org.kxml2.kdom.
Element
getAttributeName(int)
- Method in class org.kxml2.wap.
WbxmlParser
getAttributeName(int)
- Method in interface org.xmlpull.v1.
XmlPullParser
Returns the local name of the specified attribute if namespaces are enabled or just attribute name if namespaces are disabled.
getAttributeNamespace(int)
- Method in class org.kxml2.io.
KXmlParser
getAttributeNamespace(int)
- Method in class org.kxml2.kdom.
Element
getAttributeNamespace(int)
- Method in class org.kxml2.wap.
WbxmlParser
getAttributeNamespace(int)
- Method in interface org.xmlpull.v1.
XmlPullParser
Returns the namespace URI of the attribute with the given index (starts from 0).
getAttributePrefix(int)
- Method in class org.kxml2.io.
KXmlParser
getAttributePrefix(int)
- Method in class org.kxml2.wap.
WbxmlParser
getAttributePrefix(int)
- Method in interface org.xmlpull.v1.
XmlPullParser
Returns the prefix of the specified attribute Returns null if the element has no prefix.
getAttributeType(int)
- Method in class org.kxml2.io.
KXmlParser
getAttributeType(int)
- Method in class org.kxml2.wap.
WbxmlParser
getAttributeType(int)
- Method in interface org.xmlpull.v1.
XmlPullParser
Returns the type of the specified attribute If parser is non-validating it MUST return CDATA.
getAttributeValue(int)
- Method in class org.kxml2.io.
KXmlParser
getAttributeValue(String, String)
- Method in class org.kxml2.io.
KXmlParser
getAttributeValue(int)
- Method in class org.kxml2.kdom.
Element
getAttributeValue(String, String)
- Method in class org.kxml2.kdom.
Element
getAttributeValue(int)
- Method in class org.kxml2.wap.
WbxmlParser
getAttributeValue(String, String)
- Method in class org.kxml2.wap.
WbxmlParser
getAttributeValue(int)
- Method in interface org.xmlpull.v1.
XmlPullParser
Returns the given attributes value.
getAttributeValue(String, String)
- Method in interface org.xmlpull.v1.
XmlPullParser
Returns the attributes value identified by namespace URI and namespace localName.
getChild(int)
- Method in class org.kxml2.kdom.
Node
Returns the child object at the given index.
getChildCount()
- Method in class org.kxml2.kdom.
Node
Returns the number of child objects
getColumnNumber()
- Method in class org.kxml2.io.
KXmlParser
getColumnNumber()
- Method in class org.kxml2.wap.
WbxmlParser
getColumnNumber()
- Method in interface org.xmlpull.v1.
XmlPullParser
Returns the current column number, starting from 0.
getColumnNumber()
- Method in exception org.xmlpull.v1.
XmlPullParserException
getDepth()
- Method in class org.kxml2.io.
KXmlParser
getDepth()
- Method in class org.kxml2.io.
KXmlSerializer
getDepth()
- Method in class org.kxml2.wap.
WbxmlParser
getDepth()
- Method in class org.kxml2.wap.
WbxmlSerializer
getDepth()
- Method in interface org.xmlpull.v1.
XmlPullParser
Returns the current depth of the element.
getDepth()
- Method in interface org.xmlpull.v1.
XmlSerializer
Returns the current depth of the element.
getDetail()
- Method in exception org.xmlpull.v1.
XmlPullParserException
getElement(int)
- Method in class org.kxml2.kdom.
Node
returns the element at the given index.
getElement(String, String)
- Method in class org.kxml2.kdom.
Node
Returns the element with the given namespace and name.
getEncoding()
- Method in class org.kxml2.kdom.
Document
returns "#document"
getErrorCode()
- Method in exception mymobilesite.communication.
MessageException
getErrorMsg(int)
- Static method in class mymobilesite.controller.
Language
This method is used to get the message in the correct language.
getErrorStream()
- Method in interface org.ksoap2.transport.
ServiceConnection
getErrorStream()
- Method in class org.ksoap2.transport.
ServiceConnectionMidp
getEventType()
- Method in class org.kxml2.io.
KXmlParser
getEventType()
- Method in class org.kxml2.wap.
WbxmlParser
getEventType()
- Method in interface org.xmlpull.v1.
XmlPullParser
Returns the type of the current event (START_TAG, END_TAG, TEXT, etc.)
getFeature(String)
- Method in class org.kxml2.io.
KXmlParser
getFeature(String)
- Method in class org.kxml2.io.
KXmlSerializer
getFeature(String)
- Method in class org.kxml2.wap.
WbxmlParser
getFeature(String)
- Method in class org.kxml2.wap.
WbxmlSerializer
getFeature(String)
- Method in interface org.xmlpull.v1.
XmlPullParser
Returns the current value of the given feature.
getFeature(String)
- Method in class org.xmlpull.v1.
XmlPullParserFactory
Return the current value of the feature with given name.
getFeature(String)
- Method in interface org.xmlpull.v1.
XmlSerializer
Return the current value of the feature with given name.
getIdpName()
- Method in class mymobilesite.communication.
AuthTransport
Retrieves the server certificate and extracts the name of the Identity Provider from it.
getIdpName()
- Method in class mymobilesite.controller.
Controller
getIndex(String, int, int)
- Method in class org.ksoap2.serialization.
SoapSerializationEnvelope
getInfo(Object, Object)
- Method in class org.ksoap2.serialization.
SoapSerializationEnvelope
Returns a string array containing the namespace, name, id and Marshal object for the given java object.
getInputEncoding()
- Method in class org.kxml2.io.
KXmlParser
getInputEncoding()
- Method in class org.kxml2.wap.
WbxmlParser
getInputEncoding()
- Method in interface org.xmlpull.v1.
XmlPullParser
Returns the input encoding if known, null otherwise.
getLanguage()
- Static method in class mymobilesite.controller.
Language
This method creates a Language object and the exact class is determined by the language in the Configurations class.
getLineNumber()
- Method in class org.kxml2.io.
KXmlParser
getLineNumber()
- Method in class org.kxml2.wap.
WbxmlParser
getLineNumber()
- Method in interface org.xmlpull.v1.
XmlPullParser
Returns the current line number, starting from 1.
getLineNumber()
- Method in exception org.xmlpull.v1.
XmlPullParserException
getName(String)
- Method in class mymobilesite.communication.
AuthTransport
getName()
- Method in class mymobilesite.communication.
ResourceOffering
getName()
- Method in class mymobilesite.controller.
Service
getName()
- Method in class org.ksoap2.serialization.
SoapObject
getName()
- Method in class org.ksoap2.serialization.
SoapPrimitive
getName()
- Method in class org.kxml2.io.
KXmlParser
getName()
- Method in class org.kxml2.io.
KXmlSerializer
getName()
- Method in class org.kxml2.kdom.
Document
getName()
- Method in class org.kxml2.kdom.
Element
returns the (local) name of the element
getName()
- Method in class org.kxml2.wap.
WbxmlParser
getName()
- Method in class org.kxml2.wap.
WbxmlSerializer
getName()
- Method in interface org.xmlpull.v1.
XmlPullParser
For START_TAG or END_TAG events, the (local) name of the current element is returned when namespaces are enabled.
getName()
- Method in interface org.xmlpull.v1.
XmlSerializer
Returns the name of the current element as set by startTag().
getNamespace()
- Method in class org.ksoap2.serialization.
SoapObject
getNamespace()
- Method in class org.ksoap2.serialization.
SoapPrimitive
getNamespace(String)
- Method in class org.kxml2.io.
KXmlParser
getNamespace()
- Method in class org.kxml2.io.
KXmlParser
getNamespace()
- Method in class org.kxml2.io.
KXmlSerializer
getNamespace()
- Method in class org.kxml2.kdom.
Element
returns the namespace of the element
getNamespace(String)
- Method in class org.kxml2.wap.
WbxmlParser
getNamespace()
- Method in class org.kxml2.wap.
WbxmlParser
getNamespace()
- Method in class org.kxml2.wap.
WbxmlSerializer
getNamespace(String)
- Method in interface org.xmlpull.v1.
XmlPullParser
Returns the URI corresponding to the given prefix, depending on current state of the parser.
getNamespace()
- Method in interface org.xmlpull.v1.
XmlPullParser
Returns the namespace URI of the current element.
getNamespace()
- Method in interface org.xmlpull.v1.
XmlSerializer
Returns the namespace URI of the current element as set by startTag().
getNamespaceCount(int)
- Method in class org.kxml2.io.
KXmlParser
getNamespaceCount()
- Method in class org.kxml2.kdom.
Element
returns the number of declared namespaces, NOT including parent elements
getNamespaceCount(int)
- Method in class org.kxml2.wap.
WbxmlParser
getNamespaceCount(int)
- Method in interface org.xmlpull.v1.
XmlPullParser
Returns the numbers of elements in the namespace stack for the given depth.
getNamespacePrefix(int)
- Method in class org.kxml2.io.
KXmlParser
getNamespacePrefix(int)
- Method in class org.kxml2.kdom.
Element
getNamespacePrefix(int)
- Method in class org.kxml2.wap.
WbxmlParser
getNamespacePrefix(int)
- Method in interface org.xmlpull.v1.
XmlPullParser
Returns the namespace prefixe for the given position in the namespace stack.
getNamespaceUri(int)
- Method in class org.kxml2.io.
KXmlParser
getNamespaceUri(String)
- Method in class org.kxml2.kdom.
Element
returns the namespace for the given prefix
getNamespaceUri(int)
- Method in class org.kxml2.kdom.
Element
getNamespaceUri(int)
- Method in class org.kxml2.wap.
WbxmlParser
getNamespaceUri(int)
- Method in interface org.xmlpull.v1.
XmlPullParser
Returns the namespace URI for the given position in the namespace stack If the position is out of range, an exception is thrown.
getParent()
- Method in class org.kxml2.kdom.
Element
Returns the parent node of this element
getPositionDescription()
- Method in class org.kxml2.io.
KXmlParser
getPositionDescription()
- Method in class org.kxml2.wap.
WbxmlParser
getPositionDescription()
- Method in interface org.xmlpull.v1.
XmlPullParser
Returns a short text describing the current parser state, including the position, a description of the current event and the data source if known.
getPrefix()
- Method in class org.kxml2.io.
KXmlParser
getPrefix(String, boolean)
- Method in class org.kxml2.io.
KXmlSerializer
getPrefix(String, boolean, boolean)
- Method in class org.kxml2.io.
KXmlSerializer
getPrefix()
- Method in class org.kxml2.wap.
WbxmlParser
getPrefix(String, boolean)
- Method in class org.kxml2.wap.
WbxmlSerializer
getPrefix()
- Method in interface org.xmlpull.v1.
XmlPullParser
Returns the prefix of the current element.
getPrefix(String, boolean)
- Method in interface org.xmlpull.v1.
XmlSerializer
Return namespace that corresponds to given prefix If there is no prefix bound to this namespace return null but if generatePrefix is false then return generated prefix.
getPreviousState()
- Method in class mymobilesite.controller.
GUI
This returns the privious state which is used when the user is going back to the previous screen.
getProperty(int)
- Method in interface org.ksoap2.serialization.
KvmSerializable
Returns the property at a specified index (for serialization)
getProperty(int)
- Method in class org.ksoap2.serialization.
SoapObject
Returns a specific property at a certain index.
getProperty(String)
- Method in class org.ksoap2.serialization.
SoapObject
getProperty(String)
- Method in class org.kxml2.io.
KXmlParser
getProperty(String)
- Method in class org.kxml2.io.
KXmlSerializer
getProperty(String)
- Method in class org.kxml2.wap.
WbxmlParser
getProperty(String)
- Method in class org.kxml2.wap.
WbxmlSerializer
getProperty(String)
- Method in interface org.xmlpull.v1.
XmlPullParser
Look up the value of a property.
getProperty(String)
- Method in interface org.xmlpull.v1.
XmlSerializer
Look up the value of a property.
getPropertyCount()
- Method in interface org.ksoap2.serialization.
KvmSerializable
getPropertyCount()
- Method in class org.ksoap2.serialization.
SoapObject
Returns the number of properties
getPropertyInfo(int, Hashtable, PropertyInfo)
- Method in interface org.ksoap2.serialization.
KvmSerializable
Fills the given property info record.
getPropertyInfo(int, Hashtable, PropertyInfo)
- Method in class org.ksoap2.serialization.
SoapObject
Places PropertyInfo of desired property into a designated PropertyInfo object
getProviderList()
- Method in class mymobilesite.controller.
Controller
getProviders(String, String)
- Method in class mymobilesite.communication.
LibertyProtocol
This method causes the class to enter the AUTHENTICATING_USER state and starts the executing thread.
getResourceId()
- Method in class mymobilesite.communication.
ResourceOffering
getResponse()
- Method in class org.ksoap2.serialization.
SoapSerializationEnvelope
Response from the soap call.
getResult()
- Method in class org.ksoap2.serialization.
SoapSerializationEnvelope
Deprecated.
Please use the getResponse going forward
getRoot()
- Method in class org.kxml2.kdom.
Element
Returns the root node, determined by ascending to the all parents un of the root element.
getRootElement()
- Method in class org.kxml2.kdom.
Document
returns the root element of this document.
getServiceConnection()
- Method in class org.ksoap2.transport.
HttpTransport
getServiceConnection()
- Method in class org.ksoap2.transport.
HttpTransportBasicAuth
getServices()
- Method in class mymobilesite.controller.
Controller
getSoapAction()
- Method in class mymobilesite.communication.
ResourceOffering
getStandalone()
- Method in class org.kxml2.kdom.
Document
getText()
- Method in class org.kxml2.io.
KXmlParser
getText(int)
- Method in class org.kxml2.kdom.
Node
Returns the text node with the given index or null if the node with the given index is not a text node.
getText()
- Method in class org.kxml2.wap.
WbxmlParser
getText()
- Method in interface org.xmlpull.v1.
XmlPullParser
Returns the text content of the current event as String.
getTextCharacters(int[])
- Method in class org.kxml2.io.
KXmlParser
getTextCharacters(int[])
- Method in class org.kxml2.wap.
WbxmlParser
getTextCharacters(int[])
- Method in interface org.xmlpull.v1.
XmlPullParser
Returns the buffer that contains the text of the current event, as well as the start offset and length relevant for the current event.
getToken()
- Method in class mymobilesite.communication.
ResourceOffering
getType(int)
- Method in class org.kxml2.kdom.
Node
Returns the type of the child at the given index.
getUrl()
- Method in class mymobilesite.communication.
ResourceOffering
getValue()
- Method in class mymobilesite.controller.
Service
getWaitingMsg(int)
- Static method in class mymobilesite.controller.
Language
This method is used to get the message in the correct language.
gui
- Variable in class mymobilesite.controller.
Controller
GUI
- Class in
mymobilesite.controller
The GUI class does everything that is presented to the user and handles events that are caused by user action.
GUI(Controller)
- Constructor for class mymobilesite.controller.
GUI
The constructor is given a reference to the controller so that it can retrieve neccessary variables.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
V
W
X