|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectEXISchemaStruct
org.openexi.scomp.EXISchemaFactory
public class EXISchemaFactory
EXISchemaFactory compiles XML Schema into an EXISchema instance.
| Constructor Summary | |
|---|---|
EXISchemaFactory()
|
|
| Method Summary | |
|---|---|
EXISchema |
compile(org.xml.sax.InputSource inputSource)
Compile an XML Schema Document into an EXISchema. |
void |
setCompilerErrorHandler(EXISchemaFactoryErrorHandler errorHandler)
Set an error handler to report any errors encountered during schema compilation. |
void |
setEntityResolver(EntityResolverEx entityResolver)
Set an entity resolver for use to resolve entities and schema documents. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EXISchemaFactory()
| Method Detail |
|---|
public void setCompilerErrorHandler(EXISchemaFactoryErrorHandler errorHandler)
errorHandler - Error handlerpublic void setEntityResolver(EntityResolverEx entityResolver)
entityResolverEx - extended SAX entity resolver
public final EXISchema compile(org.xml.sax.InputSource inputSource)
throws java.io.IOException,
EXISchemaFactoryException
is - XML Schema Document stream from an InputSource
java.io.IOException
EXISchemaFactoryException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||