org.apache.xerces.impl.xs
Class XSDTypeAlternativeValidator

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

public class XSDTypeAlternativeValidator
extends java.lang.Object

An XML Schema validator subcomponent handling "type alternative" processing.

Version:
$Id: XSDTypeAlternativeValidator.java 1038854 2010-11-24 22:41:05Z mukulg $
Author:
Hiranya Jayathilaka, University of Moratuwa, Mukul Gandhi IBM

INTERNAL:

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

Constructor Summary
XSDTypeAlternativeValidator()
           
 
Method Summary
 org.apache.xerces.xs.XSTypeDefinition getCurrentType(XSElementDecl currentElemDecl, org.apache.xerces.xni.QName element, org.apache.xerces.xni.XMLAttributes attributes)
           
 void handleEndElement()
           
 void handleStartElement(XSElementDecl currentElemDecl, 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

XSDTypeAlternativeValidator

public XSDTypeAlternativeValidator()
Method Detail

getCurrentType

public org.apache.xerces.xs.XSTypeDefinition getCurrentType(XSElementDecl currentElemDecl,
                                                            org.apache.xerces.xni.QName element,
                                                            org.apache.xerces.xni.XMLAttributes attributes)

handleStartElement

public void handleStartElement(XSElementDecl currentElemDecl,
                               org.apache.xerces.xni.XMLAttributes attributes)

handleEndElement

public void handleEndElement()


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