org.apache.xerces.impl.xs
Class XSDAssertionValidator
java.lang.Object
org.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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XSDAssertionValidator
public XSDAssertionValidator(XMLSchemaValidator xmlSchemaValidator)
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.