Uses of Package
xmlstreamparser

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

Classes in xmlstreamparser used by jabber.conversation
Node
          Basic functions: - hasAttribute= attributes.containsKey("attribute name"); - Get attribute value= attributes.get("attribute name"); - Add attribute= attributes.put("attribute name", "attribute value"); - Get child= children.get(i); - Add child= children.add(child); Note that string values must not be null: empty strings are used instead.
 

Classes in xmlstreamparser used by jabber.roster
Node
          Basic functions: - hasAttribute= attributes.containsKey("attribute name"); - Get attribute value= attributes.get("attribute name"); - Add attribute= attributes.put("attribute name", "attribute value"); - Get child= children.get(i); - Add child= children.add(child); Note that string values must not be null: empty strings are used instead.
 

Classes in xmlstreamparser used by jmc
Node
          Basic functions: - hasAttribute= attributes.containsKey("attribute name"); - Get attribute value= attributes.get("attribute name"); - Add attribute= attributes.put("attribute name", "attribute value"); - Get child= children.get(i); - Add child= children.add(child); Note that string values must not be null: empty strings are used instead.
 

Classes in xmlstreamparser used by jmc.connection
Node
          Basic functions: - hasAttribute= attributes.containsKey("attribute name"); - Get attribute value= attributes.get("attribute name"); - Add attribute= attributes.put("attribute name", "attribute value"); - Get child= children.get(i); - Add child= children.add(child); Note that string values must not be null: empty strings are used instead.
ParserListener
          XML Parser interface
 

Classes in xmlstreamparser used by threads
HttpNode
          Http node
 

Classes in xmlstreamparser used by xmlstreamparser
HttpNode
          Http node
Node
          Basic functions: - hasAttribute= attributes.containsKey("attribute name"); - Get attribute value= attributes.get("attribute name"); - Add attribute= attributes.put("attribute name", "attribute value"); - Get child= children.get(i); - Add child= children.add(child); Note that string values must not be null: empty strings are used instead.
ParserListener
          XML Parser interface