Uses of Class
xmlstreamparser.Node

Packages that use Node
jabber.conversation   
jabber.roster   
jmc   
jmc.connection   
xmlstreamparser   
 

Uses of Node in jabber.conversation
 

Methods in jabber.conversation with parameters of type Node
 boolean SingleChat.match(Node _node)
          Tests if the conversation matches the given message stanza
 boolean Conversation.match(Node _node)
          Tests if the conversation matches the given message stanza Modified by Gabriele Bianchi
 

Constructors in jabber.conversation with parameters of type Node
Message(Node _node)
           
 

Uses of Node in jabber.roster
 

Methods in jabber.roster with parameters of type Node
static java.lang.String Jud.getJidfromResponse(Node node)
          get the jid info found
 

Uses of Node in jmc
 

Methods in jmc with parameters of type Node
 void StanzaReader.read(Node _node)
          Read the Node objet in argument
protected  void StanzaReader.readIq(Node _node)
          Reads an iq stanza and answers to the server Modified by Gabriele Bianchi 04/01/2006
protected  void StanzaReader.readMessage(Node _node)
          Reads a message stanza and notify to midlet Modified by Gabriele Bianchi 17/01/2006
protected  void StanzaReader.readPresence(Node _node)
          Reads a presence node and notify to midlet Modified by Gabriele Bianchi 04/01/2006
protected  void StanzaReader.readRoster(Node _node)
          Reads a roster stanza, saves info in Datas and notify to midlet
 

Uses of Node in jmc.connection
 

Methods in jmc.connection with parameters of type Node
 void CommunicationManager.nodeEnd(Node _node)
           
 void CommunicationManager.nodeStart(Node _node)
           
 void CommunicationManager.prologEnd(Node _node)
           
 

Uses of Node in xmlstreamparser
 

Fields in xmlstreamparser declared as Node
 Node Node.parent
          Parent node.
 

Methods in xmlstreamparser that return Node
 Node Node.getChild(java.lang.String _nodeName)
          Returns a child node given its name (node name).
 Node Node.getChild(java.lang.String _nodeName, java.lang.String _attrName, java.lang.String _attrVal)
          Returns a child node given its name (node name) and given attribute value.
 

Methods in xmlstreamparser with parameters of type Node
 void ParserListener.nodeEnd(Node _node)
          Called whenever the parser finishes a node.
 void ParserListener.nodeStart(Node _node)
          Called when the parser starts a new node ...
 void ParserListener.prologEnd(Node _node)
          Called when the xml prolog has been read.
 

Constructors in xmlstreamparser with parameters of type Node
Node(Node _parent)
          Constructor.