A B C D E F G I J L M N O P R S U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractSchemaProviderImpl - Class in org.iso_relax.dispatcher.impl
-
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 in org.iso_relax.dispatcher
-
represents a constraint for XML attributes.
- AttributesVerifier - Interface in org.iso_relax.dispatcher
B
- bind(SchemaProvider, ErrorHandler) - Method in class org.iso_relax.dispatcher.impl.IgnoredSchema
- bind(SchemaProvider, ErrorHandler) - Method in interface org.iso_relax.dispatcher.IslandSchema
-
binds references to imported elementDecls by using given provider.
C
- 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
- 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(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.
- 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.
- 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.
D
- Dispatcher - Interface in org.iso_relax.dispatcher
-
splits incoming SAX events to "islands", and feed events to IslandVerifier.
- Dispatcher.NotationDecl - Class in org.iso_relax.dispatcher
- Dispatcher.UnparsedEntityDecl - Class in org.iso_relax.dispatcher
- DispatcherImpl - Class in org.iso_relax.dispatcher.impl
-
reference implementation of Dispatcher interface.
- DispatcherImpl(SchemaProvider) - Constructor for class org.iso_relax.dispatcher.impl.DispatcherImpl
E
- ElementDecl - Interface in org.iso_relax.dispatcher
-
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 class org.iso_relax.dispatcher.impl.IgnoreVerifier
- 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.
- endDocument() - Method in class org.iso_relax.verifier.impl.ForkContentHandler
- endDocument() - Method in class org.iso_relax.verifier.impl.VerifierFilterImpl
- endElement(String, String, String) - Method in class org.iso_relax.verifier.impl.ForkContentHandler
- endElement(String, String, String) - Method in class org.iso_relax.verifier.impl.VerifierFilterImpl
- endIsland() - Method in class org.iso_relax.dispatcher.impl.IgnoreVerifier
- endIsland() - Method in interface org.iso_relax.dispatcher.IslandVerifier
-
substitute for endDocument event.
- endPrefixMapping(String) - Method in class org.iso_relax.verifier.impl.ForkContentHandler
- endPrefixMapping(String) - Method in class org.iso_relax.verifier.impl.VerifierFilterImpl
- 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
- error(SAXParseException) - Method in class org.iso_relax.ant.ErrorHandlerImpl
- ErrorHandlerImpl - Class in org.iso_relax.ant
-
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
- ForkContentHandler - Class in org.iso_relax.verifier.impl
-
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 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 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 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.
- 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.
I
- ignorableWhitespace(char[], int, int) - Method in class org.iso_relax.verifier.impl.ForkContentHandler
- ignorableWhitespace(char[], int, int) - Method in class org.iso_relax.verifier.impl.VerifierFilterImpl
- IgnoredSchema - Class in org.iso_relax.dispatcher.impl
-
IslandSchema implementation for "ignored" island.
- IgnoredSchema() - Constructor for class org.iso_relax.dispatcher.impl.IgnoredSchema
- IgnoreVerifier - Class in org.iso_relax.dispatcher.impl
-
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.impl.VerifierImpl
- 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.VerifierFactory
-
Indicates whether if the feature is supported, or not.
- isIgnoringComments() - Method in class org.iso_relax.jaxp.ValidatingDocumentBuilderFactory
- isIgnoringElementContentWhitespace() - Method in class org.iso_relax.jaxp.ValidatingDocumentBuilderFactory
- IslandSchema - Interface in org.iso_relax.dispatcher
-
represents a schema that validates one island.
- IslandSchemaReader - Interface in org.iso_relax.dispatcher
-
IslandSchemaReader is responsible for parsing IslandSchema.
- IslandVerifier - Interface in org.iso_relax.dispatcher
-
Interface for verifier that validates one island.
- isNamespaceAware() - Method in class org.iso_relax.jaxp.ValidatingDocumentBuilderFactory
- isNamespaceAware() - Method in class org.iso_relax.jaxp.ValidatingSAXParserFactory
- isValid() - Method in class org.iso_relax.verifier.impl.VerifierFilterImpl
- isValid() - Method in interface org.iso_relax.verifier.VerifierFilter
-
checks if the document was valid.
- isValid() - Method in interface org.iso_relax.verifier.VerifierHandler
-
Checks if the document was valid.
- isValidating() - Method in class org.iso_relax.jaxp.ValidatingDocumentBuilderFactory
- isValidating() - Method in class org.iso_relax.jaxp.ValidatingSAXParserFactory
- iterateAttributesDecls() - Method in class org.iso_relax.dispatcher.impl.IgnoredSchema
- iterateAttributesDecls() - Method in interface org.iso_relax.dispatcher.IslandSchema
-
iterates all exported attributesDecl objects.
- iterateElementDecls() - Method in class org.iso_relax.dispatcher.impl.IgnoredSchema
- iterateElementDecls() - Method in interface org.iso_relax.dispatcher.IslandSchema
-
iterates all exported elementDecl objects.
- iterateNamespace() - Method in class org.iso_relax.dispatcher.impl.AbstractSchemaProviderImpl
- iterateNamespace() - Method in interface org.iso_relax.dispatcher.SchemaProvider
-
iterates all namespaces that are registered in this object.
J
- JARVTask - Class in org.iso_relax.ant
-
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(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(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.
- 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.
- notation - Variable in class org.iso_relax.dispatcher.Dispatcher.UnparsedEntityDecl
- NotationDecl(String, String, String) - Constructor for class org.iso_relax.dispatcher.Dispatcher.NotationDecl
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
- printStackTrace() - Method in exception org.iso_relax.verifier.VerifierConfigurationException
- printStackTrace() - Method in exception org.iso_relax.verifier.VerifierException
- printStackTrace(PrintStream) - Method in exception org.iso_relax.verifier.VerifierConfigurationException
- printStackTrace(PrintStream) - Method in exception org.iso_relax.verifier.VerifierException
- printStackTrace(PrintWriter) - Method in exception org.iso_relax.verifier.VerifierConfigurationException
- printStackTrace(PrintWriter) - Method in exception org.iso_relax.verifier.VerifierException
- processingInstruction(String, String) - Method in class org.iso_relax.verifier.impl.ForkContentHandler
- processingInstruction(String, String) - Method in class org.iso_relax.verifier.impl.VerifierFilterImpl
- publicId - Variable in class org.iso_relax.dispatcher.Dispatcher.NotationDecl
- publicId - Variable in class org.iso_relax.dispatcher.Dispatcher.UnparsedEntityDecl
R
- RELAXCatalog - Class in org.iso_relax.catalog
-
RELAXCatalog
- RELAXCatalog() - Constructor for class org.iso_relax.catalog.RELAXCatalog
- RELAXCatalog(String) - Constructor for class org.iso_relax.catalog.RELAXCatalog
S
- SAXEventGenerator - Class in org.iso_relax.verifier.impl
-
Generates SAX events from a DOM tree.
- SAXEventGenerator(Node) - Constructor for class org.iso_relax.verifier.impl.SAXEventGenerator
- Schema - Interface in org.iso_relax.verifier
-
The compiled representation of schemas.
- SchemaProvider - Interface in org.iso_relax.dispatcher
-
provides necessary schema information for Dispatcher.
- 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 class org.iso_relax.dispatcher.impl.IgnoreVerifier
- setDispatcher(Dispatcher) - Method in interface org.iso_relax.dispatcher.IslandVerifier
-
Dispatcher passes itself to IslandVerifier by calling this method from Dispatcher.switchVerifier method.
- setDocumentEmulation(boolean) - Method in class org.iso_relax.verifier.impl.SAXEventGenerator
- setDocumentLocator(Locator) - Method in class org.iso_relax.verifier.impl.ForkContentHandler
- setDocumentLocator(Locator) - Method in class org.iso_relax.verifier.impl.VerifierFilterImpl
- setDTDHandler(DTDHandler) - Method in class org.iso_relax.verifier.impl.SAXEventGenerator
- setEntityResolver(EntityResolver) - Method in class org.iso_relax.verifier.impl.VerifierFilterImpl
- setEntityResolver(EntityResolver) - Method in class org.iso_relax.verifier.impl.VerifierImpl
- 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.VerifierFactory
-
Sets an EntityResolver This entity resolver is used to resolve entities encountered while parsing a schema.
- 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 class org.iso_relax.verifier.impl.SAXEventGenerator
- setErrorHandler(ErrorHandler) - Method in class org.iso_relax.verifier.impl.VerifierFilterImpl
- setErrorHandler(ErrorHandler) - Method in class org.iso_relax.verifier.impl.VerifierImpl
- setErrorHandler(ErrorHandler) - Method in interface org.iso_relax.verifier.Verifier
-
Sets a
ErrorHandler
that receives validation errors/warnings. - setExpandEntityReference(boolean) - Method in class org.iso_relax.jaxp.ValidatingDocumentBuilderFactory
- setFeature(String, 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.impl.VerifierImpl
- 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.VerifierFactory
-
Sets feature value
- 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.ValidatingDocumentBuilderFactory
- setNamespaceAware(boolean) - Method in class org.iso_relax.jaxp.ValidatingSAXParserFactory
- setProperty(String, Object) - Method in class org.iso_relax.verifier.impl.VerifierImpl
- 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.VerifierFactory
-
Sets property value
- 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.ValidatingDocumentBuilderFactory
- setValidating(boolean) - Method in class org.iso_relax.jaxp.ValidatingSAXParserFactory
- skippedEntity(String) - Method in class org.iso_relax.verifier.impl.ForkContentHandler
- skippedEntity(String) - Method in class org.iso_relax.verifier.impl.VerifierFilterImpl
- startDocument() - Method in class org.iso_relax.verifier.impl.ForkContentHandler
- startDocument() - Method in class org.iso_relax.verifier.impl.VerifierFilterImpl
- 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.ForkContentHandler
- startElement(String, String, String, Attributes) - Method in class org.iso_relax.verifier.impl.VerifierFilterImpl
- startPrefixMapping(String, String) - Method in class org.iso_relax.verifier.impl.ForkContentHandler
- startPrefixMapping(String, String) - Method in class org.iso_relax.verifier.impl.VerifierFilterImpl
- 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
U
- UnparsedEntityDecl(String, String, String, String) - Constructor for class org.iso_relax.dispatcher.Dispatcher.UnparsedEntityDecl
V
- ValidatingDocumentBuilderFactory - Class in org.iso_relax.jaxp
-
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 in org.iso_relax.jaxp
-
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 in org.iso_relax.verifier
-
An instance of this interface can validates documents.
- VerifierConfigurationException - Exception in org.iso_relax.verifier
-
VerifierConfigurationException
- VerifierConfigurationException(Exception) - Constructor for exception org.iso_relax.verifier.VerifierConfigurationException
- VerifierConfigurationException(String) - Constructor for exception org.iso_relax.verifier.VerifierConfigurationException
- VerifierConfigurationException(String, Exception) - Constructor for exception org.iso_relax.verifier.VerifierConfigurationException
- VerifierException - Exception in org.iso_relax.verifier
-
VerifierException
- VerifierException(Exception) - Constructor for exception org.iso_relax.verifier.VerifierException
- VerifierException(String) - Constructor for exception org.iso_relax.verifier.VerifierException
- VerifierException(String, Exception) - Constructor for exception org.iso_relax.verifier.VerifierException
- VerifierFactory - Class in org.iso_relax.verifier
-
VerifierFactory
- VerifierFactory() - Constructor for class org.iso_relax.verifier.VerifierFactory
- VerifierFactoryLoader - Interface in org.iso_relax.verifier
-
A class that provides information about the verifier implementation.
- VerifierFilter - Interface in org.iso_relax.verifier
-
XMLFilter implementation that validates a document.
- VerifierFilterImpl - Class in org.iso_relax.verifier.impl
-
plain vanilla
VerifierFilter
implementation. - VerifierFilterImpl(Verifier) - Constructor for class org.iso_relax.verifier.impl.VerifierFilterImpl
- VerifierHandler - Interface in org.iso_relax.verifier
-
SAX2 ContentHandler implementation that validates a document.
- VerifierImpl - Class in org.iso_relax.verifier.impl
-
Partial implementation of
Verifier
. - verify(File) - Method in class org.iso_relax.verifier.impl.VerifierImpl
- verify(File) - Method in interface org.iso_relax.verifier.Verifier
-
validates an XML document.
- verify(String) - Method in class org.iso_relax.verifier.impl.VerifierImpl
- verify(String) - Method in interface org.iso_relax.verifier.Verifier
-
validates an XML document.
- verify(Node) - Method in class org.iso_relax.verifier.impl.VerifierImpl
- verify(Node) - Method in interface org.iso_relax.verifier.Verifier
-
validates an XML document.
- verify(InputSource) - Method in class org.iso_relax.verifier.impl.VerifierImpl
- verify(InputSource) - Method in interface org.iso_relax.verifier.Verifier
-
validates an XML document.
W
- warning(SAXParseException) - Method in class org.iso_relax.ant.ErrorHandlerImpl
All Classes All Packages