Uses of Interface
org.smooks.engine.delivery.sax.ng.org.apache.xerces.xs.LSInputList
-
-
Uses of LSInputList in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs that return LSInputList Modifier and Type Method Description LSInputList
XSImplementationImpl. createLSInputList(LSInput[] values)
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs with parameters of type LSInputList Modifier and Type Method Description XSModel
XMLSchemaLoader. loadInputList(LSInputList is)
XSModel
XSLoaderImpl. loadInputList(LSInputList is)
Parses the content of XML Schema documents specified as a list ofLSInput
s. -
Uses of LSInputList in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.util
Classes in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.util that implement LSInputList Modifier and Type Class Description class
LSInputListImpl
Contains a list of LSInputs. -
Uses of LSInputList in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xs
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xs that return LSInputList Modifier and Type Method Description LSInputList
XSImplementation. createLSInputList(LSInput[] values)
Creates an immutableLSInputList
from the given array ofLSInput
s.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xs with parameters of type LSInputList Modifier and Type Method Description XSModel
XSLoader. loadInputList(LSInputList is)
Parses the content of XML Schema documents specified as a list ofLSInput
s.
-