/[Apache-SVN]
ViewVC logotype

Revision 191227


Jump to revision: Previous Next
Author: cezar
Date: Fri Jun 17 23:48:00 2005 UTC (4 years, 5 months ago)
Changed paths: 103 (showing only 100; show all)
Log Message:
Yana Kadiyska. Checking in samples contributed by Steve Traut

Changed paths:

Path Details
Directoryxmlbeans/trunk/samples/Any/ added
Directoryxmlbeans/trunk/samples/Any/README.txt added
Directoryxmlbeans/trunk/samples/Any/build.xml added
Directoryxmlbeans/trunk/samples/Any/schemas/ added
Directoryxmlbeans/trunk/samples/Any/schemas/any.xsd added
Directoryxmlbeans/trunk/samples/Any/src/ added
Directoryxmlbeans/trunk/samples/Any/src/org/ added
Directoryxmlbeans/trunk/samples/Any/src/org/apache/ added
Directoryxmlbeans/trunk/samples/Any/src/org/apache/xmlbeans/ added
Directoryxmlbeans/trunk/samples/Any/src/org/apache/xmlbeans/samples/ added
Directoryxmlbeans/trunk/samples/Any/src/org/apache/xmlbeans/samples/any/ added
Directoryxmlbeans/trunk/samples/Any/src/org/apache/xmlbeans/samples/any/ListOfStrings.java added
Directoryxmlbeans/trunk/samples/Any/src/org/apache/xmlbeans/samples/any/RootDocument.java added
Directoryxmlbeans/trunk/samples/Any/src/org/apache/xmlbeans/samples/any/StringelementDocument.java added
Directoryxmlbeans/trunk/samples/Any/src/org/apache/xmlbeans/samples/any/impl/ added
Directoryxmlbeans/trunk/samples/Any/src/org/apache/xmlbeans/samples/any/impl/ListOfStringsImpl.java added
Directoryxmlbeans/trunk/samples/Any/src/org/apache/xmlbeans/samples/any/impl/RootDocumentImpl.java added
Directoryxmlbeans/trunk/samples/Any/src/org/apache/xmlbeans/samples/any/impl/StringelementDocumentImpl.java added
Directoryxmlbeans/trunk/samples/Any/src/org/apache/xmlbeans/samples/anytype/ added
Directoryxmlbeans/trunk/samples/Any/src/org/apache/xmlbeans/samples/anytype/Any.java added
Directoryxmlbeans/trunk/samples/Any/src/org/apache/xmlbeans/samples/anytype/AnyTest.java added
Directoryxmlbeans/trunk/samples/Any/xml/ added
Directoryxmlbeans/trunk/samples/Any/xml/any.xml added
Directoryxmlbeans/trunk/samples/MixedContent/src/org/apache/xmlbeans/samples/cursor/MixedContent.java modified , text changed
Directoryxmlbeans/trunk/samples/Validation/ added
Directoryxmlbeans/trunk/samples/Validation/README.txt added
Directoryxmlbeans/trunk/samples/Validation/build.xml added
Directoryxmlbeans/trunk/samples/Validation/schemas/ added
Directoryxmlbeans/trunk/samples/Validation/schemas/todolist.xsd added
Directoryxmlbeans/trunk/samples/Validation/src/ added
Directoryxmlbeans/trunk/samples/Validation/src/org/ added
Directoryxmlbeans/trunk/samples/Validation/src/org/apache/ added
Directoryxmlbeans/trunk/samples/Validation/src/org/apache/xmlbeans/ added
Directoryxmlbeans/trunk/samples/Validation/src/org/apache/xmlbeans/samples/ added
Directoryxmlbeans/trunk/samples/Validation/src/org/apache/xmlbeans/samples/validation/ added
Directoryxmlbeans/trunk/samples/Validation/src/org/apache/xmlbeans/samples/validation/Validation.java added
Directoryxmlbeans/trunk/samples/Validation/src/org/apache/xmlbeans/samples/validation/ValidationTest.java added
Directoryxmlbeans/trunk/samples/Validation/src/org/apache/xmlbeans/samples/validation/todolist/ added
Directoryxmlbeans/trunk/samples/Validation/src/org/apache/xmlbeans/samples/validation/todolist/ActionType.java added
Directoryxmlbeans/trunk/samples/Validation/src/org/apache/xmlbeans/samples/validation/todolist/IdType.java added
Directoryxmlbeans/trunk/samples/Validation/src/org/apache/xmlbeans/samples/validation/todolist/ItemType.java added
Directoryxmlbeans/trunk/samples/Validation/src/org/apache/xmlbeans/samples/validation/todolist/NameType.java added
Directoryxmlbeans/trunk/samples/Validation/src/org/apache/xmlbeans/samples/validation/todolist/TodolistDocument.java added
Directoryxmlbeans/trunk/samples/Validation/src/org/apache/xmlbeans/samples/validation/todolist/impl/ added
Directoryxmlbeans/trunk/samples/Validation/src/org/apache/xmlbeans/samples/validation/todolist/impl/ActionTypeImpl.java added
Directoryxmlbeans/trunk/samples/Validation/src/org/apache/xmlbeans/samples/validation/todolist/impl/IdTypeImpl.java added
Directoryxmlbeans/trunk/samples/Validation/src/org/apache/xmlbeans/samples/validation/todolist/impl/ItemTypeImpl.java added
Directoryxmlbeans/trunk/samples/Validation/src/org/apache/xmlbeans/samples/validation/todolist/impl/NameTypeImpl.java added
Directoryxmlbeans/trunk/samples/Validation/src/org/apache/xmlbeans/samples/validation/todolist/impl/TodolistDocumentImpl.java added
Directoryxmlbeans/trunk/samples/Validation/xml/ added
Directoryxmlbeans/trunk/samples/Validation/xml/todolist.xml added
Directoryxmlbeans/trunk/samples/XQueryXPath/ added
Directoryxmlbeans/trunk/samples/XQueryXPath/README.txt added
Directoryxmlbeans/trunk/samples/XQueryXPath/bin/ added
Directoryxmlbeans/trunk/samples/XQueryXPath/bin/org/ added
Directoryxmlbeans/trunk/samples/XQueryXPath/bin/org/apache/ added
Directoryxmlbeans/trunk/samples/XQueryXPath/bin/org/apache/xmlbeans/ added
Directoryxmlbeans/trunk/samples/XQueryXPath/bin/org/apache/xmlbeans/samples/ added
Directoryxmlbeans/trunk/samples/XQueryXPath/bin/org/apache/xmlbeans/samples/xquery/ added
Directoryxmlbeans/trunk/samples/XQueryXPath/bin/org/apache/xmlbeans/samples/xquery/employees/ added
Directoryxmlbeans/trunk/samples/XQueryXPath/bin/org/apache/xmlbeans/samples/xquery/employees/impl/ added
Directoryxmlbeans/trunk/samples/XQueryXPath/build.xml added
Directoryxmlbeans/trunk/samples/XQueryXPath/lib/ added
Directoryxmlbeans/trunk/samples/XQueryXPath/schemas/ added
Directoryxmlbeans/trunk/samples/XQueryXPath/schemas/employeeschema.xsd added
Directoryxmlbeans/trunk/samples/XQueryXPath/src/ added
Directoryxmlbeans/trunk/samples/XQueryXPath/src/org/ added
Directoryxmlbeans/trunk/samples/XQueryXPath/src/org/apache/ added
Directoryxmlbeans/trunk/samples/XQueryXPath/src/org/apache/xmlbeans/ added
Directoryxmlbeans/trunk/samples/XQueryXPath/src/org/apache/xmlbeans/samples/ added
Directoryxmlbeans/trunk/samples/XQueryXPath/src/org/apache/xmlbeans/samples/xquery/ added
Directoryxmlbeans/trunk/samples/XQueryXPath/src/org/apache/xmlbeans/samples/xquery/ExecQuery.java added
Directoryxmlbeans/trunk/samples/XQueryXPath/src/org/apache/xmlbeans/samples/xquery/SelectPath.java added
Directoryxmlbeans/trunk/samples/XQueryXPath/src/org/apache/xmlbeans/samples/xquery/XQueryXPath.java added
Directoryxmlbeans/trunk/samples/XQueryXPath/src/org/apache/xmlbeans/samples/xquery/XQueryXPathTest.java added
Directoryxmlbeans/trunk/samples/XQueryXPath/src/org/apache/xmlbeans/samples/xquery/employees/ added
Directoryxmlbeans/trunk/samples/XQueryXPath/src/org/apache/xmlbeans/samples/xquery/employees/AddressType.java added
Directoryxmlbeans/trunk/samples/XQueryXPath/src/org/apache/xmlbeans/samples/xquery/employees/EmployeeType.java added
Directoryxmlbeans/trunk/samples/XQueryXPath/src/org/apache/xmlbeans/samples/xquery/employees/EmployeesDocument.java added
Directoryxmlbeans/trunk/samples/XQueryXPath/src/org/apache/xmlbeans/samples/xquery/employees/PhoneType.java added
Directoryxmlbeans/trunk/samples/XQueryXPath/src/org/apache/xmlbeans/samples/xquery/employees/impl/ added
Directoryxmlbeans/trunk/samples/XQueryXPath/src/org/apache/xmlbeans/samples/xquery/employees/impl/AddressTypeImpl.java added
Directoryxmlbeans/trunk/samples/XQueryXPath/src/org/apache/xmlbeans/samples/xquery/employees/impl/EmployeeTypeImpl.java added
Directoryxmlbeans/trunk/samples/XQueryXPath/src/org/apache/xmlbeans/samples/xquery/employees/impl/EmployeesDocumentImpl.java added
Directoryxmlbeans/trunk/samples/XQueryXPath/src/org/apache/xmlbeans/samples/xquery/employees/impl/PhoneTypeImpl.java added
Directoryxmlbeans/trunk/samples/XQueryXPath/xml/ added
Directoryxmlbeans/trunk/samples/XQueryXPath/xml/employees.xml added
Directoryxmlbeans/trunk/samples/XmlTree/ added
Directoryxmlbeans/trunk/samples/XmlTree/README.txt added
Directoryxmlbeans/trunk/samples/XmlTree/build.xml added
Directoryxmlbeans/trunk/samples/XmlTree/src/ added
Directoryxmlbeans/trunk/samples/XmlTree/src/org/ added
Directoryxmlbeans/trunk/samples/XmlTree/src/org/apache/ added
Directoryxmlbeans/trunk/samples/XmlTree/src/org/apache/xmlbeans/ added
Directoryxmlbeans/trunk/samples/XmlTree/src/org/apache/xmlbeans/samples/ added
Directoryxmlbeans/trunk/samples/XmlTree/src/org/apache/xmlbeans/samples/xmltree/ added
Directoryxmlbeans/trunk/samples/XmlTree/src/org/apache/xmlbeans/samples/xmltree/XmlEntry.java added
Directoryxmlbeans/trunk/samples/XmlTree/src/org/apache/xmlbeans/samples/xmltree/XmlModel.java added
Directoryxmlbeans/trunk/samples/XmlTree/src/org/apache/xmlbeans/samples/xmltree/XmlTree.java added
Directoryxmlbeans/trunk/samples/XmlTree/src/org/apache/xmlbeans/samples/xmltree/XmlTreeFrame.java added
[...]

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2