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

A

AbstractSchemaProviderImpl - Class in org.iso_relax.dispatcher.impl
default implementation of SchemaProvider.
AbstractSchemaProviderImpl() - Constructor for class org.iso_relax.dispatcher.impl.AbstractSchemaProviderImpl
 
addPublicId(String, String) - Method in class jp.gr.xml.relax.sax.SimpleEntityResolver
 
addSchema(String, IslandSchema) - Method in class org.iso_relax.dispatcher.impl.AbstractSchemaProviderImpl
adds a new IslandSchema. the caller should make sure that the given uri is not defined already.
addSystemId(String, String) - Method in class jp.gr.xml.relax.sax.SimpleEntityResolver
 
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
 
attributeDecl(String, String, String, String, String) - Method in class jp.gr.xml.relax.sax.DeclHandlerBase
 
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. this method is only called once before the first validation starts.
buffer_ - Variable in class jp.gr.xml.relax.dom.XMLMaker
 

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
 
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.

D

DeclHandlerBase - Class in jp.gr.xml.relax.sax
Base class of DeclHandler
DeclHandlerBase() - Constructor for class jp.gr.xml.relax.sax.DeclHandlerBase
 
depth - Variable in class org.iso_relax.dispatcher.impl.DispatcherImpl.Context
 
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
 
DispatcherImpl.Context - Class in org.iso_relax.dispatcher.impl
 
documentLocator - Variable in class org.iso_relax.dispatcher.impl.DispatcherImpl
 
dom2_ - Variable in class jp.gr.xml.relax.dom.XMLMaker
 
DOMSAXProducer - Class in jp.gr.xml.relax.sax
SAX event producer from DOM tree
DOMSAXProducer(Node) - Constructor for class jp.gr.xml.relax.sax.DOMSAXProducer
 
DOMSAXProducerVisitor - Class in jp.gr.xml.relax.sax
DOMVisitor of SAX event producer from DOM tree
DOMSAXProducerVisitor() - Constructor for class jp.gr.xml.relax.sax.DOMSAXProducerVisitor
 
DOMVisitorException - Exception in jp.gr.xml.relax.dom
DOMVisitorException
DOMVisitorException(String) - Constructor for exception jp.gr.xml.relax.dom.DOMVisitorException
 
DOMVisitorException(Exception) - Constructor for exception jp.gr.xml.relax.dom.DOMVisitorException
 
DOMVisitorException(String, Exception) - Constructor for exception jp.gr.xml.relax.dom.DOMVisitorException
 
DTDSkipper - Class in jp.gr.xml.relax.sax
DTDSkipper
DTDSkipper() - Constructor for class jp.gr.xml.relax.sax.DTDSkipper
 

E

elementDecl(String, String) - Method in class jp.gr.xml.relax.sax.DeclHandlerBase
 
ElementDecl - Interface in org.iso_relax.dispatcher
represents a constraint for one XML element.
emptyElementTag_ - Variable in class jp.gr.xml.relax.dom.XMLMaker
 
emulateEndDocument() - Method in class jp.gr.xml.relax.sax.DOMSAXProducerVisitor
 
emulateEndDocument() - Method in class org.iso_relax.verifier.impl.SAXEventGenerator
 
emulateStartDocument() - Method in class jp.gr.xml.relax.sax.DOMSAXProducerVisitor
 
emulateStartDocument() - Method in class org.iso_relax.verifier.impl.SAXEventGenerator
 
encoding_ - Variable in class jp.gr.xml.relax.dom.XMLMaker
 
endCDATA() - Method in class jp.gr.xml.relax.sax.LexicalHandlerBase
 
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
 
endDTD() - Method in class jp.gr.xml.relax.sax.LexicalHandlerBase
 
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
 
endEntity(String) - Method in class jp.gr.xml.relax.sax.LexicalHandlerBase
 
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(Element) - Method in interface jp.gr.xml.relax.dom.IDOMVisitor
 
enter(Attr) - Method in interface jp.gr.xml.relax.dom.IDOMVisitor
 
enter(Text) - Method in interface jp.gr.xml.relax.dom.IDOMVisitor
 
enter(CDATASection) - Method in interface jp.gr.xml.relax.dom.IDOMVisitor
 
enter(EntityReference) - Method in interface jp.gr.xml.relax.dom.IDOMVisitor
 
enter(Entity) - Method in interface jp.gr.xml.relax.dom.IDOMVisitor
 
enter(ProcessingInstruction) - Method in interface jp.gr.xml.relax.dom.IDOMVisitor
 
enter(Comment) - Method in interface jp.gr.xml.relax.dom.IDOMVisitor
 
enter(Document) - Method in interface jp.gr.xml.relax.dom.IDOMVisitor
 
enter(DocumentType) - Method in interface jp.gr.xml.relax.dom.IDOMVisitor
 
enter(DocumentFragment) - Method in interface jp.gr.xml.relax.dom.IDOMVisitor
 
enter(Notation) - Method in interface jp.gr.xml.relax.dom.IDOMVisitor
 
enter(Node) - Method in interface jp.gr.xml.relax.dom.IDOMVisitor
Fallback for all "other" node types not explicitly handled.
enter(Element) - Method in class jp.gr.xml.relax.dom.XMLMaker
 
enter(Attr) - Method in class jp.gr.xml.relax.dom.XMLMaker
 
enter(Text) - Method in class jp.gr.xml.relax.dom.XMLMaker
 
enter(CDATASection) - Method in class jp.gr.xml.relax.dom.XMLMaker
 
enter(EntityReference) - Method in class jp.gr.xml.relax.dom.XMLMaker
 
enter(Entity) - Method in class jp.gr.xml.relax.dom.XMLMaker
 
enter(ProcessingInstruction) - Method in class jp.gr.xml.relax.dom.XMLMaker
 
enter(Comment) - Method in class jp.gr.xml.relax.dom.XMLMaker
 
enter(Document) - Method in class jp.gr.xml.relax.dom.XMLMaker
 
enter(DocumentType) - Method in class jp.gr.xml.relax.dom.XMLMaker
 
enter(DocumentFragment) - Method in class jp.gr.xml.relax.dom.XMLMaker
 
enter(Notation) - Method in class jp.gr.xml.relax.dom.XMLMaker
 
enter(Node) - Method in class jp.gr.xml.relax.dom.XMLMaker
 
enter(Element) - Method in class jp.gr.xml.relax.sax.DOMSAXProducerVisitor
 
enter(Text) - Method in class jp.gr.xml.relax.sax.DOMSAXProducerVisitor
 
enter(CDATASection) - Method in class jp.gr.xml.relax.sax.DOMSAXProducerVisitor
 
enter(EntityReference) - Method in class jp.gr.xml.relax.sax.DOMSAXProducerVisitor
 
enter(ProcessingInstruction) - Method in class jp.gr.xml.relax.sax.DOMSAXProducerVisitor
 
enter(Comment) - Method in class jp.gr.xml.relax.sax.DOMSAXProducerVisitor
 
enter(Document) - Method in class jp.gr.xml.relax.sax.DOMSAXProducerVisitor
 
enter(Element) - Method in class org.iso_relax.verifier.impl.SAXEventGenerator
 
enter(Text) - Method in class org.iso_relax.verifier.impl.SAXEventGenerator
 
enter(CDATASection) - Method in class org.iso_relax.verifier.impl.SAXEventGenerator
 
enter(EntityReference) - Method in class org.iso_relax.verifier.impl.SAXEventGenerator
 
enter(ProcessingInstruction) - 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
 
entityResolver - Variable in class org.iso_relax.verifier.impl.VerifierImpl
 
errorHandler - Variable in class org.iso_relax.dispatcher.impl.DispatcherImpl
 
errorHandler - Variable in class org.iso_relax.verifier.impl.VerifierImpl
 
escape(String) - Static method in class jp.gr.xml.relax.xml.UXML
 
escapeAttrApos(String) - Static method in class jp.gr.xml.relax.xml.UXML
 
escapeAttrQuot(String) - Static method in class jp.gr.xml.relax.xml.UXML
 
escapeCharData(String) - Static method in class jp.gr.xml.relax.xml.UXML
 
escapeEntityApos(String) - Static method in class jp.gr.xml.relax.xml.UXML
 
escapeEntityQuot(String) - Static method in class jp.gr.xml.relax.xml.UXML
 
escapeSystemApos(String) - Static method in class jp.gr.xml.relax.xml.UXML
 
escapeSystemQuot(String) - Static method in class jp.gr.xml.relax.xml.UXML
 
expandEntityReference_ - Variable in class jp.gr.xml.relax.dom.XMLMaker
 
externalEntityDecl(String, String, String) - Method in class jp.gr.xml.relax.sax.DeclHandlerBase
 

F

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 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 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
 

H

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

I

IDOMVisitor - Interface in jp.gr.xml.relax.dom
IDOMVisitor
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
 
internalEntityDecl(String, String) - Method in class jp.gr.xml.relax.sax.DeclHandlerBase
 
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
 
isParsedEntity(EntityReference) - Method in class jp.gr.xml.relax.dom.XMLMaker
 
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

jp.gr.xml.relax.dom - package jp.gr.xml.relax.dom
 
jp.gr.xml.relax.sax - package jp.gr.xml.relax.sax
 
jp.gr.xml.relax.xml - package jp.gr.xml.relax.xml
 

L

leave(Element) - Method in interface jp.gr.xml.relax.dom.IDOMVisitor
 
leave(Attr) - Method in interface jp.gr.xml.relax.dom.IDOMVisitor
 
leave(Text) - Method in interface jp.gr.xml.relax.dom.IDOMVisitor
 
leave(CDATASection) - Method in interface jp.gr.xml.relax.dom.IDOMVisitor
 
leave(EntityReference) - Method in interface jp.gr.xml.relax.dom.IDOMVisitor
 
leave(Entity) - Method in interface jp.gr.xml.relax.dom.IDOMVisitor
 
leave(ProcessingInstruction) - Method in interface jp.gr.xml.relax.dom.IDOMVisitor
 
leave(Comment) - Method in interface jp.gr.xml.relax.dom.IDOMVisitor
 
leave(Document) - Method in interface jp.gr.xml.relax.dom.IDOMVisitor
 
leave(DocumentType) - Method in interface jp.gr.xml.relax.dom.IDOMVisitor
 
leave(DocumentFragment) - Method in interface jp.gr.xml.relax.dom.IDOMVisitor
 
leave(Notation) - Method in interface jp.gr.xml.relax.dom.IDOMVisitor
 
leave(Node) - Method in interface jp.gr.xml.relax.dom.IDOMVisitor
 
leave(Element) - Method in class jp.gr.xml.relax.dom.XMLMaker
 
leave(Node) - Method in class jp.gr.xml.relax.dom.XMLMaker
 
leave(Element) - Method in class jp.gr.xml.relax.sax.DOMSAXProducerVisitor
 
leave(EntityReference) - Method in class jp.gr.xml.relax.sax.DOMSAXProducerVisitor
 
leave(Document) - Method in class jp.gr.xml.relax.sax.DOMSAXProducerVisitor
 
leave(Element) - Method in class org.iso_relax.verifier.impl.SAXEventGenerator
 
leave(EntityReference) - Method in class org.iso_relax.verifier.impl.SAXEventGenerator
 
leave(Document) - Method in class org.iso_relax.verifier.impl.SAXEventGenerator
 
LexicalHandlerBase - Class in jp.gr.xml.relax.sax
Base class of LexicalHandler
LexicalHandlerBase() - Constructor for class jp.gr.xml.relax.sax.LexicalHandlerBase
 

M

makeEvent() - Method in class jp.gr.xml.relax.sax.DOMSAXProducer
 
makeEvent(ContentHandler) - Method in class jp.gr.xml.relax.sax.DOMSAXProducer
 
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, ClassLoader) - Static method in class org.iso_relax.verifier.VerifierFactory
Creates a new instance of a VerifierFactory for the specified schema language.
newInstance(String) - Static method in class org.iso_relax.verifier.VerifierFactory
 
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(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(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(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
 
notationDecls - Variable in class org.iso_relax.dispatcher.impl.DispatcherImpl
 
nsMap - Variable in class org.iso_relax.dispatcher.impl.DispatcherImpl
 

O

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 exception jp.gr.xml.relax.dom.DOMVisitorException
 
printStackTrace(PrintStream) - Method in exception jp.gr.xml.relax.dom.DOMVisitorException
 
printStackTrace(PrintWriter) - Method in exception jp.gr.xml.relax.dom.DOMVisitorException
 
printStackTrace() - Method in exception org.iso_relax.verifier.VerifierConfigurationException
 
printStackTrace(PrintStream) - Method in exception org.iso_relax.verifier.VerifierConfigurationException
 
printStackTrace(PrintWriter) - 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.VerifierException
 
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

reader - Variable in class org.iso_relax.verifier.impl.VerifierImpl
 
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
 
RELAXEntityResolver - Class in jp.gr.xml.relax.sax
RELAXEntityResolver
RELAXEntityResolver() - Constructor for class jp.gr.xml.relax.sax.RELAXEntityResolver
 
resolveEntity(String, String) - Method in class jp.gr.xml.relax.sax.DTDSkipper
 
resolveEntity(String, String) - Method in class jp.gr.xml.relax.sax.SimpleEntityResolver
 

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 - Variable in class org.iso_relax.dispatcher.impl.DispatcherImpl
Dispatcher will consult this object about schema information
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.
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 jp.gr.xml.relax.sax.DOMSAXProducer
 
setContentHandler(ContentHandler) - Method in class jp.gr.xml.relax.sax.DOMSAXProducerVisitor
 
setContentHandler(ContentHandler) - Method in class org.iso_relax.verifier.impl.SAXEventGenerator
 
setDeclHandler(DeclHandler) - Method in class jp.gr.xml.relax.sax.DOMSAXProducer
 
setDeclHandler(DeclHandler) - Method in class jp.gr.xml.relax.sax.DOMSAXProducerVisitor
 
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 jp.gr.xml.relax.sax.DOMSAXProducer
 
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
 
setDOM2(boolean) - Method in class jp.gr.xml.relax.dom.XMLMaker
 
setDTDHandler(DTDHandler) - Method in class jp.gr.xml.relax.sax.DOMSAXProducer
 
setDTDHandler(DTDHandler) - Method in class jp.gr.xml.relax.sax.DOMSAXProducerVisitor
 
setDTDHandler(DTDHandler) - Method in class org.iso_relax.verifier.impl.SAXEventGenerator
 
setEmptyElementTag(boolean) - Method in class jp.gr.xml.relax.dom.XMLMaker
 
setEncoding(String) - Method in class jp.gr.xml.relax.dom.XMLMaker
 
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 class jp.gr.xml.relax.sax.DOMSAXProducer
 
setErrorHandler(ErrorHandler) - Method in class jp.gr.xml.relax.sax.DOMSAXProducerVisitor
 
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 jp.gr.xml.relax.dom.XMLMaker
 
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
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 jp.gr.xml.relax.sax.DOMSAXProducer
 
setLexicalHandler(LexicalHandler) - Method in class jp.gr.xml.relax.sax.DOMSAXProducerVisitor
 
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 This method is modeled after SAX2.
setProperty(String, Object) - Method in class org.iso_relax.verifier.VerifierFactory
Sets property value
setPublicID(String) - Method in class jp.gr.xml.relax.sax.DOMSAXProducer
 
setPublicID(String) - Method in class jp.gr.xml.relax.sax.DOMSAXProducerVisitor
 
setPublicID(String) - Method in class org.iso_relax.verifier.impl.SAXEventGenerator
 
setSystemID(String) - Method in class jp.gr.xml.relax.sax.DOMSAXProducer
 
setSystemID(String) - Method in class jp.gr.xml.relax.sax.DOMSAXProducerVisitor
 
setSystemID(String) - Method in class org.iso_relax.verifier.impl.SAXEventGenerator
 
setValidating(boolean) - Method in class org.iso_relax.jaxp.ValidatingDocumentBuilderFactory
 
setValidating(boolean) - Method in class org.iso_relax.jaxp.ValidatingSAXParserFactory
 
SimpleEntityResolver - Class in jp.gr.xml.relax.sax
SimpleEntityResolver
SimpleEntityResolver() - Constructor for class jp.gr.xml.relax.sax.SimpleEntityResolver
 
SimpleEntityResolver(String, String) - Constructor for class jp.gr.xml.relax.sax.SimpleEntityResolver
 
SimpleEntityResolver(String[][]) - Constructor for class jp.gr.xml.relax.sax.SimpleEntityResolver
 
SimpleEntityResolver(String[][], String[][]) - Constructor for class jp.gr.xml.relax.sax.SimpleEntityResolver
 
skippedEntity(String) - Method in class org.iso_relax.verifier.impl.ForkContentHandler
 
skippedEntity(String) - Method in class org.iso_relax.verifier.impl.VerifierFilterImpl
 
startCDATA() - Method in class jp.gr.xml.relax.sax.LexicalHandlerBase
 
startDocument() - Method in class org.iso_relax.verifier.impl.ForkContentHandler
 
startDocument() - Method in class org.iso_relax.verifier.impl.VerifierFilterImpl
 
startDTD(String, String, String) - Method in class jp.gr.xml.relax.sax.LexicalHandlerBase
 
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
 
startEntity(String) - Method in class jp.gr.xml.relax.sax.LexicalHandlerBase
 
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. this method can only be called during startElement method.
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

throwException(boolean) - Method in class jp.gr.xml.relax.sax.DOMSAXProducerVisitor
 
transponder - Variable in class org.iso_relax.dispatcher.impl.DispatcherImpl
this object passes SAX events to IslandVerifier.
traverse(Node, IDOMVisitor) - Static method in class jp.gr.xml.relax.dom.UDOMVisitor
 
traverseChildren(Node, IDOMVisitor) - Static method in class jp.gr.xml.relax.dom.UDOMVisitor
 

U

UDOM - Class in jp.gr.xml.relax.dom
UDOM
UDOM() - Constructor for class jp.gr.xml.relax.dom.UDOM
 
UDOMVisitor - Class in jp.gr.xml.relax.dom
UDOMVisitor
UDOMVisitor() - Constructor for class jp.gr.xml.relax.dom.UDOMVisitor
 
UnparsedEntityDecl(String, String, String, String) - Constructor for class org.iso_relax.dispatcher.Dispatcher.UnparsedEntityDecl
 
unparsedEntityDecls - Variable in class org.iso_relax.dispatcher.impl.DispatcherImpl
 
UXML - Class in jp.gr.xml.relax.xml
UXML

V

ValidatingDocumentBuilderFactory - Class in org.iso_relax.jaxp
Wraps another DocumentBuilderFactory and adds validation capability.
ValidatingDocumentBuilderFactory(Schema) - Constructor for class org.iso_relax.jaxp.ValidatingDocumentBuilderFactory
creates a new instance that wraps the default DocumentBuilderFactory
ValidatingDocumentBuilderFactory(DocumentBuilderFactory, Schema) - Constructor for class org.iso_relax.jaxp.ValidatingDocumentBuilderFactory
creates a new instance with an internal DocumentBuilderFactory and Schema.
ValidatingSAXParserFactory - Class in org.iso_relax.jaxp
Wraps another SAXParserFactory and adds validation capability.
ValidatingSAXParserFactory(Schema) - Constructor for class org.iso_relax.jaxp.ValidatingSAXParserFactory
creates a new instance that wraps the default DocumentBuilderFactory
ValidatingSAXParserFactory(SAXParserFactory, Schema) - Constructor for class org.iso_relax.jaxp.ValidatingSAXParserFactory
creates a new instance with an internal SAXParserFactory and Schema.
Verifier - Interface in org.iso_relax.verifier
An instance of this interface can validates documents.
VerifierConfigurationException - Exception in org.iso_relax.verifier
VerifierConfigurationException
VerifierConfigurationException(String) - Constructor for exception org.iso_relax.verifier.VerifierConfigurationException
 
VerifierConfigurationException(Exception) - 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(String) - Constructor for exception org.iso_relax.verifier.VerifierException
 
VerifierException(Exception) - 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.
VerifierImpl() - Constructor for class org.iso_relax.verifier.impl.VerifierImpl
 
verify(String) - Method in class org.iso_relax.verifier.impl.VerifierImpl
 
verify(InputSource) - Method in class org.iso_relax.verifier.impl.VerifierImpl
 
verify(File) - Method in class org.iso_relax.verifier.impl.VerifierImpl
 
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(InputSource) - Method in interface org.iso_relax.verifier.Verifier
validates an XML document.
verify(File) - Method in interface org.iso_relax.verifier.Verifier
validates an XML document.
verify(Node) - Method in interface org.iso_relax.verifier.Verifier
validates an XML document.

X

XMLMaker - Class in jp.gr.xml.relax.dom
XMLMaker
XMLMaker() - Constructor for class jp.gr.xml.relax.dom.XMLMaker
 

_

_Schema - Variable in class org.iso_relax.jaxp.ValidatingDocumentBuilderFactory
 
_Schema - Variable in class org.iso_relax.jaxp.ValidatingSAXParserFactory
 
_WrappedFactory - Variable in class org.iso_relax.jaxp.ValidatingDocumentBuilderFactory
 
_WrappedFactory - Variable in class org.iso_relax.jaxp.ValidatingSAXParserFactory
 
A B C D E F G H I J L M N O P R S T U V X _ 
Skip navigation links

Copyright © 2016 Philip Helger. All rights reserved.