Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
I M O P V

I

isValidAfterChanges(String) - Method in class org.apache.xmlbeans.samples.validation.Validation
Illustrates use of the validate method by making changes to incoming XML that invalidate the XML, then validating the instance and printing resulting error messages.
isValidOnTheFly(String) - Method in class org.apache.xmlbeans.samples.validation.Validation
Illustrates the "validate on set" feature, which validates XML for simple types on the fly.

M

m_validationOptions - Static variable in class org.apache.xmlbeans.samples.validation.Validation
 
main(String[]) - Static method in class org.apache.xmlbeans.samples.validation.Validation
Receives a todo list XML instance, twice rendering it invalid and validating it using the XMLBeans API.
main(String[]) - Static method in class org.apache.xmlbeans.samples.validation.ValidationTest
Tests the Validation sample.

O

org.apache.xmlbeans.samples.validation - package org.apache.xmlbeans.samples.validation
 

P

parseXml(String, XmlOptions) - Method in class org.apache.xmlbeans.samples.validation.Validation
Creates a File from the XML path provided in main arguments, then parses the file's contents into a type generated from schema.
printErrors(ArrayList) - Method in class org.apache.xmlbeans.samples.validation.Validation
Receives the collection containing errors found during validation and print the errors to the console.

V

Validation - class org.apache.xmlbeans.samples.validation.Validation.
A sample to illustrate two means for validating XML against schema using features of the XMLBeans API.
Validation() - Constructor for class org.apache.xmlbeans.samples.validation.Validation
 
ValidationTest - class org.apache.xmlbeans.samples.validation.ValidationTest.
A class with which to test the Validation sample.
ValidationTest() - Constructor for class org.apache.xmlbeans.samples.validation.ValidationTest
 

I M O P V