Uses of Interface
tigase.xml.XMLNodeIfc
Packages that use XMLNodeIfc
Package
Description
Simple XML parser implementation.
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 XMLNodeIfcModifier and TypeInterfaceDescriptioninterfaceXMLNodeIfc<T extends XMLNodeIfc>Created: Feb 9, 2009 12:21:23 PMClasses in tigase.xml that implement XMLNodeIfcModifier and TypeClassDescriptionclassCreated: Feb 9, 2009 12:21:43 PMclassElement- basic document tree node implementation.Method parameters in tigase.xml with type arguments of type XMLNodeIfcModifier and TypeMethodDescription@NonNull ElementElement.setChildren(@NonNull List<XMLNodeIfc> nodes) Method replaces all nodes (children and cdata) with passed list of children -
Uses of XMLNodeIfc in tigase.xml.db
Classes in tigase.xml.db that implement XMLNodeIfc