Uses of Interface
tigase.xml.XMLNodeIfc

Packages that use XMLNodeIfc
tigase.xml Simple XML parser implementation. 
tigase.xml.db This package contains implementation of simple data base stored in XML file. 
 

Uses of XMLNodeIfc in tigase.xml
 

Classes in tigase.xml with type parameters of type XMLNodeIfc
 interface XMLNodeIfc<T extends XMLNodeIfc>
          Created: Feb 9, 2009 12:21:23 PM
 

Classes in tigase.xml that implement XMLNodeIfc
 class CData
          Created: Feb 9, 2009 12:21:43 PM
 class Element
          Element - basic document tree node implementation.
 

Fields in tigase.xml with type parameters of type XMLNodeIfc
protected  java.util.LinkedList<XMLNodeIfc> Element.children
           
 

Methods in tigase.xml with parameters of type XMLNodeIfc
 void Element.addChild(XMLNodeIfc child)
           
 

Method parameters in tigase.xml with type arguments of type XMLNodeIfc
 void Element.setChildren(java.util.List<XMLNodeIfc> children)
           
 

Uses of XMLNodeIfc in tigase.xml.db
 

Classes in tigase.xml.db that implement XMLNodeIfc
 class DBElement
          DBElement class extends tigase.xml.Element.
 



Copyright © 2001-2006 Tigase Developers Team. All rights Reserved.