public class XSDAssertionValidator
extends java.lang.Object
Constructor and Description |
---|
XSDAssertionValidator(XMLSchemaValidator xmlSchemaValidator) |
Modifier and Type | Method and Description |
---|---|
void |
characterDataHandler(org.apache.xerces.xni.XMLString text) |
void |
comment(org.apache.xerces.xni.XMLString text) |
java.util.List |
getAssertsFromSimpleType(org.apache.xerces.xs.XSSimpleTypeDefinition simpleTypeDef) |
void |
handleEndElement(org.apache.xerces.xni.QName element,
org.apache.xerces.xni.Augmentations augs) |
void |
handleStartElement(org.apache.xerces.xni.QName element,
org.apache.xerces.xni.XMLAttributes attributes) |
void |
processingInstruction(java.lang.String target,
org.apache.xerces.xni.XMLString data) |
public XSDAssertionValidator(XMLSchemaValidator xmlSchemaValidator)
public void characterDataHandler(org.apache.xerces.xni.XMLString text)
public void handleStartElement(org.apache.xerces.xni.QName element, org.apache.xerces.xni.XMLAttributes attributes) throws java.lang.Exception
java.lang.Exception
public void handleEndElement(org.apache.xerces.xni.QName element, org.apache.xerces.xni.Augmentations augs)
public void comment(org.apache.xerces.xni.XMLString text)
public void processingInstruction(java.lang.String target, org.apache.xerces.xni.XMLString data)
public java.util.List getAssertsFromSimpleType(org.apache.xerces.xs.XSSimpleTypeDefinition simpleTypeDef)
Copyright © 1999-2022 The Apache Software Foundation. All Rights Reserved.