Package tigase.xml
Interface XMLNodeIfc<T extends XMLNodeIfc>
-
- Type Parameters:
T- type extendingXMLNodeIfc
- All Superinterfaces:
Cloneable,Comparable<T>
public interface XMLNodeIfc<T extends XMLNodeIfc> extends Comparable<T>, Cloneable
Created: Feb 9, 2009 12:21:23 PM- Author:
- Artur Hefczyc
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tclone()StringtoStringPretty()StringtoStringSecure()-
Methods inherited from interface java.lang.Comparable
compareTo
-
-