Unceremoniously lifted from
jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/Base64.java
Revision 1.8 2002/01/05 11:15:59
Eliminates dependency on sun.misc.Base64Encoding,
which isn't appreciated by the J2EE security manager.
Base64() -
Constructor for class com.sforce.ws.util.Base64
simplistic implementation of hash function that has constant
time to compute - so it also means diminishing hash quality for long strings
but for XML parsing it should be good enough ...
FAULT -
Static variable in interface com.sforce.ws.wsdl.Constants
Get next parsing event - element content wil be coalesced and only one
TEXT event must be returned for whole element content
(comments and processing instructions will be ignored and emtity references
must be expanded or exception mus be thrown if entity reerence can not be exapnded).
If current event is START_TAG then if next element is TEXT then element content is returned
or if next event is END_TAG then empty string is returned, otherwise exception is thrown.
This method works similarly to next() but will expose
additional event types (COMMENT, CDSECT, DOCDECL, ENTITY_REF, PROCESSING_INSTRUCTION, or
IGNORABLE_WHITESPACE) if they are available in input.
NILLABLE -
Static variable in interface com.sforce.ws.wsdl.Constants
NO -
Static variable in class com.sforce.ws.parser.MXParser
For maximum efficiency when writing indents the required output is pre-computed
This is internal function that recomputes buffer after user requested chnages.
XML Pull Parser is an interface that defines parsing functionlity provided
in XMLPULL V1 API (visit this website to
learn more about API and its implementations).
This interface can be used to indicate that it knows what its type Info is, and to use this in preference to asking to the TypeMapper
for the type info.