com.sun.msv.schematron.verifier

Class RelmesVerifier

Implemented Interfaces:
IVerifier

public class RelmesVerifier
extends Object
implements IVerifier

Constructor Summary

RelmesVerifier(DocumentDeclaration docDecl, ErrorHandler handler)
RelmesVerifier(IVerifier core)

Method Summary

void
characters(ch[] , int start, int length)
void
endDocument()
void
endElement(String namespaceURI, String localName, String qName)
void
endPrefixMapping(String prefix)
Object
getCurrentElementType()
ErrorHandler
getErrorHandler()
Datatype[]
getLastCharacterType()
Locator
getLocator()
void
ignorableWhitespace(ch[] , int start, int length)
boolean
isValid()
void
processingInstruction(String target, String data)
void
setDocumentLocator(Locator locator)
void
setErrorHandler(ErrorHandler handler)
void
setPanicMode(boolean v)
void
skippedEntity(String name)
void
startDocument()
void
startElement(String namespaceURI, String localName, String qName, Attributes atts)
void
startPrefixMapping(String prefix, String uri)

Constructor Details

RelmesVerifier

public RelmesVerifier(DocumentDeclaration docDecl,
                      ErrorHandler handler)
            throws ParserConfigurationException

RelmesVerifier

public RelmesVerifier(IVerifier core)
            throws ParserConfigurationException

Method Details

characters

public void characters(ch[] ,
                       int start,
                       int length)
            throws SAXException

endDocument

public void endDocument()
            throws SAXException

endElement

public void endElement(String namespaceURI,
                       String localName,
                       String qName)
            throws SAXException

endPrefixMapping

public void endPrefixMapping(String prefix)
            throws SAXException

getCurrentElementType

public Object getCurrentElementType()

getErrorHandler

public final ErrorHandler getErrorHandler()

getLastCharacterType

public Datatype[] getLastCharacterType()

getLocator

public final Locator getLocator()

ignorableWhitespace

public void ignorableWhitespace(ch[] ,
                                int start,
                                int length)
            throws SAXException

isValid

public boolean isValid()

processingInstruction

public void processingInstruction(String target,
                                  String data)
            throws SAXException

setDocumentLocator

public void setDocumentLocator(Locator locator)

setErrorHandler

public final void setErrorHandler(ErrorHandler handler)

setPanicMode

public void setPanicMode(boolean v)

skippedEntity

public void skippedEntity(String name)
            throws SAXException

startDocument

public void startDocument()
            throws SAXException

startElement

public void startElement(String namespaceURI,
                         String localName,
                         String qName,
                         Attributes atts)
            throws SAXException

startPrefixMapping

public void startPrefixMapping(String prefix,
                               String uri)
            throws SAXException