org.apache.xerces.impl.xs
Class XSDAssertionValidator

java.lang.Object
  extended byorg.apache.xerces.impl.xs.XSDAssertionValidator

public class XSDAssertionValidator
extends java.lang.Object

An XML Schema validator subcomponent handling assertions processing.

Version:
$Id: XSDAssertionValidator.java 1035484 2010-11-15 22:54:30Z mukulg $
Author:
Mukul Gandhi IBM

INTERNAL:

Usage of this class is not supported. It may be altered or removed at any time.

Constructor Summary
XSDAssertionValidator(XMLSchemaValidator xmlSchemaValidator)
           
 
Method Summary
 void characterDataHandler(org.apache.xerces.xni.XMLString text)
           
 void handleEndElement(org.apache.xerces.xni.QName element, XSElementDecl elemDecl, org.apache.xerces.xs.XSTypeDefinition typeDef, XSNotationDecl notation, XSGrammarBucket grammarBucket, boolean atomicValueValid)
           
 void handleStartElement(org.apache.xerces.xni.QName element, org.apache.xerces.xni.XMLAttributes attributes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSDAssertionValidator

public XSDAssertionValidator(XMLSchemaValidator xmlSchemaValidator)
Method Detail

characterDataHandler

public void characterDataHandler(org.apache.xerces.xni.XMLString text)

handleStartElement

public void handleStartElement(org.apache.xerces.xni.QName element,
                               org.apache.xerces.xni.XMLAttributes attributes)

handleEndElement

public void handleEndElement(org.apache.xerces.xni.QName element,
                             XSElementDecl elemDecl,
                             org.apache.xerces.xs.XSTypeDefinition typeDef,
                             XSNotationDecl notation,
                             XSGrammarBucket grammarBucket,
                             boolean atomicValueValid)


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.