|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.fm.addressbook.util.XMLUtil
public class XMLUtil
JContact- online Address Book Management Systemhttp://jcontact.sourceforge.net/
Licensed under the terms of any of the following licenses at your choice: -
GNU General Public License Version 2 or later (the "GPL") http://www.gnu.org/licenses/gpl.html -
GNU Lesser General Public License Version 2.1 or later (the "LGPL") http://www.gnu.org/licenses/lgpl.html
XMLUtil class.
Constructor Summary | |
---|---|
XMLUtil()
|
Method Summary | |
---|---|
static java.util.List<BaseType> |
getBaseTypes(org.dom4j.Document document,
java.lang.String keyType,
java.lang.String key)
Return list of BaseType in given document for given keyType and key |
static org.dom4j.Document |
loadDocument(java.io.InputStream xmlStream)
Load document from given xml InputStream |
static org.dom4j.Document |
loadDocument(java.lang.String xmlPath)
Load document from given xml path |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XMLUtil()
Method Detail |
---|
public static org.dom4j.Document loadDocument(java.lang.String xmlPath)
xmlPath
-
public static org.dom4j.Document loadDocument(java.io.InputStream xmlStream)
xmlStream
-
public static java.util.List<BaseType> getBaseTypes(org.dom4j.Document document, java.lang.String keyType, java.lang.String key)
document
- keyType
- key
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |