|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xerces.xni.parser.XMLInputSource
org.apache.xerces.impl.xs.util.XSInputSource
Field Summary |
---|
Fields inherited from class org.apache.xerces.xni.parser.XMLInputSource |
---|
fBaseSystemId, fByteStream, fCharStream, fEncoding, fPublicId, fSystemId |
Constructor Summary | |
---|---|
XSInputSource(SchemaGrammar[] grammars)
|
|
XSInputSource(org.apache.xerces.xs.XSObject[] component)
|
Method Summary | |
---|---|
org.apache.xerces.xs.XSObject[] |
getComponents()
|
SchemaGrammar[] |
getGrammars()
|
void |
setComponents(org.apache.xerces.xs.XSObject[] components)
|
void |
setGrammars(SchemaGrammar[] grammars)
|
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 Detail |
public XSInputSource(SchemaGrammar[] grammars)
public XSInputSource(org.apache.xerces.xs.XSObject[] component)
Method Detail |
public SchemaGrammar[] getGrammars()
public void setGrammars(SchemaGrammar[] grammars)
public org.apache.xerces.xs.XSObject[] getComponents()
public void setComponents(org.apache.xerces.xs.XSObject[] components)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |