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

Quick Search    Search Deep

org.apache.xmlbeans.samples.any.impl.* (3)

org.apache.xmlbeans.samples.any: Javadoc index of package org.apache.xmlbeans.samples.any.


Package Samples:

org.apache.xmlbeans.samples.any.impl

Classes:

Any: A sample that illustrates various ways to manipulate XML whose schema defines elements as type xs:any. Unlike its treatment of other schema types, XMLBeans does not generate accessors for the xs:any particle when compiling schema. Instead, your code handles instances of this type through any of several alternative means, including XPath queries, the selectChildren method, XmlCursor instances and the DOM API. This samples illustrates these alternative approaches.
StringelementDocument: A document containing one stringelement(@http://xmlbeans.apache.org/samples/any) element. This is a complex type.
StringelementDocumentImpl: A document containing one stringelement(@http://xmlbeans.apache.org/samples/any) element. This is a complex type.
RootDocument: A document containing one root(@http://xmlbeans.apache.org/samples/any) element. This is a complex type.
RootDocumentImpl: A document containing one root(@http://xmlbeans.apache.org/samples/any) element. This is a complex type.
ListOfStrings: An XML ListOfStrings(@http://xmlbeans.apache.org/samples/any). This is a complex type.
ListOfStringsImpl: An XML ListOfStrings(@http://xmlbeans.apache.org/samples/any). This is a complex type.
AnyTest: A class with which to test the Any sample.

Home | Contact Us | Privacy Policy | Terms of Service