- 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. the
caller may not assume that this method returns the same object that was
passed to setErrorHandler method. this method cannot return null.
- 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. featureName is a fully-qualified URI.
- 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. featureName is a fully-qualified URI.
- 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. every AttributesDecl has a unique name within the
schema.
- getName() - Method in interface org.iso_relax.dispatcher.ElementDecl
-
gets name of this rule. every ElementDecl has a unique name within the
schema.
- 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. propertyName is a fully-qualified URI.
- 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. propertyName is a fully-qualified URI.
- 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
This method is modeled after SAX2.
- 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. this method is called after parsing is finished.
- 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(Node) - Static method in class jp.gr.xml.relax.dom.UDOM
-