Uses of Interface
org.apache.xerces.xs.LSInputList

Packages that use LSInputList
org.apache.xerces.impl.xs   
org.apache.xerces.impl.xs.util   
org.apache.xerces.xs   
 

Uses of LSInputList in org.apache.xerces.impl.xs
 

Methods in org.apache.xerces.impl.xs that return LSInputList
 LSInputList XSImplementationImpl.createLSInputList(LSInput[] values)
           
 

Methods in org.apache.xerces.impl.xs with parameters of type LSInputList
 XSModel XSLoaderImpl.loadInputList(LSInputList is)
          Parses the content of XML Schema documents specified as a list of LSInputs.
 XSModel XMLSchemaLoader.loadInputList(LSInputList is)
           
 

Uses of LSInputList in org.apache.xerces.impl.xs.util
 

Classes in org.apache.xerces.impl.xs.util that implement LSInputList
 class LSInputListImpl
          Contains a list of LSInputs.
 

Uses of LSInputList in org.apache.xerces.xs
 

Methods in org.apache.xerces.xs that return LSInputList
 LSInputList XSImplementation.createLSInputList(LSInput[] values)
          Creates an immutable LSInputList from the given array of LSInputs.
 

Methods in org.apache.xerces.xs with parameters of type LSInputList
 XSModel XSLoader.loadInputList(LSInputList is)
          Parses the content of XML Schema documents specified as a list of LSInputs.
 



Copyright © 2011. All Rights Reserved.