A B C D E F G H I J L M N O P R S T U V W _

A

AbstractSchemaProviderImpl - class org.iso_relax.dispatcher.impl.AbstractSchemaProviderImpl.
default implementation of SchemaProvider.
AbstractSchemaProviderImpl() - Constructor for class org.iso_relax.dispatcher.impl.AbstractSchemaProviderImpl
 
addFileset(FileSet) - Method in class org.iso_relax.ant.JARVTask
Handles the nested file set.
addSchema(String, IslandSchema) - Method in class org.iso_relax.dispatcher.impl.AbstractSchemaProviderImpl
adds a new IslandSchema.
attachXMLReader(XMLReader) - Method in interface org.iso_relax.dispatcher.Dispatcher
configure XMLReader to use this Dispatcher as a ContentHandler.
attachXMLReader(XMLReader) - Method in class org.iso_relax.dispatcher.impl.DispatcherImpl
 
AttributesDecl - interface org.iso_relax.dispatcher.AttributesDecl.
represents a constraint for XML attributes.
AttributesVerifier - interface org.iso_relax.dispatcher.AttributesVerifier.
 

B

bind(SchemaProvider, ErrorHandler) - Method in interface org.iso_relax.dispatcher.IslandSchema
binds references to imported elementDecls by using given provider.
bind(SchemaProvider, ErrorHandler) - Method in class org.iso_relax.dispatcher.impl.IgnoredSchema
 

C

characters(char[], int, int) - Method in class org.iso_relax.verifier.impl.VerifierFilterImpl
 
characters(char[], int, int) - Method in class org.iso_relax.verifier.impl.ForkContentHandler
 
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.
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(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(String) - Method in class org.iso_relax.verifier.VerifierFactory
processes a schema into a Schema object, which is a compiled representation of a schema.
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 interface org.iso_relax.dispatcher.IslandSchema
creates a new AttributesVerifier instance that is going to validate attribute declarations.
createNewAttributesVerifier(String, AttributesDecl[]) - 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.
createNewVerifier(String, ElementDecl[]) - Method in class org.iso_relax.dispatcher.impl.IgnoredSchema
 
createTopLevelVerifier() - Method in interface org.iso_relax.dispatcher.SchemaProvider
creates IslandVerifier that validates document element.

D

depth - Variable in class org.iso_relax.dispatcher.impl.DispatcherImpl.Context
 
Dispatcher - interface org.iso_relax.dispatcher.Dispatcher.
splits incoming SAX events to "islands", and feed events to IslandVerifier.
Dispatcher.NotationDecl - class org.iso_relax.dispatcher.Dispatcher.NotationDecl.
 
Dispatcher.NotationDecl(String, String, String) - Constructor for class org.iso_relax.dispatcher.Dispatcher.NotationDecl
 
Dispatcher.UnparsedEntityDecl - class org.iso_relax.dispatcher.Dispatcher.UnparsedEntityDecl.
 
Dispatcher.UnparsedEntityDecl(String, String, String, String) - Constructor for class org.iso_relax.dispatcher.Dispatcher.UnparsedEntityDecl
 
DispatcherImpl - class org.iso_relax.dispatcher.impl.DispatcherImpl.
reference implementation of Dispatcher interface.
DispatcherImpl.Context - class org.iso_relax.dispatcher.impl.DispatcherImpl.Context.
 
DispatcherImpl.Context(IslandVerifier, int, DispatcherImpl.Context) - Constructor for class org.iso_relax.dispatcher.impl.DispatcherImpl.Context
 
DispatcherImpl(SchemaProvider) - Constructor for class org.iso_relax.dispatcher.impl.DispatcherImpl
 
documentLocator - Variable in class org.iso_relax.dispatcher.impl.DispatcherImpl
 

E

ElementDecl - interface org.iso_relax.dispatcher.ElementDecl.
represents a constraint for one XML element.
emulateEndDocument() - Method in class org.iso_relax.verifier.impl.SAXEventGenerator
 
emulateStartDocument() - Method in class org.iso_relax.verifier.impl.SAXEventGenerator
 
endChildIsland(String, ElementDecl[]) - Method in interface org.iso_relax.dispatcher.IslandVerifier
this method is called after verification of the child island is completed, instead of endElement method.
endChildIsland(String, ElementDecl[]) - Method in class org.iso_relax.dispatcher.impl.IgnoreVerifier
 
endDocument() - Method in class org.iso_relax.verifier.impl.VerifierFilterImpl
 
endDocument() - Method in class org.iso_relax.verifier.impl.ForkContentHandler
 
endElement(String, String, String) - Method in class org.iso_relax.verifier.impl.VerifierFilterImpl
 
endElement(String, String, String) - Method in class org.iso_relax.verifier.impl.ForkContentHandler
 
endIsland() - Method in interface org.iso_relax.dispatcher.IslandVerifier
substitute for endDocument event.
endIsland() - Method in class org.iso_relax.dispatcher.impl.IgnoreVerifier
 
endPrefixMapping(String) - Method in class org.iso_relax.verifier.impl.VerifierFilterImpl
 
endPrefixMapping(String) - Method in class org.iso_relax.verifier.impl.ForkContentHandler
 
enter(Attr) - Method in class org.iso_relax.verifier.impl.SAXEventGenerator
 
enter(CDATASection) - Method in class org.iso_relax.verifier.impl.SAXEventGenerator
 
enter(Comment) - Method in class org.iso_relax.verifier.impl.SAXEventGenerator
 
enter(Document) - Method in class org.iso_relax.verifier.impl.SAXEventGenerator
 
enter(DocumentFragment) - Method in class org.iso_relax.verifier.impl.SAXEventGenerator
 
enter(DocumentType) - Method in class org.iso_relax.verifier.impl.SAXEventGenerator
 
enter(Element) - Method in class org.iso_relax.verifier.impl.SAXEventGenerator
 
enter(Entity) - Method in class org.iso_relax.verifier.impl.SAXEventGenerator
 
enter(EntityReference) - Method in class org.iso_relax.verifier.impl.SAXEventGenerator
 
enter(Node) - Method in class org.iso_relax.verifier.impl.SAXEventGenerator
 
enter(Notation) - Method in class org.iso_relax.verifier.impl.SAXEventGenerator
 
enter(ProcessingInstruction) - Method in class org.iso_relax.verifier.impl.SAXEventGenerator
 
enter(Text) - Method in class org.iso_relax.verifier.impl.SAXEventGenerator
 
entityResolver - Variable in class org.iso_relax.verifier.impl.VerifierImpl
 
error(SAXParseException) - Method in class org.iso_relax.ant.ErrorHandlerImpl
 
errorHandler - Variable in class org.iso_relax.dispatcher.impl.DispatcherImpl
 
errorHandler - Variable in class org.iso_relax.verifier.impl.VerifierImpl
 
ErrorHandlerImpl - class org.iso_relax.ant.ErrorHandlerImpl.
Error handler implementation that reports errors through the logging mechanism of Ant task.
ErrorHandlerImpl(Task) - Constructor for class org.iso_relax.ant.ErrorHandlerImpl
 
execute() - Method in class org.iso_relax.ant.JARVTask
 

F

fatalError(SAXParseException) - Method in class org.iso_relax.ant.ErrorHandlerImpl
 
FEATURE_FILTER - Static variable in interface org.iso_relax.verifier.Verifier
Deprecated.  
FEATURE_HANDLER - Static variable in interface org.iso_relax.verifier.Verifier
Deprecated.  
ForkContentHandler - class org.iso_relax.verifier.impl.ForkContentHandler.
ContentHandler that "forks" the incoming SAX2 events to two ContentHandlers.
ForkContentHandler(ContentHandler, ContentHandler) - Constructor for class org.iso_relax.verifier.impl.ForkContentHandler
Creates a ForkContentHandler.

G

getAttribute(String) - Method in class org.iso_relax.jaxp.ValidatingDocumentBuilderFactory
 
getAttributesDeclByName(String) - Method in interface org.iso_relax.dispatcher.IslandSchema
gets exported AttributesDecl object that has specified name.
getAttributesDeclByName(String) - 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.
getAttributesDecls() - Method in class org.iso_relax.dispatcher.impl.IgnoredSchema
 
getCauseException() - Method in class org.iso_relax.verifier.VerifierConfigurationException
 
getElementDeclByName(String) - Method in interface org.iso_relax.dispatcher.IslandSchema
gets exported elementDecl object that has specified name.
getElementDeclByName(String) - 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.
getElementDecls() - Method in class org.iso_relax.dispatcher.impl.IgnoredSchema
 
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 class org.iso_relax.verifier.VerifierConfigurationException
 
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 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 class org.iso_relax.jaxp.ValidatingSAXParserFactory
 
getGrammar(String) - Method in class org.iso_relax.catalog.RELAXCatalog
 
getName() - Method in interface org.iso_relax.dispatcher.ElementDecl
gets name of this rule.
getName() - Method in interface org.iso_relax.dispatcher.AttributesDecl
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.ElementDecl
looks up the value of a property this method works like getProperty method of SAX.
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 class org.iso_relax.verifier.VerifierFactory
Gets property value
getProperty(String) - Method in interface org.iso_relax.verifier.Verifier
Gets a property value
getProperty(String) - Method in class org.iso_relax.verifier.impl.VerifierImpl
 
getSchema() - Method in interface org.iso_relax.dispatcher.IslandSchemaReader
gets parsed schema.
getSchemaByNamespace(String) - Method in interface org.iso_relax.dispatcher.SchemaProvider
gets IslandSchema whose primary namespace URI is the given value.
getSchemaByNamespace(String) - Method in class org.iso_relax.dispatcher.impl.AbstractSchemaProviderImpl
 
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 interface org.iso_relax.dispatcher.SchemaProvider
returns all IslandSchemata at once.
getSchemata() - Method in class org.iso_relax.dispatcher.impl.AbstractSchemaProviderImpl
 
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 interface org.iso_relax.verifier.Verifier
Gets a VerifierFilter.
getVerifierFilter() - Method in class org.iso_relax.verifier.impl.VerifierImpl
 
getVerifierHandler() - Method in interface org.iso_relax.verifier.Verifier
Gets a VerifierHandler.
getVerifierHandler() - Method in class org.iso_relax.verifier.impl.VerifierImpl
 

H

handler - Variable in class org.iso_relax.dispatcher.impl.DispatcherImpl.Context
 

I

ignorableWhitespace(char[], int, int) - Method in class org.iso_relax.verifier.impl.VerifierFilterImpl
 
ignorableWhitespace(char[], int, int) - Method in class org.iso_relax.verifier.impl.ForkContentHandler
 
IgnoredSchema - class org.iso_relax.dispatcher.impl.IgnoredSchema.
IslandSchema implementation for "ignored" island.
IgnoredSchema() - Constructor for class org.iso_relax.dispatcher.impl.IgnoredSchema
 
IgnoreVerifier - class org.iso_relax.dispatcher.impl.IgnoreVerifier.
ignores namespaces which have no associated grammar.
IgnoreVerifier(String, ElementDecl[]) - Constructor for class org.iso_relax.dispatcher.impl.IgnoreVerifier
 
isCoalescing() - Method in class org.iso_relax.jaxp.ValidatingDocumentBuilderFactory
 
isExpandEntityReference() - Method in class org.iso_relax.jaxp.ValidatingDocumentBuilderFactory
 
isFeature(String) - Method in class org.iso_relax.verifier.VerifierFactory
Indicates whether if the feature is supported, or not.
isFeature(String) - Method in interface org.iso_relax.verifier.Verifier
Checks whether a feature is supported or not.
isFeature(String) - Method in class org.iso_relax.verifier.impl.VerifierImpl
 
isIgnoringComments() - Method in class org.iso_relax.jaxp.ValidatingDocumentBuilderFactory
 
isIgnoringElementContentWhitespace() - Method in class org.iso_relax.jaxp.ValidatingDocumentBuilderFactory
 
IslandSchema - interface org.iso_relax.dispatcher.IslandSchema.
represents a schema that validates one island.
IslandSchemaReader - interface org.iso_relax.dispatcher.IslandSchemaReader.
IslandSchemaReader is responsible for parsing IslandSchema.
IslandVerifier - interface org.iso_relax.dispatcher.IslandVerifier.
Interface for verifier that validates one island.
isNamespaceAware() - Method in class org.iso_relax.jaxp.ValidatingSAXParserFactory
 
isNamespaceAware() - Method in class org.iso_relax.jaxp.ValidatingDocumentBuilderFactory
 
isValid() - Method in interface org.iso_relax.verifier.VerifierHandler
Checks if the document was valid.
isValid() - Method in interface org.iso_relax.verifier.VerifierFilter
checks if the document was valid.
isValid() - Method in class org.iso_relax.verifier.impl.VerifierFilterImpl
 
isValidating() - Method in class org.iso_relax.jaxp.ValidatingSAXParserFactory
 
isValidating() - Method in class org.iso_relax.jaxp.ValidatingDocumentBuilderFactory
 
iterateAttributesDecls() - Method in interface org.iso_relax.dispatcher.IslandSchema
iterates all exported attributesDecl objects.
iterateAttributesDecls() - Method in class org.iso_relax.dispatcher.impl.IgnoredSchema
 
iterateElementDecls() - Method in interface org.iso_relax.dispatcher.IslandSchema
iterates all exported elementDecl objects.
iterateElementDecls() - Method in class org.iso_relax.dispatcher.impl.IgnoredSchema
 
iterateNamespace() - Method in interface org.iso_relax.dispatcher.SchemaProvider
iterates all namespaces that are registered in this object.
iterateNamespace() - Method in class org.iso_relax.dispatcher.impl.AbstractSchemaProviderImpl
 

J

JARVTask - class org.iso_relax.ant.JARVTask.
Ant Task that performs XML validation through JARV.
JARVTask() - Constructor for class org.iso_relax.ant.JARVTask
 

L

leave(Attr) - Method in class org.iso_relax.verifier.impl.SAXEventGenerator
 
leave(CDATASection) - Method in class org.iso_relax.verifier.impl.SAXEventGenerator
 
leave(Comment) - Method in class org.iso_relax.verifier.impl.SAXEventGenerator
 
leave(Document) - Method in class org.iso_relax.verifier.impl.SAXEventGenerator
 
leave(DocumentFragment) - Method in class org.iso_relax.verifier.impl.SAXEventGenerator
 
leave(DocumentType) - Method in class org.iso_relax.verifier.impl.SAXEventGenerator
 
leave(Element) - Method in class org.iso_relax.verifier.impl.SAXEventGenerator
 
leave(Entity) - Method in class org.iso_relax.verifier.impl.SAXEventGenerator
 
leave(EntityReference) - Method in class org.iso_relax.verifier.impl.SAXEventGenerator
 
leave(Node) - Method in class org.iso_relax.verifier.impl.SAXEventGenerator
 
leave(Notation) - Method in class org.iso_relax.verifier.impl.SAXEventGenerator
 
leave(ProcessingInstruction) - Method in class org.iso_relax.verifier.impl.SAXEventGenerator
 
leave(Text) - Method in class org.iso_relax.verifier.impl.SAXEventGenerator
 

M

makeEvent() - Method in class org.iso_relax.verifier.impl.SAXEventGenerator
 
makeEvent(ContentHandler) - Method in class org.iso_relax.verifier.impl.SAXEventGenerator
 

N

name - Variable in class org.iso_relax.dispatcher.Dispatcher.NotationDecl
 
name - Variable in class org.iso_relax.dispatcher.Dispatcher.UnparsedEntityDecl
 
newDocumentBuilder() - Method in class org.iso_relax.jaxp.ValidatingDocumentBuilderFactory
returns a new DOM parser.
newInstance() - Static method in class org.iso_relax.verifier.VerifierFactory
Deprecated.  
newInstance(String) - Static method in class org.iso_relax.verifier.VerifierFactory
 
newInstance(String, ClassLoader) - Static method in class org.iso_relax.verifier.VerifierFactory
Creates a new instance of a VerifierFactory for the specified schema language.
newSAXParser() - Method in class org.iso_relax.jaxp.ValidatingSAXParserFactory
returns a new SAX parser.
newVerifier() - Method in interface org.iso_relax.verifier.Schema
creates a new Verifier object that validates documents with this schema.
newVerifier(File) - Method in class org.iso_relax.verifier.VerifierFactory
parses a schema from the specified file and returns a Verifier object that validates documents by using that schema.
newVerifier(InputSource) - Method in class org.iso_relax.verifier.VerifierFactory
parses a schema from the specified InputSource and returns a Verifier object that validates documents by using that schema.
newVerifier(InputStream) - Method in class org.iso_relax.verifier.VerifierFactory
parses a schema from the specified InputStream and returns a Verifier object that validates documents by using that schema.
newVerifier(InputStream, String) - Method in class org.iso_relax.verifier.VerifierFactory
parses a schema from the specified InputStream and returns a Verifier object that validates documents by using that schema.
newVerifier(String) - Method in class org.iso_relax.verifier.VerifierFactory
parses a schema at the specified location and returns a Verifier object that validates documents by using that schema.
notation - Variable in class org.iso_relax.dispatcher.Dispatcher.UnparsedEntityDecl
 
notationDecls - Variable in class org.iso_relax.dispatcher.impl.DispatcherImpl
 
nsMap - Variable in class org.iso_relax.dispatcher.impl.DispatcherImpl
 

O

org.iso_relax.ant - package org.iso_relax.ant
 
org.iso_relax.catalog - package org.iso_relax.catalog
 
org.iso_relax.dispatcher - package org.iso_relax.dispatcher
 
org.iso_relax.dispatcher.impl - package org.iso_relax.dispatcher.impl
 
org.iso_relax.jaxp - package org.iso_relax.jaxp
 
org.iso_relax.verifier - package org.iso_relax.verifier
 
org.iso_relax.verifier.impl - package org.iso_relax.verifier.impl
 

P

prepareXMLReader() - Method in class org.iso_relax.verifier.impl.VerifierImpl
Creates and sets a sole instance of XMLReader which will be used by this verifier.
previous - Variable in class org.iso_relax.dispatcher.impl.DispatcherImpl.Context
 
printStackTrace() - Method in class org.iso_relax.verifier.VerifierException
 
printStackTrace() - Method in class org.iso_relax.verifier.VerifierConfigurationException
 
printStackTrace(PrintStream) - Method in class org.iso_relax.verifier.VerifierException
 
printStackTrace(PrintStream) - Method in class org.iso_relax.verifier.VerifierConfigurationException
 
printStackTrace(PrintWriter) - Method in class org.iso_relax.verifier.VerifierException
 
printStackTrace(PrintWriter) - Method in class org.iso_relax.verifier.VerifierConfigurationException
 
processingInstruction(String, String) - Method in class org.iso_relax.verifier.impl.VerifierFilterImpl
 
processingInstruction(String, String) - Method in class org.iso_relax.verifier.impl.ForkContentHandler
 
publicId - Variable in class org.iso_relax.dispatcher.Dispatcher.NotationDecl
 
publicId - Variable in class org.iso_relax.dispatcher.Dispatcher.UnparsedEntityDecl
 

R

reader - Variable in class org.iso_relax.verifier.impl.VerifierImpl
 
RELAXCatalog - class org.iso_relax.catalog.RELAXCatalog.
RELAXCatalog
RELAXCatalog() - Constructor for class org.iso_relax.catalog.RELAXCatalog
 
RELAXCatalog(String) - Constructor for class org.iso_relax.catalog.RELAXCatalog
 

S

SAXEventGenerator - class org.iso_relax.verifier.impl.SAXEventGenerator.
Generates SAX events from a DOM tree.
SAXEventGenerator(Node) - Constructor for class org.iso_relax.verifier.impl.SAXEventGenerator
 
schema - Variable in class org.iso_relax.dispatcher.impl.DispatcherImpl
Dispatcher will consult this object about schema information
Schema - interface org.iso_relax.verifier.Schema.
The compiled representation of schemas.
SchemaProvider - interface org.iso_relax.dispatcher.SchemaProvider.
provides necessary schema information for Dispatcher.
schemata - Variable in class org.iso_relax.dispatcher.impl.AbstractSchemaProviderImpl
a map from primary namespace to IslandSchema.
setAttribute(String, Object) - Method in class org.iso_relax.jaxp.ValidatingDocumentBuilderFactory
 
setCoalescing(boolean) - Method in class org.iso_relax.jaxp.ValidatingDocumentBuilderFactory
 
setContentHandler(ContentHandler) - Method in class org.iso_relax.verifier.impl.SAXEventGenerator
 
setDeclHandler(DeclHandler) - Method in class org.iso_relax.verifier.impl.SAXEventGenerator
 
setDispatcher(Dispatcher) - Method in interface org.iso_relax.dispatcher.IslandVerifier
Dispatcher passes itself to IslandVerifier by calling this method from Dispatcher.switchVerifier method.
setDispatcher(Dispatcher) - Method in class org.iso_relax.dispatcher.impl.IgnoreVerifier
 
setDocumentEmulation(boolean) - Method in class org.iso_relax.verifier.impl.SAXEventGenerator
 
setDocumentLocator(Locator) - Method in class org.iso_relax.verifier.impl.VerifierFilterImpl
 
setDocumentLocator(Locator) - Method in class org.iso_relax.verifier.impl.ForkContentHandler
 
setDTDHandler(DTDHandler) - Method in class org.iso_relax.verifier.impl.SAXEventGenerator
 
setEntityResolver(EntityResolver) - Method in class org.iso_relax.verifier.VerifierFactory
Sets an EntityResolver This entity resolver is used to resolve entities encountered while parsing a schema.
setEntityResolver(EntityResolver) - Method in interface org.iso_relax.verifier.Verifier
Sets a EntityResolver to resolve external entity locations.
setEntityResolver(EntityResolver) - Method in class org.iso_relax.verifier.impl.VerifierImpl
 
setEntityResolver(EntityResolver) - Method in class org.iso_relax.verifier.impl.VerifierFilterImpl
 
setErrorHandler(ErrorHandler) - Method in interface org.iso_relax.dispatcher.Dispatcher
sets application-implemented ErrorHandler, which will receive all validation errors.
setErrorHandler(ErrorHandler) - Method in class org.iso_relax.dispatcher.impl.DispatcherImpl
 
setErrorHandler(ErrorHandler) - Method in interface org.iso_relax.verifier.Verifier
Sets a ErrorHandler that receives validation errors/warnings.
setErrorHandler(ErrorHandler) - Method in class org.iso_relax.verifier.impl.VerifierImpl
 
setErrorHandler(ErrorHandler) - Method in class org.iso_relax.verifier.impl.VerifierFilterImpl
 
setErrorHandler(ErrorHandler) - Method in class org.iso_relax.verifier.impl.SAXEventGenerator
 
setExpandEntityReference(boolean) - Method in class org.iso_relax.jaxp.ValidatingDocumentBuilderFactory
 
setFeature(String, boolean) - Method in class org.iso_relax.jaxp.ValidatingSAXParserFactory
 
setFeature(String, boolean) - Method in class org.iso_relax.verifier.VerifierFactory
Sets feature value
setFeature(String, boolean) - Method in interface org.iso_relax.verifier.Verifier
Sets a value to a feature.
setFeature(String, boolean) - Method in class org.iso_relax.verifier.impl.VerifierImpl
 
setFile(File) - Method in class org.iso_relax.ant.JARVTask
Handles the file attribute.
setIgnoringComments(boolean) - Method in class org.iso_relax.jaxp.ValidatingDocumentBuilderFactory
 
setIgnoringElementContentWhitespace(boolean) - Method in class org.iso_relax.jaxp.ValidatingDocumentBuilderFactory
 
setLexicalHandler(LexicalHandler) - Method in class org.iso_relax.verifier.impl.SAXEventGenerator
 
setNamespaceAware(boolean) - Method in class org.iso_relax.jaxp.ValidatingSAXParserFactory
 
setNamespaceAware(boolean) - Method in class org.iso_relax.jaxp.ValidatingDocumentBuilderFactory
 
setProperty(String, Object) - Method in class org.iso_relax.verifier.VerifierFactory
Sets property value
setProperty(String, Object) - Method in interface org.iso_relax.verifier.Verifier
Sets a property value
setProperty(String, Object) - Method in class org.iso_relax.verifier.impl.VerifierImpl
 
setSchema(String) - Method in class org.iso_relax.ant.JARVTask
Handles the schema attribute.
setSchemaLanguage(String) - Method in class org.iso_relax.ant.JARVTask
Handles the schemaLanguage attribute.
setValidating(boolean) - Method in class org.iso_relax.jaxp.ValidatingSAXParserFactory
 
setValidating(boolean) - Method in class org.iso_relax.jaxp.ValidatingDocumentBuilderFactory
 
skippedEntity(String) - Method in class org.iso_relax.verifier.impl.VerifierFilterImpl
 
skippedEntity(String) - Method in class org.iso_relax.verifier.impl.ForkContentHandler
 
startDocument() - Method in class org.iso_relax.verifier.impl.VerifierFilterImpl
 
startDocument() - Method in class org.iso_relax.verifier.impl.ForkContentHandler
 
startElement(String, String, String, Attributes) - Method in class org.iso_relax.dispatcher.impl.IgnoreVerifier
 
startElement(String, String, String, Attributes) - Method in class org.iso_relax.verifier.impl.VerifierFilterImpl
 
startElement(String, String, String, Attributes) - Method in class org.iso_relax.verifier.impl.ForkContentHandler
 
startPrefixMapping(String, String) - Method in class org.iso_relax.verifier.impl.VerifierFilterImpl
 
startPrefixMapping(String, String) - Method in class org.iso_relax.verifier.impl.ForkContentHandler
 
switchVerifier(IslandVerifier) - Method in interface org.iso_relax.dispatcher.Dispatcher
switches to the child IslandVerifier.
switchVerifier(IslandVerifier) - Method in class org.iso_relax.dispatcher.impl.DispatcherImpl
 
systemId - Variable in class org.iso_relax.dispatcher.Dispatcher.NotationDecl
 
systemId - Variable in class org.iso_relax.dispatcher.Dispatcher.UnparsedEntityDecl
 

T

transponder - Variable in class org.iso_relax.dispatcher.impl.DispatcherImpl
this object passes SAX events to IslandVerifier.

U

unparsedEntityDecls - Variable in class org.iso_relax.dispatcher.impl.DispatcherImpl
 

V

ValidatingDocumentBuilderFactory - class org.iso_relax.jaxp.ValidatingDocumentBuilderFactory.
Wraps another DocumentBuilderFactory and adds validation capability.
ValidatingDocumentBuilderFactory(DocumentBuilderFactory, Schema) - Constructor for class org.iso_relax.jaxp.ValidatingDocumentBuilderFactory
creates a new instance with an internal DocumentBuilderFactory and Schema.
ValidatingDocumentBuilderFactory(Schema) - Constructor for class org.iso_relax.jaxp.ValidatingDocumentBuilderFactory
creates a new instance that wraps the default DocumentBuilderFactory
ValidatingSAXParserFactory - class org.iso_relax.jaxp.ValidatingSAXParserFactory.
Wraps another SAXParserFactory and adds validation capability.
ValidatingSAXParserFactory(SAXParserFactory, Schema) - Constructor for class org.iso_relax.jaxp.ValidatingSAXParserFactory
creates a new instance with an internal SAXParserFactory and Schema.
ValidatingSAXParserFactory(Schema) - Constructor for class org.iso_relax.jaxp.ValidatingSAXParserFactory
creates a new instance that wraps the default DocumentBuilderFactory
Verifier - interface org.iso_relax.verifier.Verifier.
An instance of this interface can validates documents.
VerifierConfigurationException - exception org.iso_relax.verifier.VerifierConfigurationException.
VerifierConfigurationException
VerifierConfigurationException(Exception) - Constructor for class org.iso_relax.verifier.VerifierConfigurationException
 
VerifierConfigurationException(String) - Constructor for class org.iso_relax.verifier.VerifierConfigurationException
 
VerifierConfigurationException(String, Exception) - Constructor for class org.iso_relax.verifier.VerifierConfigurationException
 
VerifierException - exception org.iso_relax.verifier.VerifierException.
VerifierException
VerifierException(Exception) - Constructor for class org.iso_relax.verifier.VerifierException
 
VerifierException(String) - Constructor for class org.iso_relax.verifier.VerifierException
 
VerifierException(String, Exception) - Constructor for class org.iso_relax.verifier.VerifierException
 
VerifierFactory - class org.iso_relax.verifier.VerifierFactory.
VerifierFactory
VerifierFactory() - Constructor for class org.iso_relax.verifier.VerifierFactory
 
VerifierFactoryLoader - interface org.iso_relax.verifier.VerifierFactoryLoader.
A class that provides information about the verifier implementation.
VerifierFilter - interface org.iso_relax.verifier.VerifierFilter.
XMLFilter implementation that validates a document.
VerifierFilterImpl - class org.iso_relax.verifier.impl.VerifierFilterImpl.
plain vanilla VerifierFilter implementation.
VerifierFilterImpl(Verifier) - Constructor for class org.iso_relax.verifier.impl.VerifierFilterImpl
 
VerifierHandler - interface org.iso_relax.verifier.VerifierHandler.
SAX2 ContentHandler implementation that validates a document.
VerifierImpl - class org.iso_relax.verifier.impl.VerifierImpl.
Partial implementation of Verifier.
VerifierImpl() - Constructor for class org.iso_relax.verifier.impl.VerifierImpl
 
verify(File) - Method in interface org.iso_relax.verifier.Verifier
validates an XML document.
verify(File) - Method in class org.iso_relax.verifier.impl.VerifierImpl
 
verify(InputSource) - Method in interface org.iso_relax.verifier.Verifier
validates an XML document.
verify(InputSource) - Method in class org.iso_relax.verifier.impl.VerifierImpl
 
verify(Node) - Method in interface org.iso_relax.verifier.Verifier
validates an XML document.
verify(Node) - Method in class org.iso_relax.verifier.impl.VerifierImpl
 
verify(String) - Method in interface org.iso_relax.verifier.Verifier
validates an XML document.
verify(String) - Method in class org.iso_relax.verifier.impl.VerifierImpl
 

W

warning(SAXParseException) - Method in class org.iso_relax.ant.ErrorHandlerImpl
 

_

_Schema - Variable in class org.iso_relax.jaxp.ValidatingSAXParserFactory
 
_Schema - Variable in class org.iso_relax.jaxp.ValidatingDocumentBuilderFactory
 
_WrappedFactory - Variable in class org.iso_relax.jaxp.ValidatingSAXParserFactory
 
_WrappedFactory - Variable in class org.iso_relax.jaxp.ValidatingDocumentBuilderFactory
 

A B C D E F G H I J L M N O P R S T U V W _