|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectfi.hut.tml.xsmiles.mlfc.xforms.instance.XercesPSVI.XercesSchemaPoolImpl
the class implementation for pooling or pre-reading schemas
| Nested Class Summary | |
class |
XercesSchemaPoolImpl.SchemaParseException
|
| Field Summary | |
static int |
BIG_PRIME
|
protected int |
errorCount
|
protected org.apache.xerces.impl.xs.XSDDescription |
fXSDDescription
|
static java.lang.String |
GRAMMAR_POOL
Property identifier: grammar pool. |
protected org.apache.xerces.util.XMLGrammarPoolImpl |
grammarPool
the internal xerces schema pool object |
protected static java.lang.String |
NAMESPACES_FEATURE_ID
Namespaces feature id (http://xml.org/sax/features/namespaces). |
protected org.apache.xerces.parsers.XMLGrammarPreparser |
preparser
|
protected static java.lang.String |
SCHEMA_FULL_CHECKING_FEATURE_ID
Schema full checking feature id (http://apache.org/xml/features/validation/schema-full-checking). |
protected static java.lang.String |
SCHEMA_VALIDATION_FEATURE_ID
Schema validation feature id (http://apache.org/xml/features/validation/schema). |
protected boolean |
schemaFullChecking
|
static java.lang.String |
SYMBOL_TABLE
Property identifier: symbol table. |
protected org.apache.xerces.util.SymbolTable |
symbolTable
|
protected static java.lang.String |
VALIDATION_FEATURE_ID
Validation feature id (http://xml.org/sax/features/validation). |
| Constructor Summary | |
XercesSchemaPoolImpl()
|
|
| Method Summary | |
void |
addSchema(java.io.Reader schemaReader,
java.lang.String schemaURL)
add schema from reader |
void |
addSchema(java.lang.String schemaURL)
add schema from URL |
void |
error(java.lang.String str,
java.lang.String str1,
org.apache.xerces.xni.parser.XMLParseException xMLParseException)
|
void |
fatalError(java.lang.String str,
java.lang.String str1,
org.apache.xerces.xni.parser.XMLParseException xMLParseException)
|
org.apache.xerces.impl.xs.SchemaGrammar |
getGrammar(java.lang.String namespace)
|
org.apache.xerces.util.SymbolTable |
getSymbolTable()
|
org.apache.xerces.util.XMLGrammarPoolImpl |
getXMLGrammarPoolImpl()
|
protected void |
initPool()
|
void |
reset()
reset pool |
void |
warning(java.lang.String str,
java.lang.String str1,
org.apache.xerces.xni.parser.XMLParseException xMLParseException)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String SYMBOL_TABLE
public static final java.lang.String GRAMMAR_POOL
protected static final java.lang.String NAMESPACES_FEATURE_ID
protected static final java.lang.String VALIDATION_FEATURE_ID
protected static final java.lang.String SCHEMA_VALIDATION_FEATURE_ID
protected static final java.lang.String SCHEMA_FULL_CHECKING_FEATURE_ID
public static final int BIG_PRIME
protected org.apache.xerces.util.XMLGrammarPoolImpl grammarPool
protected org.apache.xerces.parsers.XMLGrammarPreparser preparser
protected boolean schemaFullChecking
protected org.apache.xerces.util.SymbolTable symbolTable
protected int errorCount
protected org.apache.xerces.impl.xs.XSDDescription fXSDDescription
| Constructor Detail |
public XercesSchemaPoolImpl()
| Method Detail |
protected void initPool()
public void addSchema(java.lang.String schemaURL)
throws XFormsLinkException
addSchema in interface SchemaPoolXFormsLinkException
public void addSchema(java.io.Reader schemaReader,
java.lang.String schemaURL)
throws XFormsLinkException
addSchema in interface SchemaPoolXFormsLinkExceptionpublic void reset()
reset in interface SchemaPoolpublic org.apache.xerces.util.XMLGrammarPoolImpl getXMLGrammarPoolImpl()
public org.apache.xerces.util.SymbolTable getSymbolTable()
public org.apache.xerces.impl.xs.SchemaGrammar getGrammar(java.lang.String namespace)
public void error(java.lang.String str,
java.lang.String str1,
org.apache.xerces.xni.parser.XMLParseException xMLParseException)
throws org.apache.xerces.xni.XNIException
error in interface org.apache.xerces.xni.parser.XMLErrorHandlerorg.apache.xerces.xni.XNIException
public void fatalError(java.lang.String str,
java.lang.String str1,
org.apache.xerces.xni.parser.XMLParseException xMLParseException)
throws org.apache.xerces.xni.XNIException
fatalError in interface org.apache.xerces.xni.parser.XMLErrorHandlerorg.apache.xerces.xni.XNIException
public void warning(java.lang.String str,
java.lang.String str1,
org.apache.xerces.xni.parser.XMLParseException xMLParseException)
throws org.apache.xerces.xni.XNIException
warning in interface org.apache.xerces.xni.parser.XMLErrorHandlerorg.apache.xerces.xni.XNIException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||