| java.lang.Object com.sun.xml.xsom.impl.parser.ParserContext
ParserContext | public class ParserContext (Code) | | Provides context information to be used by
NGCCRuntimeEx s.
This class does the actual processing for
XSOMParser ,
but to hide the details from the public API, this class in
a different package.
author: Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com) |
errorHandler | final ErrorHandler errorHandler(Code) | | ErrorHandler proxy to turn on the hadError flag when an error
is found.
|
patcherManager | final PatcherManager patcherManager(Code) | | PatchManager implementation, which is accessible only from
NGCCRuntimEx.
|
schemaSet | final public SchemaSetImpl schemaSet(Code) | | SchemaSet to which a newly parsed schema is put in.
|
setErrorFlag | void setErrorFlag()(Code) | | Turns on the error flag.
|
|
|