Class XSInputSource

java.lang.Object
org.apache.xerces.xni.parser.XMLInputSource
org.apache.xerces.impl.xs.util.XSInputSource

public final class XSInputSource extends org.apache.xerces.xni.parser.XMLInputSource

INTERNAL:

Usage of this class is not supported. It may be altered or removed at any time.
Version:
$Id: XSInputSource.java 789785 2009-06-30 15:10:26Z knoaman $
  • Field Summary

    Fields inherited from class org.apache.xerces.xni.parser.XMLInputSource

    fBaseSystemId, fByteStream, fCharStream, fEncoding, fPublicId, fSystemId
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    XSInputSource(org.apache.xerces.xs.XSObject[] component)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.xerces.xs.XSObject[]
     
     
    void
    setComponents(org.apache.xerces.xs.XSObject[] components)
     
    void
     

    Methods inherited from class org.apache.xerces.xni.parser.XMLInputSource

    getBaseSystemId, getByteStream, getCharacterStream, getEncoding, getPublicId, getSystemId, setBaseSystemId, setByteStream, setCharacterStream, setEncoding, setPublicId, setSystemId

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • XSInputSource

      public XSInputSource(SchemaGrammar[] grammars)
    • XSInputSource

      public XSInputSource(org.apache.xerces.xs.XSObject[] component)
  • Method Details

    • getGrammars

      public SchemaGrammar[] getGrammars()
    • setGrammars

      public void setGrammars(SchemaGrammar[] grammars)
    • getComponents

      public org.apache.xerces.xs.XSObject[] getComponents()
    • setComponents

      public void setComponents(org.apache.xerces.xs.XSObject[] components)