org.apache.xerces.impl.xs.util
public final class XSInputSource extends org.apache.xerces.xni.parser.XMLInputSource
| Constructor and Description |
|---|
XSInputSource(SchemaGrammar[] grammars) |
XSInputSource(org.apache.xerces.xs.XSObject[] component) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.xerces.xs.XSObject[] |
getComponents() |
SchemaGrammar[] |
getGrammars() |
void |
setComponents(org.apache.xerces.xs.XSObject[] components) |
void |
setGrammars(SchemaGrammar[] grammars) |
public XSInputSource(SchemaGrammar[] grammars)
public XSInputSource(org.apache.xerces.xs.XSObject[] component)
public SchemaGrammar[] getGrammars()
public void setGrammars(SchemaGrammar[] grammars)
public org.apache.xerces.xs.XSObject[] getComponents()
public void setComponents(org.apache.xerces.xs.XSObject[] components)
Copyright ? 1999-2010 The Apache Software Foundation. All Rights Reserved.