sk.uniba.euromath.tests.core
Class ValidatorTest

java.lang.Object
  extended by sk.uniba.euromath.tests.core.ValidatorTest
All Implemented Interfaces:
com.sun.msv.verifier.psvi.TypedContentHandler

public class ValidatorTest
extends Object
implements com.sun.msv.verifier.psvi.TypedContentHandler

Author:
Moto

Constructor Summary
ValidatorTest()
           
 
Method Summary
 void characterChunk(String literal, org.relaxng.datatype.Datatype type)
           
 void endAttribute(String namespaceUri, String localName, String qName, com.sun.msv.grammar.AttributeExp type)
           
 void endAttributePart()
           
 void endDocument()
           
 void endElement(String uri, String local, String qName, com.sun.msv.grammar.ElementExp type)
           
static void main(String[] args)
           
 void startAttribute(String namespaceUri, String localName, String qName)
           
 void startDocument(org.relaxng.datatype.ValidationContext context)
           
 void startElement(String namespaceUri, String localName, String qName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValidatorTest

public ValidatorTest()
Method Detail

main

public static void main(String[] args)

startElement

public void startElement(String namespaceUri,
                         String localName,
                         String qName)
Specified by:
startElement in interface com.sun.msv.verifier.psvi.TypedContentHandler

startAttribute

public void startAttribute(String namespaceUri,
                           String localName,
                           String qName)
Specified by:
startAttribute in interface com.sun.msv.verifier.psvi.TypedContentHandler

endAttribute

public void endAttribute(String namespaceUri,
                         String localName,
                         String qName,
                         com.sun.msv.grammar.AttributeExp type)
Specified by:
endAttribute in interface com.sun.msv.verifier.psvi.TypedContentHandler

endAttributePart

public void endAttributePart()
Specified by:
endAttributePart in interface com.sun.msv.verifier.psvi.TypedContentHandler

characterChunk

public void characterChunk(String literal,
                           org.relaxng.datatype.Datatype type)
Specified by:
characterChunk in interface com.sun.msv.verifier.psvi.TypedContentHandler

endElement

public void endElement(String uri,
                       String local,
                       String qName,
                       com.sun.msv.grammar.ElementExp type)
Specified by:
endElement in interface com.sun.msv.verifier.psvi.TypedContentHandler

startDocument

public void startDocument(org.relaxng.datatype.ValidationContext context)
Specified by:
startDocument in interface com.sun.msv.verifier.psvi.TypedContentHandler

endDocument

public void endDocument()
Specified by:
endDocument in interface com.sun.msv.verifier.psvi.TypedContentHandler


Copyright © 2003-2006 null. All Rights Reserved.