Class XSInputSource
- java.lang.Object
-
- org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni.parser.XMLInputSource
-
- org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.util.XSInputSource
-
public final class XSInputSource extends XMLInputSource
- Version:
- $Id$
-
-
Field Summary
-
Fields inherited from class org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni.parser.XMLInputSource
fBaseSystemId, fByteStream, fCharStream, fEncoding, fPublicId, fSystemId
-
-
Constructor Summary
Constructors Constructor Description XSInputSource(SchemaGrammar[] grammars)
XSInputSource(XSObject[] component)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XSObject[]
getComponents()
SchemaGrammar[]
getGrammars()
void
setComponents(XSObject[] components)
void
setGrammars(SchemaGrammar[] grammars)
-
Methods inherited from class org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni.parser.XMLInputSource
getBaseSystemId, getByteStream, getCharacterStream, getEncoding, getPublicId, getSystemId, setBaseSystemId, setByteStream, setCharacterStream, setEncoding, setPublicId, setSystemId
-
-
-
-
Constructor Detail
-
XSInputSource
public XSInputSource(SchemaGrammar[] grammars)
-
XSInputSource
public XSInputSource(XSObject[] component)
-
-
Method Detail
-
getGrammars
public SchemaGrammar[] getGrammars()
-
setGrammars
public void setGrammars(SchemaGrammar[] grammars)
-
getComponents
public XSObject[] getComponents()
-
setComponents
public void setComponents(XSObject[] components)
-
-