org.apache.xerces.impl.xs.util
Class XSInputSource
java.lang.Object
org.apache.xerces.xni.parser.XMLInputSource
org.apache.xerces.impl.xs.util.XSInputSource
public final class XSInputSource
- extends XMLInputSource
- Version:
- $Id: XSInputSource.java 789785 2009-06-30 15:10:26Z knoaman $
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 |
XSInputSource
public XSInputSource(SchemaGrammar[] grammars)
XSInputSource
public XSInputSource(XSObject[] component)
getGrammars
public SchemaGrammar[] getGrammars()
setGrammars
public void setGrammars(SchemaGrammar[] grammars)
getComponents
public XSObject[] getComponents()
setComponents
public void setComponents(XSObject[] components)
Copyright © 2011. All Rights Reserved.