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

Quick Search    Search Deep

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


Package Samples:

org.apache.xmlbeans.samples.cursor

Classes:

MixedContent: This sample illustrates how you can use an XML cursor to manipulate the content of an element. Even though working with strongly-typed XML (in which you are accessing the XML through an API generated from schema) provides easy access for getting and setting the entire value of an element or attribute, it does not easily provide finer grained access to an element's content. This sample shows how you can use an XML cursor to "dive into" an element's content, manipulating it on a character-by- character level. The code in this sample is designed to look at the description of each item in an inventory ...
MixedContentTest: A class with which to test the MixedContent sample.
OrderMatters
OrderMattersTest

Home | Contact Us | Privacy Policy | Terms of Service