- characters(char[], int, int) - Method in class org.iso_relax.verifier.impl.ForkContentHandler
-
- characters(char[], int, int) - Method in class org.iso_relax.verifier.impl.VerifierFilterImpl
-
- comment(char[], int, int) - Method in class jp.gr.xml.relax.sax.LexicalHandlerBase
-
- compileSchema(InputSource) - Method in class org.iso_relax.verifier.VerifierFactory
-
processes a schema into a Schema object, which is a compiled representation
of a schema.
- compileSchema(String) - Method in class org.iso_relax.verifier.VerifierFactory
-
processes a schema into a Schema object, which is a compiled representation
of a schema.
- compileSchema(InputStream) - Method in class org.iso_relax.verifier.VerifierFactory
-
processes a schema into a Schema object, which is a compiled representation
of a schema.
- compileSchema(InputStream, String) - Method in class org.iso_relax.verifier.VerifierFactory
-
processes a schema into a Schema object, which is a compiled representation
of a schema.
- compileSchema(File) - Method in class org.iso_relax.verifier.VerifierFactory
-
processes a schema into a Schema object, which is a compiled representation
of a schema.
- Context(IslandVerifier, int, DispatcherImpl.Context) - Constructor for class org.iso_relax.dispatcher.impl.DispatcherImpl.Context
-
- contextStack - Variable in class org.iso_relax.dispatcher.impl.DispatcherImpl
-
- countNotationDecls() - Method in interface org.iso_relax.dispatcher.Dispatcher
-
counts notation declarations found in this XML instance.
- countNotationDecls() - Method in class org.iso_relax.dispatcher.impl.DispatcherImpl
-
- countUnparsedEntityDecls() - Method in interface org.iso_relax.dispatcher.Dispatcher
-
counts unparsed entities found in this XML instance.
- countUnparsedEntityDecls() - Method in class org.iso_relax.dispatcher.impl.DispatcherImpl
-
- create(ContentHandler[]) - Static method in class org.iso_relax.verifier.impl.ForkContentHandler
-
Creates ForkContentHandlers so that the specified handlers
will receive SAX events in the order of the array.
- createFactory(String) - Method in interface org.iso_relax.verifier.VerifierFactoryLoader
-
returns a VerifierFactory that supports the specified schema language,
or returns null if it's not supported.
- createNewAttributesVerifier(String, AttributesDecl[]) - Method in class org.iso_relax.dispatcher.impl.IgnoredSchema
-
- createNewAttributesVerifier(String, AttributesDecl[]) - Method in interface org.iso_relax.dispatcher.IslandSchema
-
creates a new AttributesVerifier instance that is going to validate
attribute declarations.
- createNewVerifier(String, ElementDecl[]) - Method in class org.iso_relax.dispatcher.impl.IgnoredSchema
-
- createNewVerifier(String, ElementDecl[]) - Method in interface org.iso_relax.dispatcher.IslandSchema
-
creates a new IslandVerifier instance that is going to validate
one island.
- createTopLevelVerifier() - Method in interface org.iso_relax.dispatcher.SchemaProvider
-
creates IslandVerifier that validates document element.
- getAttribute(String) - Method in class org.iso_relax.jaxp.ValidatingDocumentBuilderFactory
-
- getAttributesDeclByName(String) - Method in class org.iso_relax.dispatcher.impl.IgnoredSchema
-
- getAttributesDeclByName(String) - Method in interface org.iso_relax.dispatcher.IslandSchema
-
gets exported AttributesDecl object that has specified name.
- getAttributesDecls() - Method in class org.iso_relax.dispatcher.impl.IgnoredSchema
-
- getAttributesDecls() - Method in interface org.iso_relax.dispatcher.IslandSchema
-
returns all exported attributesDecl objects at once.
- getCauseException() - Method in exception jp.gr.xml.relax.dom.DOMVisitorException
-
- getCauseException() - Method in exception org.iso_relax.verifier.VerifierConfigurationException
-
- getElementDeclByName(String) - Method in class org.iso_relax.dispatcher.impl.IgnoredSchema
-
- getElementDeclByName(String) - Method in interface org.iso_relax.dispatcher.IslandSchema
-
gets exported elementDecl object that has specified name.
- getElementDecls() - Method in class org.iso_relax.dispatcher.impl.IgnoredSchema
-
- getElementDecls() - Method in interface org.iso_relax.dispatcher.IslandSchema
-
returns all exported elementDecl objects at once.
- getEntityResolver() - Method in class org.iso_relax.verifier.VerifierFactory
-
Gets the current entity resolver, which was set by
the SetEntityResolver
method.
- getErrorHandler() - Method in interface org.iso_relax.dispatcher.Dispatcher
-
gets ErrorHandler to which IslandVerifier reports validation errors.
- getErrorHandler() - Method in class org.iso_relax.dispatcher.impl.DispatcherImpl
-
- getException() - Method in exception jp.gr.xml.relax.dom.DOMVisitorException
-
- getException() - Method in exception org.iso_relax.verifier.VerifierConfigurationException
-
- getFeature(String) - Method in interface org.iso_relax.dispatcher.AttributesDecl
-
looks up the value of a feature
this method works like getFeature method of SAX.
- getFeature(String) - Method in interface org.iso_relax.dispatcher.ElementDecl
-
looks up the value of a feature
this method works like getFeature method of SAX.
- getFeature(String) - Method in class org.iso_relax.jaxp.ValidatingDocumentBuilderFactory
-
- getFeature(String) - Method in class org.iso_relax.jaxp.ValidatingSAXParserFactory
-
- getGrammar(String) - Method in class org.iso_relax.catalog.RELAXCatalog
-
- getName() - Method in interface org.iso_relax.dispatcher.AttributesDecl
-
gets name of this rule.
- getName() - Method in interface org.iso_relax.dispatcher.ElementDecl
-
gets name of this rule.
- getNotationDecl(int) - Method in interface org.iso_relax.dispatcher.Dispatcher
-
gets ith notation declaration found in this XML instance.
- getNotationDecl(int) - Method in class org.iso_relax.dispatcher.impl.DispatcherImpl
-
- getProperty(String) - Method in interface org.iso_relax.dispatcher.AttributesDecl
-
looks up the value of a property
this method works like getProperty method of SAX.
- getProperty(String) - Method in interface org.iso_relax.dispatcher.ElementDecl
-
looks up the value of a property
this method works like getProperty method of SAX.
- getProperty(String) - Method in class org.iso_relax.verifier.impl.VerifierImpl
-
- getProperty(String) - Method in interface org.iso_relax.verifier.Verifier
-
Gets a property value
- getProperty(String) - Method in class org.iso_relax.verifier.VerifierFactory
-
Gets property value
- getSchema() - Method in interface org.iso_relax.dispatcher.IslandSchemaReader
-
gets parsed schema.
- getSchemaByNamespace(String) - Method in class org.iso_relax.dispatcher.impl.AbstractSchemaProviderImpl
-
- getSchemaByNamespace(String) - Method in interface org.iso_relax.dispatcher.SchemaProvider
-
gets IslandSchema whose primary namespace URI is the given value.
- getSchemaProvider() - Method in interface org.iso_relax.dispatcher.Dispatcher
-
get ShcmeaProvider object which is attached to this Dispatcher.
- getSchemaProvider() - Method in class org.iso_relax.dispatcher.impl.DispatcherImpl
-
- getSchemata() - Method in class org.iso_relax.dispatcher.impl.AbstractSchemaProviderImpl
-
- getSchemata() - Method in interface org.iso_relax.dispatcher.SchemaProvider
-
returns all IslandSchemata at once.
- getText() - Method in class jp.gr.xml.relax.dom.XMLMaker
-
- getUnparsedEntityDecl(int) - Method in interface org.iso_relax.dispatcher.Dispatcher
-
gets ith unparsed entity found in this XML instance.
- getUnparsedEntityDecl(int) - Method in class org.iso_relax.dispatcher.impl.DispatcherImpl
-
- getVerifierFilter() - Method in class org.iso_relax.verifier.impl.VerifierImpl
-
- getVerifierFilter() - Method in interface org.iso_relax.verifier.Verifier
-
Gets a VerifierFilter.
- getVerifierHandler() - Method in class org.iso_relax.verifier.impl.VerifierImpl
-
- getVerifierHandler() - Method in interface org.iso_relax.verifier.Verifier
-
Gets a VerifierHandler.
- getXMLText(Document) - Static method in class jp.gr.xml.relax.dom.UDOM
-
- getXMLText(Document, String) - Static method in class jp.gr.xml.relax.dom.UDOM
-
- getXMLText(Node) - Static method in class jp.gr.xml.relax.dom.UDOM
-