|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 LinkedList<XMLNodeIfc> |
Element.children
Field description |
| Methods in tigase.xml with parameters of type XMLNodeIfc | |
|---|---|
void |
Element.addChild(XMLNodeIfc child)
Method description |
| Method parameters in tigase.xml with type arguments of type XMLNodeIfc | |
|---|---|
void |
Element.setChildren(List<XMLNodeIfc> children)
Method description |
| Uses of XMLNodeIfc in tigase.xml.db |
|---|
| Classes in tigase.xml.db that implement XMLNodeIfc | |
|---|---|
class |
DBElement
DBElement class extends tigase.xml.Element. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||