Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
D E G H I O P R S T X

D

dataBuffer - Variable in class org.media.mn8.protocol.jabber.xmlparser.XMLParser
The buffer for incomming data.

E

EndOfXMLException - exception org.media.mn8.protocol.jabber.xmlparser.EndOfXMLException.
Exception thrown when the end of a XML stream is reached.
EndOfXMLException() - Constructor for class org.media.mn8.protocol.jabber.xmlparser.EndOfXMLException
 
eventHandler - Variable in class org.media.mn8.protocol.jabber.xmlparser.XMLParser
The handler for XML Events.

G

getNextCharacter() - Method in class org.media.mn8.protocol.jabber.xmlparser.XMLParser
Method to get the next character from the input stream.

H

handleAttributes(String) - Method in class org.media.mn8.protocol.jabber.xmlparser.XMLParser
Method to handle the attributes in a tag
handlePlainText() - Method in class org.media.mn8.protocol.jabber.xmlparser.XMLParser
Method to handle the reading in and dispatching of events for plain text.
handleTag() - Method in class org.media.mn8.protocol.jabber.xmlparser.XMLParser
Method to handle the reading and dispatch of tag data.

I

IN_PLAINTEXT - Static variable in class org.media.mn8.protocol.jabber.xmlparser.States
State when the parser is reading the plain text
IN_TAG - Static variable in class org.media.mn8.protocol.jabber.xmlparser.States
State when the parser is reading a tag
inPlaintextReadEndChecker - Variable in class org.media.mn8.protocol.jabber.xmlparser.XMLParser
Shared instance of the plain text end checker.
inTagReadEndChecker - Variable in class org.media.mn8.protocol.jabber.xmlparser.XMLParser
Shared instance of the tag end checker.
inputReader - Variable in class org.media.mn8.protocol.jabber.xmlparser.XMLParser
The reader from which the stream is being read
is - Variable in class org.media.mn8.protocol.jabber.xmlparser.XMLParser
The input stream being read.
isUTF8Encoded - Variable in class org.media.mn8.protocol.jabber.xmlparser.XMLParser
Flag to say whether or not this stream is UTF-8 encoded.
isWhitespace(char) - Method in class org.media.mn8.protocol.jabber.xmlparser.XMLParser
Method to determine if a character is a whitespace.

O

org.media.mn8.protocol.jabber.xmlparser - package org.media.mn8.protocol.jabber.xmlparser
Provides the necessary classes to implement a basic Jabber client, classes used in the Jabber concept.

P

parse(InputStream) - Method in class org.media.mn8.protocol.jabber.xmlparser.XMLParser
Parse wrapper for InputStreams
parse(Reader) - Method in class org.media.mn8.protocol.jabber.xmlparser.XMLParser
The main parsing loop.
plaintextEncountered(String) - Method in interface org.media.mn8.protocol.jabber.xmlparser.XMLEventListener
Method called when some plain text between two tags is encountered.

R

ReadEndChecker - interface org.media.mn8.protocol.jabber.xmlparser.ReadEndChecker.
Interface for classes wishing to be able to stop the reading of the incomming data stream.
readUntilEnd(ReadEndChecker) - Method in class org.media.mn8.protocol.jabber.xmlparser.XMLParser
Method to read until an end condition.
rootTag - Variable in class org.media.mn8.protocol.jabber.xmlparser.XMLParser
The root tag for the document.

S

States - class org.media.mn8.protocol.jabber.xmlparser.States.
Class holding the possible states of the XML parser.
States() - Constructor for class org.media.mn8.protocol.jabber.xmlparser.States
 
setInputUTF8Encoded(boolean) - Method in class org.media.mn8.protocol.jabber.xmlparser.XMLParser
Method to set the flag to state whether or not the input is UTF-8 encoded.
shouldStop(int) - Method in interface org.media.mn8.protocol.jabber.xmlparser.ReadEndChecker
Method to say whether a read should stop on this character.
shouldStop(int) - Method in class org.media.mn8.protocol.jabber.xmlparser.XMLParser.InPlaintextReadEndChecker
The method to issue a stop message when a start tag symbol (>) is encountered .
shouldStop(int) - Method in class org.media.mn8.protocol.jabber.xmlparser.XMLParser.InTagReadEndChecker
The method to issue a stop message when either a space of close tag symbol (<) is encountered .

T

tagEnded(String) - Method in interface org.media.mn8.protocol.jabber.xmlparser.XMLEventListener
The method called when a tag end is encountered.
tagStarted(String, Hashtable) - Method in interface org.media.mn8.protocol.jabber.xmlparser.XMLEventListener
Method called when an tag start is encountered.

X

XMLEventListener - interface org.media.mn8.protocol.jabber.xmlparser.XMLEventListener.
Interface for classes wishing to listen to events generated by the parser.
XMLParser - class org.media.mn8.protocol.jabber.xmlparser.XMLParser.
The main XML Parser class.
XMLParser(XMLEventListener) - Constructor for class org.media.mn8.protocol.jabber.xmlparser.XMLParser
Constructor, Used to override default dispatcher.
XMLParser.InPlaintextReadEndChecker - class org.media.mn8.protocol.jabber.xmlparser.XMLParser.InPlaintextReadEndChecker.
Class to indicate the end of reading a plain text section
XMLParser.InPlaintextReadEndChecker() - Constructor for class org.media.mn8.protocol.jabber.xmlparser.XMLParser.InPlaintextReadEndChecker
 
XMLParser.InTagReadEndChecker - class org.media.mn8.protocol.jabber.xmlparser.XMLParser.InTagReadEndChecker.
Class to indicate the end of reading a tag section
XMLParser.InTagReadEndChecker() - Constructor for class org.media.mn8.protocol.jabber.xmlparser.XMLParser.InTagReadEndChecker
 

D E G H I O P R S T X