de.mindcrimeilab.xsanalyzer.util
Class XSListHelper
java.lang.Object
de.mindcrimeilab.xsanalyzer.util.XSListHelper
public class XSListHelper
- extends Object
- Version:
- $Revision: 165 $
- Author:
- Michael Engelhardt, $Author: agony $
Method Summary |
static List<String> |
asList(org.apache.xerces.xs.StringList stringList)
|
static List<String> |
asList(org.apache.xerces.xs.StringList stringList,
Class<? extends List> collectionClazz)
|
static List<org.apache.xerces.xs.XSObject> |
asList(org.apache.xerces.xs.XSObjectList xsobjectList)
|
static List<org.apache.xerces.xs.XSObject> |
asList(org.apache.xerces.xs.XSObjectList xsobjectList,
Class<? extends List> collectionClazz)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XSListHelper
public XSListHelper()
asList
public static List<String> asList(org.apache.xerces.xs.StringList stringList)
asList
public static List<String> asList(org.apache.xerces.xs.StringList stringList,
Class<? extends List> collectionClazz)
asList
public static List<org.apache.xerces.xs.XSObject> asList(org.apache.xerces.xs.XSObjectList xsobjectList)
asList
public static List<org.apache.xerces.xs.XSObject> asList(org.apache.xerces.xs.XSObjectList xsobjectList,
Class<? extends List> collectionClazz)
Copyright © 2010. All Rights Reserved.