de.mindcrimeilab.xsanalyzer.util
Class XSListHelper

java.lang.Object
  extended by de.mindcrimeilab.xsanalyzer.util.XSListHelper

public class XSListHelper
extends Object

Version:
$Revision: 165 $
Author:
Michael Engelhardt, $Author: agony $

Constructor Summary
XSListHelper()
           
 
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
 

Constructor Detail

XSListHelper

public XSListHelper()
Method Detail

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.