diff --git a/.gitattributes b/.gitattributes
deleted file mode 100644
index ccd9f864..00000000
--- a/.gitattributes
+++ /dev/null
@@ -1,12 +0,0 @@
-# Auto detect text files and perform LF normalization
-* text=auto
-
-*.java text diff=java
-*.html text diff=html
-*.css text
-*.js text
-*.sql text
-
-# some files require the correct eol for proper testing
-*-DOS.xml text eol=crlf
-*-UNIX.xml text eol=lf
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
deleted file mode 100644
index 99bc7a7e..00000000
--- a/.github/dependabot.yml
+++ /dev/null
@@ -1,25 +0,0 @@
-version: 2
-updates:
- - package-ecosystem: "maven"
- directory: "/"
- target-branch: "master"
- schedule:
- interval: "daily"
-
- - package-ecosystem: "maven"
- directory: "/"
- target-branch: "3.x"
- schedule:
- interval: "daily"
-
- - package-ecosystem: "github-actions"
- directory: "/"
- target-branch: "master"
- schedule:
- interval: "daily"
-
- - package-ecosystem: "github-actions"
- directory: "/"
- target-branch: "3.x"
- schedule:
- interval: "daily"
diff --git a/.github/release-drafter-3.x.yml b/.github/release-drafter-3.x.yml
deleted file mode 100644
index 2b81e3e6..00000000
--- a/.github/release-drafter-3.x.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-_extends: .github:.github/release-drafter.yml
-tag-template: plexus-xml-$NEXT_PATCH_VERSION
-version-template: 3.$MINOR.$PATCH
-commitish: 3.x
-filter-by-commitish: true
diff --git a/.github/release-drafter-master.yml b/.github/release-drafter-master.yml
deleted file mode 100644
index 6c322a82..00000000
--- a/.github/release-drafter-master.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-_extends: .github:.github/release-drafter.yml
-tag-template: plexus-xml-$NEXT_PATCH_VERSION
-version-template: 4.$MINOR.$PATCH
-commitish: master
-filter-by-commitish: true
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
deleted file mode 100644
index e8a60412..00000000
--- a/.github/workflows/maven.yml
+++ /dev/null
@@ -1,38 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements. See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership. The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied. See the License for the
-# specific language governing permissions and limitations
-# under the License.
-
-name: GitHub CI
-
-on: [push, pull_request]
-
-jobs:
- build:
- name: Build it
- uses: codehaus-plexus/.github/.github/workflows/maven.yml@master
- with:
- # Works with Java 17+
- matrix-exclude: >
- [
- {"jdk": "8"},
- {"jdk": "11"}
- ]
-
- deploy:
- name: Deploy
- needs: build
- uses: codehaus-plexus/.github/.github/workflows/maven-deploy.yml@master
- secrets: inherit
diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml
deleted file mode 100644
index e10bac4a..00000000
--- a/.github/workflows/release-drafter.yml
+++ /dev/null
@@ -1,14 +0,0 @@
-name: Release Drafter Master
-on:
- push:
- branches:
- - master
-jobs:
- update_release_draft:
- runs-on: ubuntu-latest
- steps:
- - uses: release-drafter/release-drafter@v6
- with:
- config-name: 'release-drafter-master.yml' # located in .github/ in default branch
- env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index f5db0513..00000000
--- a/.gitignore
+++ /dev/null
@@ -1,12 +0,0 @@
-target/
-.project
-.classpath
-.settings/
-bin
-*.iml
-*.ipr
-*.iws
-*.idea
-release.properties
-.java-version
-
diff --git a/LICENSE.txt b/LICENSE.txt
deleted file mode 100644
index 261eeb9e..00000000
--- a/LICENSE.txt
+++ /dev/null
@@ -1,201 +0,0 @@
- Apache License
- Version 2.0, January 2004
- http://www.apache.org/licenses/
-
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
-
- 1. Definitions.
-
- "License" shall mean the terms and conditions for use, reproduction,
- and distribution as defined by Sections 1 through 9 of this document.
-
- "Licensor" shall mean the copyright owner or entity authorized by
- the copyright owner that is granting the License.
-
- "Legal Entity" shall mean the union of the acting entity and all
- other entities that control, are controlled by, or are under common
- control with that entity. For the purposes of this definition,
- "control" means (i) the power, direct or indirect, to cause the
- direction or management of such entity, whether by contract or
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
- outstanding shares, or (iii) beneficial ownership of such entity.
-
- "You" (or "Your") shall mean an individual or Legal Entity
- exercising permissions granted by this License.
-
- "Source" form shall mean the preferred form for making modifications,
- including but not limited to software source code, documentation
- source, and configuration files.
-
- "Object" form shall mean any form resulting from mechanical
- transformation or translation of a Source form, including but
- not limited to compiled object code, generated documentation,
- and conversions to other media types.
-
- "Work" shall mean the work of authorship, whether in Source or
- Object form, made available under the License, as indicated by a
- copyright notice that is included in or attached to the work
- (an example is provided in the Appendix below).
-
- "Derivative Works" shall mean any work, whether in Source or Object
- form, that is based on (or derived from) the Work and for which the
- editorial revisions, annotations, elaborations, or other modifications
- represent, as a whole, an original work of authorship. For the purposes
- of this License, Derivative Works shall not include works that remain
- separable from, or merely link (or bind by name) to the interfaces of,
- the Work and Derivative Works thereof.
-
- "Contribution" shall mean any work of authorship, including
- the original version of the Work and any modifications or additions
- to that Work or Derivative Works thereof, that is intentionally
- submitted to Licensor for inclusion in the Work by the copyright owner
- or by an individual or Legal Entity authorized to submit on behalf of
- the copyright owner. For the purposes of this definition, "submitted"
- means any form of electronic, verbal, or written communication sent
- to the Licensor or its representatives, including but not limited to
- communication on electronic mailing lists, source code control systems,
- and issue tracking systems that are managed by, or on behalf of, the
- Licensor for the purpose of discussing and improving the Work, but
- excluding communication that is conspicuously marked or otherwise
- designated in writing by the copyright owner as "Not a Contribution."
-
- "Contributor" shall mean Licensor and any individual or Legal Entity
- on behalf of whom a Contribution has been received by Licensor and
- subsequently incorporated within the Work.
-
- 2. Grant of Copyright License. Subject to the terms and conditions of
- this License, each Contributor hereby grants to You a perpetual,
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
- copyright license to reproduce, prepare Derivative Works of,
- publicly display, publicly perform, sublicense, and distribute the
- Work and such Derivative Works in Source or Object form.
-
- 3. Grant of Patent License. Subject to the terms and conditions of
- this License, each Contributor hereby grants to You a perpetual,
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
- (except as stated in this section) patent license to make, have made,
- use, offer to sell, sell, import, and otherwise transfer the Work,
- where such license applies only to those patent claims licensable
- by such Contributor that are necessarily infringed by their
- Contribution(s) alone or by combination of their Contribution(s)
- with the Work to which such Contribution(s) was submitted. If You
- institute patent litigation against any entity (including a
- cross-claim or counterclaim in a lawsuit) alleging that the Work
- or a Contribution incorporated within the Work constitutes direct
- or contributory patent infringement, then any patent licenses
- granted to You under this License for that Work shall terminate
- as of the date such litigation is filed.
-
- 4. Redistribution. You may reproduce and distribute copies of the
- Work or Derivative Works thereof in any medium, with or without
- modifications, and in Source or Object form, provided that You
- meet the following conditions:
-
- (a) You must give any other recipients of the Work or
- Derivative Works a copy of this License; and
-
- (b) You must cause any modified files to carry prominent notices
- stating that You changed the files; and
-
- (c) You must retain, in the Source form of any Derivative Works
- that You distribute, all copyright, patent, trademark, and
- attribution notices from the Source form of the Work,
- excluding those notices that do not pertain to any part of
- the Derivative Works; and
-
- (d) If the Work includes a "NOTICE" text file as part of its
- distribution, then any Derivative Works that You distribute must
- include a readable copy of the attribution notices contained
- within such NOTICE file, excluding those notices that do not
- pertain to any part of the Derivative Works, in at least one
- of the following places: within a NOTICE text file distributed
- as part of the Derivative Works; within the Source form or
- documentation, if provided along with the Derivative Works; or,
- within a display generated by the Derivative Works, if and
- wherever such third-party notices normally appear. The contents
- of the NOTICE file are for informational purposes only and
- do not modify the License. You may add Your own attribution
- notices within Derivative Works that You distribute, alongside
- or as an addendum to the NOTICE text from the Work, provided
- that such additional attribution notices cannot be construed
- as modifying the License.
-
- You may add Your own copyright statement to Your modifications and
- may provide additional or different license terms and conditions
- for use, reproduction, or distribution of Your modifications, or
- for any such Derivative Works as a whole, provided Your use,
- reproduction, and distribution of the Work otherwise complies with
- the conditions stated in this License.
-
- 5. Submission of Contributions. Unless You explicitly state otherwise,
- any Contribution intentionally submitted for inclusion in the Work
- by You to the Licensor shall be under the terms and conditions of
- this License, without any additional terms or conditions.
- Notwithstanding the above, nothing herein shall supersede or modify
- the terms of any separate license agreement you may have executed
- with Licensor regarding such Contributions.
-
- 6. Trademarks. This License does not grant permission to use the trade
- names, trademarks, service marks, or product names of the Licensor,
- except as required for reasonable and customary use in describing the
- origin of the Work and reproducing the content of the NOTICE file.
-
- 7. Disclaimer of Warranty. Unless required by applicable law or
- agreed to in writing, Licensor provides the Work (and each
- Contributor provides its Contributions) on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
- implied, including, without limitation, any warranties or conditions
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
- PARTICULAR PURPOSE. You are solely responsible for determining the
- appropriateness of using or redistributing the Work and assume any
- risks associated with Your exercise of permissions under this License.
-
- 8. Limitation of Liability. In no event and under no legal theory,
- whether in tort (including negligence), contract, or otherwise,
- unless required by applicable law (such as deliberate and grossly
- negligent acts) or agreed to in writing, shall any Contributor be
- liable to You for damages, including any direct, indirect, special,
- incidental, or consequential damages of any character arising as a
- result of this License or out of the use or inability to use the
- Work (including but not limited to damages for loss of goodwill,
- work stoppage, computer failure or malfunction, or any and all
- other commercial damages or losses), even if such Contributor
- has been advised of the possibility of such damages.
-
- 9. Accepting Warranty or Additional Liability. While redistributing
- the Work or Derivative Works thereof, You may choose to offer,
- and charge a fee for, acceptance of support, warranty, indemnity,
- or other liability obligations and/or rights consistent with this
- License. However, in accepting such obligations, You may act only
- on Your own behalf and on Your sole responsibility, not on behalf
- of any other Contributor, and only if You agree to indemnify,
- defend, and hold each Contributor harmless for any liability
- incurred by, or claims asserted against, such Contributor by reason
- of your accepting any such warranty or additional liability.
-
- END OF TERMS AND CONDITIONS
-
- APPENDIX: How to apply the Apache License to your work.
-
- To apply the Apache License to your work, attach the following
- boilerplate notice, with the fields enclosed by brackets "[]"
- replaced with your own identifying information. (Don't include
- the brackets!) The text should be enclosed in the appropriate
- comment syntax for the file format. We also recommend that a
- file or class name and description of purpose be included on the
- same "printed page" as the copyright notice for easier
- identification within third-party archives.
-
- Copyright [yyyy] [name of copyright owner]
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
diff --git a/NOTICE.txt b/NOTICE.txt
deleted file mode 100644
index 3f59805c..00000000
--- a/NOTICE.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-This product includes software developed by
-The Apache Software Foundation (http://www.apache.org/).
diff --git a/README.md b/README.md
deleted file mode 100644
index d72d9e96..00000000
--- a/README.md
+++ /dev/null
@@ -1,25 +0,0 @@
-Plexus-Xml
-==========
-
-[](https://github.com/codehaus-plexus/plexus-xml/actions)
-[](https://search.maven.org/artifact/org.codehaus.plexus/plexus-xml)
-[](https://search.maven.org/artifact/org.codehaus.plexus/plexus-xml)
-[](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/codehaus/plexus/plexus-xml/README.md)
-
-This library consists of XML classes (`org.codehaus.plexus.util.xml` and `org.codehaus.plexus.util.xml.pull`) that:
-
-1. have been extracted from [`plexus-utils`](https://github.com/codehaus-plexus/plexus-utils/) 4:\
- this step is released as `plexus-xml` 3, maintained in [3.x branch](tree/3.x)\
- [](https://search.maven.org/artifact/org.codehaus.plexus/plexus-xml),
-
-2. then updated to use Maven 4-specific [`maven-xml-api`](https://github.com/apache/maven/tree/maven-4.0.0-rc-2/api/maven-api-xml)/[`maven-xml`](https://github.com/apache/maven/tree/maven-4.0.0-rc-2/maven-xml):\
- this is the `master` branch from which `plexus-xml` 4 is released\
- Version 4.x requires Java 17 (like Maven 4)
- [](https://search.maven.org/artifact/org.codehaus.plexus/plexus-xml)
-
-For publishing [the site](https://codehaus-plexus.github.io/plexus-xml/) do the following:
-
-```
-mvn -Preporting verify site site:stage scm-publish:publish-scm
-```
-
diff --git a/apidocs/allclasses-index.html b/apidocs/allclasses-index.html
new file mode 100644
index 00000000..d670893b
--- /dev/null
+++ b/apidocs/allclasses-index.html
@@ -0,0 +1,156 @@
+
+
+
XML Pull Parser is an interface that defines parsing functionality provided in
+ XMLPULL V1 API (visit this website to learn more about API and its
+ implementations).
The XmlReaderException is thrown by the XmlReader constructors if the charset encoding can not be determined
+ according to the XML 1.0 specification and RFC 3023.
Character stream that handles (or at least attempts to) all the necessary Voodo to figure out the charset encoding of
+ the XML document within the stream.
The XmlStreamReaderException is thrown by the XmlStreamReader constructors if the charset encoding can not be
+ determined according to the XML 1.0 specification and RFC 3023.
Character stream that handles (or at least attempts to) all the necessary Voodo to figure out the charset encoding of
+ the XML document written to the stream.
+
+
\ No newline at end of file
diff --git a/apidocs/element-list b/apidocs/element-list
new file mode 100644
index 00000000..ee241d81
--- /dev/null
+++ b/apidocs/element-list
@@ -0,0 +1,2 @@
+org.codehaus.plexus.util.xml
+org.codehaus.plexus.util.xml.pull
diff --git a/apidocs/help-doc.html b/apidocs/help-doc.html
new file mode 100644
index 00000000..8ed61e32
--- /dev/null
+++ b/apidocs/help-doc.html
@@ -0,0 +1,203 @@
+
+
+
+
+Codestin Search App
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
JavaDoc Help
+
+
+
Navigation
+Starting from the Overview page, you can browse the documentation using the links in each page, and in the navigation bar at the top of each page. The Index and Search box allow you to navigate to specific declarations and summary pages, including: All Packages, All Classes and Interfaces
+
+
Search
+
You can search for definitions of modules, packages, types, fields, methods, system properties and other terms defined in the API. These items can be searched using part or all of the name, optionally using "camelCase" abbreviations, or multiple search terms separated by whitespace. Some examples:
+The following sections describe the different kinds of pages in this collection.
+
+
Overview
+
The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.
+
+
+
Package
+
Each package has a page that contains a list of its classes and interfaces, with a summary for each. These pages may contain the following categories:
+
+
Interfaces
+
Classes
+
Enum Classes
+
Exception Classes
+
Annotation Interfaces
+
+
+
+
Class or Interface
+
Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a declaration and description, member summary tables, and detailed member descriptions. Entries in each of these sections are omitted if they are empty or not applicable.
+
+
Class Inheritance Diagram
+
Direct Subclasses
+
All Known Subinterfaces
+
All Known Implementing Classes
+
Class or Interface Declaration
+
Class or Interface Description
+
+
+
+
Nested Class Summary
+
Enum Constant Summary
+
Field Summary
+
Property Summary
+
Constructor Summary
+
Method Summary
+
Required Element Summary
+
Optional Element Summary
+
+
+
+
Enum Constant Details
+
Field Details
+
Property Details
+
Constructor Details
+
Method Details
+
Element Details
+
+
Note: Annotation interfaces have required and optional elements, but not methods. Only enum classes have enum constants. The components of a record class are displayed as part of the declaration of the record class. Properties are a feature of JavaFX.
+
The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.
+
+
+
Other Files
+
Packages and modules may contain pages with additional information related to the declarations nearby.
+
+
+
Use
+
Each documented package, class or interface has its own Use page, which lists packages, classes, interfaces, methods, constructors and fields that use any part of that package, class or interface. Given a class or interface A, its Use page includes subclasses or subinterfaces of A, fields declared as A, methods that return A, methods and constructors with parameters of type A, and subclasses or subinterfaces with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the USE link in the navigation bar.
+
+
+
Tree (Class Hierarchy)
+
There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. Classes are organized by inheritance structure starting with java.lang.Object. Interfaces do not inherit from java.lang.Object.
+
+
When viewing the Overview page, clicking on TREE displays the hierarchy for all packages.
+
When viewing a particular package, class or interface page, clicking on TREE displays the hierarchy for only that package.
+
+
+
+
Deprecated API
+
The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to shortcomings, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.
Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to those who implement rather than use the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See Also" section of the class description.
+
+
+
All Packages
+
The All Packages page contains an alphabetic index of all packages contained in the documentation.
+
+
+
All Classes and Interfaces
+
The All Classes and Interfaces page contains an alphabetic index of all classes and interfaces contained in the documentation, including annotation interfaces, enum classes, and record classes.
+
+
+
Index
+
The Index contains an alphabetic index of all classes, interfaces, constructors, methods, and fields in the documentation, as well as summary pages such as All Packages, All Classes and Interfaces.
+
+
+
+This help file applies to API documentation generated by the standard doclet.
+
+
+
+
+
\ No newline at end of file
diff --git a/apidocs/index-all.html b/apidocs/index-all.html
new file mode 100644
index 00000000..0208d877
--- /dev/null
+++ b/apidocs/index-all.html
@@ -0,0 +1,1388 @@
+
+
+
+
+Codestin Search App
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This default mode for combining children DOMs during merge means that where element names match, the process will
+ try to merge the element data, rather than putting the dominant and recessive elements (which share the same
+ element name) as siblings in the resulting DOM.
This default mode for combining a DOM node during merge means that where element names match, the process will
+ try to merge the element attributes and values, rather than overriding the recessive element completely with the
+ dominant one.
If current event is START_TAG then if next element is TEXT then element content is returned or if next event is
+ END_TAG then empty string is returned, otherwise exception is thrown.
This method works similarly to next() but will expose additional event types (COMMENT, CDSECT, DOCDECL,
+ ENTITY_REF, PROCESSING_INSTRUCTION, or IGNORABLE_WHITESPACE) if they are available in input.
For maximum efficiency when writing indents the required output is pre-computed This is internal function that
+ recomputes buffer after user requested changes.
Write <?xml declaration with encoding (if encoding not null) and standalone flag (if standalone not null)
+ This method can only be called just after setOutput.
XML Pull Parser is an interface that defines parsing functionality provided in
+ XMLPULL V1 API (visit this website to learn more about API and its
+ implementations).
The XmlReaderException is thrown by the XmlReader constructors if the charset encoding can not be determined
+ according to the XML 1.0 specification and RFC 3023.
Character stream that handles (or at least attempts to) all the necessary Voodo to figure out the charset encoding of
+ the XML document within the stream.
The XmlStreamReaderException is thrown by the XmlStreamReader constructors if the charset encoding can not be
+ determined according to the XML 1.0 specification and RFC 3023.
Character stream that handles (or at least attempts to) all the necessary Voodo to figure out the charset encoding of
+ the XML document written to the stream.
+
+
\ No newline at end of file
diff --git a/apidocs/legal/ADDITIONAL_LICENSE_INFO b/apidocs/legal/ADDITIONAL_LICENSE_INFO
new file mode 100644
index 00000000..ff700cd0
--- /dev/null
+++ b/apidocs/legal/ADDITIONAL_LICENSE_INFO
@@ -0,0 +1,37 @@
+ ADDITIONAL INFORMATION ABOUT LICENSING
+
+Certain files distributed by Oracle America, Inc. and/or its affiliates are
+subject to the following clarification and special exception to the GPLv2,
+based on the GNU Project exception for its Classpath libraries, known as the
+GNU Classpath Exception.
+
+Note that Oracle includes multiple, independent programs in this software
+package. Some of those programs are provided under licenses deemed
+incompatible with the GPLv2 by the Free Software Foundation and others.
+For example, the package includes programs licensed under the Apache
+License, Version 2.0 and may include FreeType. Such programs are licensed
+to you under their original licenses.
+
+Oracle facilitates your further distribution of this package by adding the
+Classpath Exception to the necessary parts of its GPLv2 code, which permits
+you to use that code in combination with other independent modules not
+licensed under the GPLv2. However, note that this would not permit you to
+commingle code under an incompatible license with Oracle's GPLv2 licensed
+code by, for example, cutting and pasting such code into a file also
+containing Oracle's GPLv2 licensed code and then distributing the result.
+
+Additionally, if you were to remove the Classpath Exception from any of the
+files to which it applies and distribute the result, you would likely be
+required to license some or all of the other code in that distribution under
+the GPLv2 as well, and since the GPLv2 is incompatible with the license terms
+of some items included in the distribution by Oracle, removing the Classpath
+Exception could therefore effectively compromise your ability to further
+distribute the package.
+
+Failing to distribute notices associated with some files may also create
+unexpected legal consequences.
+
+Proceed with caution and we recommend that you obtain the advice of a lawyer
+skilled in open source matters before removing the Classpath Exception or
+making modifications to this package which may subsequently be redistributed
+and/or involve the use of third party software.
diff --git a/apidocs/legal/ASSEMBLY_EXCEPTION b/apidocs/legal/ASSEMBLY_EXCEPTION
new file mode 100644
index 00000000..42966666
--- /dev/null
+++ b/apidocs/legal/ASSEMBLY_EXCEPTION
@@ -0,0 +1,27 @@
+
+OPENJDK ASSEMBLY EXCEPTION
+
+The OpenJDK source code made available by Oracle America, Inc. (Oracle) at
+openjdk.org ("OpenJDK Code") is distributed under the terms of the GNU
+General Public License version 2
+only ("GPL2"), with the following clarification and special exception.
+
+ Linking this OpenJDK Code statically or dynamically with other code
+ is making a combined work based on this library. Thus, the terms
+ and conditions of GPL2 cover the whole combination.
+
+ As a special exception, Oracle gives you permission to link this
+ OpenJDK Code with certain code licensed by Oracle as indicated at
+ https://openjdk.org/legal/exception-modules-2007-05-08.html
+ ("Designated Exception Modules") to produce an executable,
+ regardless of the license terms of the Designated Exception Modules,
+ and to copy and distribute the resulting executable under GPL2,
+ provided that the Designated Exception Modules continue to be
+ governed by the licenses under which they were offered by Oracle.
+
+As such, it allows licensees and sublicensees of Oracle's GPL2 OpenJDK Code
+to build an executable that includes those portions of necessary code that
+Oracle could not provide under GPL2 (or that Oracle has provided under GPL2
+with the Classpath exception). If you modify or add to the OpenJDK code,
+that new GPL2 code may still be combined with Designated Exception Modules
+if the new code is made subject to this exception by its copyright holder.
diff --git a/apidocs/legal/LICENSE b/apidocs/legal/LICENSE
new file mode 100644
index 00000000..8b400c7a
--- /dev/null
+++ b/apidocs/legal/LICENSE
@@ -0,0 +1,347 @@
+The GNU General Public License (GPL)
+
+Version 2, June 1991
+
+Copyright (C) 1989, 1991 Free Software Foundation, Inc.
+51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+
+Everyone is permitted to copy and distribute verbatim copies of this license
+document, but changing it is not allowed.
+
+Preamble
+
+The licenses for most software are designed to take away your freedom to share
+and change it. By contrast, the GNU General Public License is intended to
+guarantee your freedom to share and change free software--to make sure the
+software is free for all its users. This General Public License applies to
+most of the Free Software Foundation's software and to any other program whose
+authors commit to using it. (Some other Free Software Foundation software is
+covered by the GNU Library General Public License instead.) You can apply it to
+your programs, too.
+
+When we speak of free software, we are referring to freedom, not price. Our
+General Public Licenses are designed to make sure that you have the freedom to
+distribute copies of free software (and charge for this service if you wish),
+that you receive source code or can get it if you want it, that you can change
+the software or use pieces of it in new free programs; and that you know you
+can do these things.
+
+To protect your rights, we need to make restrictions that forbid anyone to deny
+you these rights or to ask you to surrender the rights. These restrictions
+translate to certain responsibilities for you if you distribute copies of the
+software, or if you modify it.
+
+For example, if you distribute copies of such a program, whether gratis or for
+a fee, you must give the recipients all the rights that you have. You must
+make sure that they, too, receive or can get the source code. And you must
+show them these terms so they know their rights.
+
+We protect your rights with two steps: (1) copyright the software, and (2)
+offer you this license which gives you legal permission to copy, distribute
+and/or modify the software.
+
+Also, for each author's protection and ours, we want to make certain that
+everyone understands that there is no warranty for this free software. If the
+software is modified by someone else and passed on, we want its recipients to
+know that what they have is not the original, so that any problems introduced
+by others will not reflect on the original authors' reputations.
+
+Finally, any free program is threatened constantly by software patents. We
+wish to avoid the danger that redistributors of a free program will
+individually obtain patent licenses, in effect making the program proprietary.
+To prevent this, we have made it clear that any patent must be licensed for
+everyone's free use or not licensed at all.
+
+The precise terms and conditions for copying, distribution and modification
+follow.
+
+TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+0. This License applies to any program or other work which contains a notice
+placed by the copyright holder saying it may be distributed under the terms of
+this General Public License. The "Program", below, refers to any such program
+or work, and a "work based on the Program" means either the Program or any
+derivative work under copyright law: that is to say, a work containing the
+Program or a portion of it, either verbatim or with modifications and/or
+translated into another language. (Hereinafter, translation is included
+without limitation in the term "modification".) Each licensee is addressed as
+"you".
+
+Activities other than copying, distribution and modification are not covered by
+this License; they are outside its scope. The act of running the Program is
+not restricted, and the output from the Program is covered only if its contents
+constitute a work based on the Program (independent of having been made by
+running the Program). Whether that is true depends on what the Program does.
+
+1. You may copy and distribute verbatim copies of the Program's source code as
+you receive it, in any medium, provided that you conspicuously and
+appropriately publish on each copy an appropriate copyright notice and
+disclaimer of warranty; keep intact all the notices that refer to this License
+and to the absence of any warranty; and give any other recipients of the
+Program a copy of this License along with the Program.
+
+You may charge a fee for the physical act of transferring a copy, and you may
+at your option offer warranty protection in exchange for a fee.
+
+2. You may modify your copy or copies of the Program or any portion of it, thus
+forming a work based on the Program, and copy and distribute such modifications
+or work under the terms of Section 1 above, provided that you also meet all of
+these conditions:
+
+ a) You must cause the modified files to carry prominent notices stating
+ that you changed the files and the date of any change.
+
+ b) You must cause any work that you distribute or publish, that in whole or
+ in part contains or is derived from the Program or any part thereof, to be
+ licensed as a whole at no charge to all third parties under the terms of
+ this License.
+
+ c) If the modified program normally reads commands interactively when run,
+ you must cause it, when started running for such interactive use in the
+ most ordinary way, to print or display an announcement including an
+ appropriate copyright notice and a notice that there is no warranty (or
+ else, saying that you provide a warranty) and that users may redistribute
+ the program under these conditions, and telling the user how to view a copy
+ of this License. (Exception: if the Program itself is interactive but does
+ not normally print such an announcement, your work based on the Program is
+ not required to print an announcement.)
+
+These requirements apply to the modified work as a whole. If identifiable
+sections of that work are not derived from the Program, and can be reasonably
+considered independent and separate works in themselves, then this License, and
+its terms, do not apply to those sections when you distribute them as separate
+works. But when you distribute the same sections as part of a whole which is a
+work based on the Program, the distribution of the whole must be on the terms
+of this License, whose permissions for other licensees extend to the entire
+whole, and thus to each and every part regardless of who wrote it.
+
+Thus, it is not the intent of this section to claim rights or contest your
+rights to work written entirely by you; rather, the intent is to exercise the
+right to control the distribution of derivative or collective works based on
+the Program.
+
+In addition, mere aggregation of another work not based on the Program with the
+Program (or with a work based on the Program) on a volume of a storage or
+distribution medium does not bring the other work under the scope of this
+License.
+
+3. You may copy and distribute the Program (or a work based on it, under
+Section 2) in object code or executable form under the terms of Sections 1 and
+2 above provided that you also do one of the following:
+
+ a) Accompany it with the complete corresponding machine-readable source
+ code, which must be distributed under the terms of Sections 1 and 2 above
+ on a medium customarily used for software interchange; or,
+
+ b) Accompany it with a written offer, valid for at least three years, to
+ give any third party, for a charge no more than your cost of physically
+ performing source distribution, a complete machine-readable copy of the
+ corresponding source code, to be distributed under the terms of Sections 1
+ and 2 above on a medium customarily used for software interchange; or,
+
+ c) Accompany it with the information you received as to the offer to
+ distribute corresponding source code. (This alternative is allowed only
+ for noncommercial distribution and only if you received the program in
+ object code or executable form with such an offer, in accord with
+ Subsection b above.)
+
+The source code for a work means the preferred form of the work for making
+modifications to it. For an executable work, complete source code means all
+the source code for all modules it contains, plus any associated interface
+definition files, plus the scripts used to control compilation and installation
+of the executable. However, as a special exception, the source code
+distributed need not include anything that is normally distributed (in either
+source or binary form) with the major components (compiler, kernel, and so on)
+of the operating system on which the executable runs, unless that component
+itself accompanies the executable.
+
+If distribution of executable or object code is made by offering access to copy
+from a designated place, then offering equivalent access to copy the source
+code from the same place counts as distribution of the source code, even though
+third parties are not compelled to copy the source along with the object code.
+
+4. You may not copy, modify, sublicense, or distribute the Program except as
+expressly provided under this License. Any attempt otherwise to copy, modify,
+sublicense or distribute the Program is void, and will automatically terminate
+your rights under this License. However, parties who have received copies, or
+rights, from you under this License will not have their licenses terminated so
+long as such parties remain in full compliance.
+
+5. You are not required to accept this License, since you have not signed it.
+However, nothing else grants you permission to modify or distribute the Program
+or its derivative works. These actions are prohibited by law if you do not
+accept this License. Therefore, by modifying or distributing the Program (or
+any work based on the Program), you indicate your acceptance of this License to
+do so, and all its terms and conditions for copying, distributing or modifying
+the Program or works based on it.
+
+6. Each time you redistribute the Program (or any work based on the Program),
+the recipient automatically receives a license from the original licensor to
+copy, distribute or modify the Program subject to these terms and conditions.
+You may not impose any further restrictions on the recipients' exercise of the
+rights granted herein. You are not responsible for enforcing compliance by
+third parties to this License.
+
+7. If, as a consequence of a court judgment or allegation of patent
+infringement or for any other reason (not limited to patent issues), conditions
+are imposed on you (whether by court order, agreement or otherwise) that
+contradict the conditions of this License, they do not excuse you from the
+conditions of this License. If you cannot distribute so as to satisfy
+simultaneously your obligations under this License and any other pertinent
+obligations, then as a consequence you may not distribute the Program at all.
+For example, if a patent license would not permit royalty-free redistribution
+of the Program by all those who receive copies directly or indirectly through
+you, then the only way you could satisfy both it and this License would be to
+refrain entirely from distribution of the Program.
+
+If any portion of this section is held invalid or unenforceable under any
+particular circumstance, the balance of the section is intended to apply and
+the section as a whole is intended to apply in other circumstances.
+
+It is not the purpose of this section to induce you to infringe any patents or
+other property right claims or to contest validity of any such claims; this
+section has the sole purpose of protecting the integrity of the free software
+distribution system, which is implemented by public license practices. Many
+people have made generous contributions to the wide range of software
+distributed through that system in reliance on consistent application of that
+system; it is up to the author/donor to decide if he or she is willing to
+distribute software through any other system and a licensee cannot impose that
+choice.
+
+This section is intended to make thoroughly clear what is believed to be a
+consequence of the rest of this License.
+
+8. If the distribution and/or use of the Program is restricted in certain
+countries either by patents or by copyrighted interfaces, the original
+copyright holder who places the Program under this License may add an explicit
+geographical distribution limitation excluding those countries, so that
+distribution is permitted only in or among countries not thus excluded. In
+such case, this License incorporates the limitation as if written in the body
+of this License.
+
+9. The Free Software Foundation may publish revised and/or new versions of the
+General Public License from time to time. Such new versions will be similar in
+spirit to the present version, but may differ in detail to address new problems
+or concerns.
+
+Each version is given a distinguishing version number. If the Program
+specifies a version number of this License which applies to it and "any later
+version", you have the option of following the terms and conditions either of
+that version or of any later version published by the Free Software Foundation.
+If the Program does not specify a version number of this License, you may
+choose any version ever published by the Free Software Foundation.
+
+10. If you wish to incorporate parts of the Program into other free programs
+whose distribution conditions are different, write to the author to ask for
+permission. For software which is copyrighted by the Free Software Foundation,
+write to the Free Software Foundation; we sometimes make exceptions for this.
+Our decision will be guided by the two goals of preserving the free status of
+all derivatives of our free software and of promoting the sharing and reuse of
+software generally.
+
+NO WARRANTY
+
+11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR
+THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE
+STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE
+PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,
+INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
+FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND
+PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE,
+YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
+
+12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL
+ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE
+PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
+GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR
+INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA
+BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
+FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER
+OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
+
+END OF TERMS AND CONDITIONS
+
+How to Apply These Terms to Your New Programs
+
+If you develop a new program, and you want it to be of the greatest possible
+use to the public, the best way to achieve this is to make it free software
+which everyone can redistribute and change under these terms.
+
+To do so, attach the following notices to the program. It is safest to attach
+them to the start of each source file to most effectively convey the exclusion
+of warranty; and each file should have at least the "copyright" line and a
+pointer to where the full notice is found.
+
+ One line to give the program's name and a brief idea of what it does.
+
+ Copyright (C)
+
+ This program is free software; you can redistribute it and/or modify it
+ under the terms of the GNU General Public License as published by the Free
+ Software Foundation; either version 2 of the License, or (at your option)
+ any later version.
+
+ This program is distributed in the hope that it will be useful, but WITHOUT
+ ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
+ more details.
+
+ You should have received a copy of the GNU General Public License along
+ with this program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+
+Also add information on how to contact you by electronic and paper mail.
+
+If the program is interactive, make it output a short notice like this when it
+starts in an interactive mode:
+
+ Gnomovision version 69, Copyright (C) year name of author Gnomovision comes
+ with ABSOLUTELY NO WARRANTY; for details type 'show w'. This is free
+ software, and you are welcome to redistribute it under certain conditions;
+ type 'show c' for details.
+
+The hypothetical commands 'show w' and 'show c' should show the appropriate
+parts of the General Public License. Of course, the commands you use may be
+called something other than 'show w' and 'show c'; they could even be
+mouse-clicks or menu items--whatever suits your program.
+
+You should also get your employer (if you work as a programmer) or your school,
+if any, to sign a "copyright disclaimer" for the program, if necessary. Here
+is a sample; alter the names:
+
+ Yoyodyne, Inc., hereby disclaims all copyright interest in the program
+ 'Gnomovision' (which makes passes at compilers) written by James Hacker.
+
+ signature of Ty Coon, 1 April 1989
+
+ Ty Coon, President of Vice
+
+This General Public License does not permit incorporating your program into
+proprietary programs. If your program is a subroutine library, you may
+consider it more useful to permit linking proprietary applications with the
+library. If this is what you want to do, use the GNU Library General Public
+License instead of this License.
+
+
+"CLASSPATH" EXCEPTION TO THE GPL
+
+Certain source files distributed by Oracle America and/or its affiliates are
+subject to the following clarification and special exception to the GPL, but
+only where Oracle has expressly included in the particular source file's header
+the words "Oracle designates this particular file as subject to the "Classpath"
+exception as provided by Oracle in the LICENSE file that accompanied this code."
+
+ Linking this library statically or dynamically with other modules is making
+ a combined work based on this library. Thus, the terms and conditions of
+ the GNU General Public License cover the whole combination.
+
+ As a special exception, the copyright holders of this library give you
+ permission to link this library with independent modules to produce an
+ executable, regardless of the license terms of these independent modules,
+ and to copy and distribute the resulting executable under terms of your
+ choice, provided that you also meet, for each linked independent module,
+ the terms and conditions of the license of that module. An independent
+ module is a module which is not derived from or based on this library. If
+ you modify this library, you may extend this exception to your version of
+ the library, but you are not obligated to do so. If you do not wish to do
+ so, delete this exception statement from your version.
diff --git a/apidocs/legal/dejavufonts.md b/apidocs/legal/dejavufonts.md
new file mode 100644
index 00000000..8c9e3cf3
--- /dev/null
+++ b/apidocs/legal/dejavufonts.md
@@ -0,0 +1,191 @@
+## DejaVu fonts v2.37
+
+### DejaVu License
+
+Fonts are (c) Bitstream (see below). DejaVu changes are in public domain.
+Glyphs imported from Arev fonts are (c) Tavmjong Bah (see below)
+
+
+Bitstream Vera Fonts Copyright
+------------------------------
+
+Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream Vera is
+a trademark of Bitstream, Inc.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of the fonts accompanying this license ("Fonts") and associated
+documentation files (the "Font Software"), to reproduce and distribute the
+Font Software, including without limitation the rights to use, copy, merge,
+publish, distribute, and/or sell copies of the Font Software, and to permit
+persons to whom the Font Software is furnished to do so, subject to the
+following conditions:
+
+The above copyright and trademark notices and this permission notice shall
+be included in all copies of one or more of the Font Software typefaces.
+
+The Font Software may be modified, altered, or added to, and in particular
+the designs of glyphs or characters in the Fonts may be modified and
+additional glyphs or characters may be added to the Fonts, only if the fonts
+are renamed to names not containing either the words "Bitstream" or the word
+"Vera".
+
+This License becomes null and void to the extent applicable to Fonts or Font
+Software that has been modified and is distributed under the "Bitstream
+Vera" names.
+
+The Font Software may be sold as part of a larger software package but no
+copy of one or more of the Font Software typefaces may be sold by itself.
+
+THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT,
+TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL BITSTREAM OR THE GNOME
+FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING
+ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES,
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
+THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE
+FONT SOFTWARE.
+
+Except as contained in this notice, the names of Gnome, the Gnome
+Foundation, and Bitstream Inc., shall not be used in advertising or
+otherwise to promote the sale, use or other dealings in this Font Software
+without prior written authorization from the Gnome Foundation or Bitstream
+Inc., respectively. For further information, contact: fonts at gnome dot
+org.
+
+Arev Fonts Copyright
+------------------------------
+
+Copyright (c) 2006 by Tavmjong Bah. All Rights Reserved.
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of the fonts accompanying this license ("Fonts") and
+associated documentation files (the "Font Software"), to reproduce
+and distribute the modifications to the Bitstream Vera Font Software,
+including without limitation the rights to use, copy, merge, publish,
+distribute, and/or sell copies of the Font Software, and to permit
+persons to whom the Font Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright and trademark notices and this permission notice
+shall be included in all copies of one or more of the Font Software
+typefaces.
+
+The Font Software may be modified, altered, or added to, and in
+particular the designs of glyphs or characters in the Fonts may be
+modified and additional glyphs or characters may be added to the
+Fonts, only if the fonts are renamed to names not containing either
+the words "Tavmjong Bah" or the word "Arev".
+
+This License becomes null and void to the extent applicable to Fonts
+or Font Software that has been modified and is distributed under the
+"Tavmjong Bah Arev" names.
+
+The Font Software may be sold as part of a larger software package but
+no copy of one or more of the Font Software typefaces may be sold by
+itself.
+
+THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
+OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL
+TAVMJONG BAH BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
+DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
+OTHER DEALINGS IN THE FONT SOFTWARE.
+
+Except as contained in this notice, the name of Tavmjong Bah shall not
+be used in advertising or otherwise to promote the sale, use or other
+dealings in this Font Software without prior written authorization
+from Tavmjong Bah. For further information, contact: tavmjong @ free
+. fr.
+
+TeX Gyre DJV Math
+-----------------
+Fonts are (c) Bitstream (see below). DejaVu changes are in public domain.
+
+Math extensions done by B. Jackowski, P. Strzelczyk and P. Pianowski
+(on behalf of TeX users groups) are in public domain.
+
+Letters imported from Euler Fraktur from AMSfonts are (c) American
+Mathematical Society (see below).
+Bitstream Vera Fonts Copyright
+Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream Vera
+is a trademark of Bitstream, Inc.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of the fonts accompanying this license ("Fonts") and associated
+documentation
+files (the "Font Software"), to reproduce and distribute the Font Software,
+including without limitation the rights to use, copy, merge, publish,
+distribute,
+and/or sell copies of the Font Software, and to permit persons to whom
+the Font Software is furnished to do so, subject to the following
+conditions:
+
+The above copyright and trademark notices and this permission notice
+shall be
+included in all copies of one or more of the Font Software typefaces.
+
+The Font Software may be modified, altered, or added to, and in particular
+the designs of glyphs or characters in the Fonts may be modified and
+additional
+glyphs or characters may be added to the Fonts, only if the fonts are
+renamed
+to names not containing either the words "Bitstream" or the word "Vera".
+
+This License becomes null and void to the extent applicable to Fonts or
+Font Software
+that has been modified and is distributed under the "Bitstream Vera"
+names.
+
+The Font Software may be sold as part of a larger software package but
+no copy
+of one or more of the Font Software typefaces may be sold by itself.
+
+THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT,
+TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL BITSTREAM OR THE GNOME
+FOUNDATION
+BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL,
+SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN
+ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR
+INABILITY TO USE
+THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.
+Except as contained in this notice, the names of GNOME, the GNOME
+Foundation,
+and Bitstream Inc., shall not be used in advertising or otherwise to promote
+the sale, use or other dealings in this Font Software without prior written
+authorization from the GNOME Foundation or Bitstream Inc., respectively.
+For further information, contact: fonts at gnome dot org.
+
+AMSFonts (v. 2.2) copyright
+
+The PostScript Type 1 implementation of the AMSFonts produced by and
+previously distributed by Blue Sky Research and Y&Y, Inc. are now freely
+available for general use. This has been accomplished through the
+cooperation
+of a consortium of scientific publishers with Blue Sky Research and Y&Y.
+Members of this consortium include:
+
+Elsevier Science IBM Corporation Society for Industrial and Applied
+Mathematics (SIAM) Springer-Verlag American Mathematical Society (AMS)
+
+In order to assure the authenticity of these fonts, copyright will be
+held by
+the American Mathematical Society. This is not meant to restrict in any way
+the legitimate use of the fonts, such as (but not limited to) electronic
+distribution of documents containing these fonts, inclusion of these fonts
+into other public domain or commercial font collections or computer
+applications, use of the outline data to create derivative fonts and/or
+faces, etc. However, the AMS does require that the AMS copyright notice be
+removed from any derivative versions of the fonts which have been altered in
+any way. In addition, to ensure the fidelity of TeX documents using Computer
+Modern fonts, Professor Donald Knuth, creator of the Computer Modern faces,
+has requested that any alterations which yield different font metrics be
+given a different name.
+
+
diff --git a/apidocs/legal/jquery.md b/apidocs/legal/jquery.md
new file mode 100644
index 00000000..a763ec6f
--- /dev/null
+++ b/apidocs/legal/jquery.md
@@ -0,0 +1,26 @@
+## jQuery v3.7.1
+
+### jQuery License
+```
+jQuery v 3.7.1
+Copyright OpenJS Foundation and other contributors, https://openjsf.org/
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+```
diff --git a/apidocs/legal/jqueryUI.md b/apidocs/legal/jqueryUI.md
new file mode 100644
index 00000000..8bda9d7a
--- /dev/null
+++ b/apidocs/legal/jqueryUI.md
@@ -0,0 +1,49 @@
+## jQuery UI v1.13.2
+
+### jQuery UI License
+```
+Copyright jQuery Foundation and other contributors, https://jquery.org/
+
+This software consists of voluntary contributions made by many
+individuals. For exact contribution history, see the revision history
+available at https://github.com/jquery/jquery-ui
+
+The following license applies to all parts of this software except as
+documented below:
+
+====
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+====
+
+Copyright and related rights for sample code are waived via CC0. Sample
+code is defined as all source code contained within the demos directory.
+
+CC0: http://creativecommons.org/publicdomain/zero/1.0/
+
+====
+
+All files located in the node_modules and external directories are
+externally maintained libraries used by this software which have their
+own licenses; we recommend you read them, as their terms may differ from
+the terms above.
+
+```
diff --git a/apidocs/member-search-index.js b/apidocs/member-search-index.js
new file mode 100644
index 00000000..bd4ed6e1
--- /dev/null
+++ b/apidocs/member-search-index.js
@@ -0,0 +1 @@
+memberSearchIndex = [{"p":"org.codehaus.plexus.util.xml","c":"PrettyPrintXMLWriter","l":"addAttribute(String, String)","u":"addAttribute(java.lang.String,java.lang.String)"},{"p":"org.codehaus.plexus.util.xml","c":"SerializerXMLWriter","l":"addAttribute(String, String)","u":"addAttribute(java.lang.String,java.lang.String)"},{"p":"org.codehaus.plexus.util.xml","c":"XMLWriter","l":"addAttribute(String, String)","u":"addAttribute(java.lang.String,java.lang.String)"},{"p":"org.codehaus.plexus.util.xml","c":"Xpp3Dom","l":"addChild(Xpp3Dom)","u":"addChild(org.codehaus.plexus.util.xml.Xpp3Dom)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXSerializer","l":"attribute(String, String, String)","u":"attribute(java.lang.String,java.lang.String,java.lang.String)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlSerializer","l":"attribute(String, String, String)","u":"attribute(java.lang.String,java.lang.String,java.lang.String)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXSerializer","l":"attributeUseApostrophe"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXSerializer","l":"autoDeclaredPrefixes"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXSerializer","l":"buf"},{"p":"org.codehaus.plexus.util.xml","c":"Xpp3DomBuilder","l":"build(InputStream, String)","u":"build(java.io.InputStream,java.lang.String)"},{"p":"org.codehaus.plexus.util.xml","c":"Xpp3DomBuilder","l":"build(InputStream, String, boolean)","u":"build(java.io.InputStream,java.lang.String,boolean)"},{"p":"org.codehaus.plexus.util.xml","c":"Xpp3DomBuilder","l":"build(Reader)","u":"build(java.io.Reader)"},{"p":"org.codehaus.plexus.util.xml","c":"Xpp3DomBuilder","l":"build(Reader, boolean)","u":"build(java.io.Reader,boolean)"},{"p":"org.codehaus.plexus.util.xml","c":"Xpp3DomBuilder","l":"build(Reader, boolean, Xpp3DomBuilder.InputLocationBuilder)","u":"build(java.io.Reader,boolean,org.codehaus.plexus.util.xml.Xpp3DomBuilder.InputLocationBuilder)"},{"p":"org.codehaus.plexus.util.xml","c":"Xpp3DomBuilder","l":"build(Reader, Xpp3DomBuilder.InputLocationBuilder)","u":"build(java.io.Reader,org.codehaus.plexus.util.xml.Xpp3DomBuilder.InputLocationBuilder)"},{"p":"org.codehaus.plexus.util.xml","c":"Xpp3DomBuilder","l":"build(XmlPullParser)","u":"build(org.codehaus.plexus.util.xml.pull.XmlPullParser)"},{"p":"org.codehaus.plexus.util.xml","c":"Xpp3DomBuilder","l":"build(XmlPullParser, boolean)","u":"build(org.codehaus.plexus.util.xml.pull.XmlPullParser,boolean)"},{"p":"org.codehaus.plexus.util.xml","c":"Xpp3DomBuilder","l":"build(XmlPullParser, boolean, Xpp3DomBuilder.InputLocationBuilder)","u":"build(org.codehaus.plexus.util.xml.pull.XmlPullParser,boolean,org.codehaus.plexus.util.xml.Xpp3DomBuilder.InputLocationBuilder)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlPullParser","l":"CDSECT"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXSerializer","l":"cdsect(String)","u":"cdsect(java.lang.String)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlSerializer","l":"cdsect(String)","u":"cdsect(java.lang.String)"},{"p":"org.codehaus.plexus.util.xml","c":"Xpp3Dom","l":"CHILDREN_COMBINATION_APPEND"},{"p":"org.codehaus.plexus.util.xml","c":"Xpp3DomUtils","l":"CHILDREN_COMBINATION_APPEND"},{"p":"org.codehaus.plexus.util.xml","c":"Xpp3Dom","l":"CHILDREN_COMBINATION_MERGE"},{"p":"org.codehaus.plexus.util.xml","c":"Xpp3DomUtils","l":"CHILDREN_COMBINATION_MERGE"},{"p":"org.codehaus.plexus.util.xml","c":"Xpp3Dom","l":"CHILDREN_COMBINATION_MODE_ATTRIBUTE"},{"p":"org.codehaus.plexus.util.xml","c":"Xpp3DomUtils","l":"CHILDREN_COMBINATION_MODE_ATTRIBUTE"},{"p":"org.codehaus.plexus.util.xml","c":"XmlReader","l":"close()"},{"p":"org.codehaus.plexus.util.xml","c":"XmlStreamWriter","l":"close()"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXSerializer","l":"closeStartTag()"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlPullParserException","l":"column"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlPullParser","l":"COMMENT"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXSerializer","l":"comment(String)","u":"comment(java.lang.String)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlSerializer","l":"comment(String)","u":"comment(java.lang.String)"},{"p":"org.codehaus.plexus.util.xml","c":"CompactXMLWriter","l":"CompactXMLWriter(PrintWriter)","u":"%3Cinit%3E(java.io.PrintWriter)"},{"p":"org.codehaus.plexus.util.xml","c":"CompactXMLWriter","l":"CompactXMLWriter(Writer)","u":"%3Cinit%3E(java.io.Writer)"},{"p":"org.codehaus.plexus.util.xml","c":"Xpp3Dom","l":"DEFAULT_CHILDREN_COMBINATION_MODE"},{"p":"org.codehaus.plexus.util.xml","c":"Xpp3DomUtils","l":"DEFAULT_CHILDREN_COMBINATION_MODE"},{"p":"org.codehaus.plexus.util.xml","c":"XmlWriterUtil","l":"DEFAULT_COLUMN_LINE"},{"p":"org.codehaus.plexus.util.xml","c":"XmlUtil","l":"DEFAULT_INDENTATION_SIZE"},{"p":"org.codehaus.plexus.util.xml","c":"XmlWriterUtil","l":"DEFAULT_INDENTATION_SIZE"},{"p":"org.codehaus.plexus.util.xml","c":"XmlUtil","l":"DEFAULT_LINE_SEPARATOR"},{"p":"org.codehaus.plexus.util.xml","c":"Xpp3Dom","l":"DEFAULT_SELF_COMBINATION_MODE"},{"p":"org.codehaus.plexus.util.xml","c":"Xpp3DomUtils","l":"DEFAULT_SELF_COMBINATION_MODE"},{"p":"org.codehaus.plexus.util.xml.pull","c":"EntityReplacementMap","l":"defaultEntityReplacementMap"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXParser","l":"defineEntityReplacementText(String, String)","u":"defineEntityReplacementText(java.lang.String,java.lang.String)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlPullParser","l":"defineEntityReplacementText(String, String)","u":"defineEntityReplacementText(java.lang.String,java.lang.String)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXSerializer","l":"depth"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlPullParserException","l":"detail"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlPullParser","l":"DOCDECL"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXSerializer","l":"docdecl(String)","u":"docdecl(java.lang.String)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlSerializer","l":"docdecl(String)","u":"docdecl(java.lang.String)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXSerializer","l":"doIndent"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXSerializer","l":"elName"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXSerializer","l":"elNamespace"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXSerializer","l":"elNamespaceCount"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlPullParser","l":"END_DOCUMENT"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlPullParser","l":"END_TAG"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXSerializer","l":"endDocument()"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlSerializer","l":"endDocument()"},{"p":"org.codehaus.plexus.util.xml","c":"PrettyPrintXMLWriter","l":"endElement()"},{"p":"org.codehaus.plexus.util.xml","c":"SerializerXMLWriter","l":"endElement()"},{"p":"org.codehaus.plexus.util.xml","c":"XMLWriter","l":"endElement()"},{"p":"org.codehaus.plexus.util.xml","c":"CompactXMLWriter","l":"endOfLine()"},{"p":"org.codehaus.plexus.util.xml","c":"PrettyPrintXMLWriter","l":"endOfLine()"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXSerializer","l":"endTag(String, String)","u":"endTag(java.lang.String,java.lang.String)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlSerializer","l":"endTag(String, String)","u":"endTag(java.lang.String,java.lang.String)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXSerializer","l":"ensureElementsCapacity()"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXSerializer","l":"ensureNamespacesCapacity()"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlPullParser","l":"ENTITY_REF"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXSerializer","l":"entityRef(String)","u":"entityRef(java.lang.String)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlSerializer","l":"entityRef(String)","u":"entityRef(java.lang.String)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"EntityReplacementMap","l":"EntityReplacementMap(String[][])","u":"%3Cinit%3E(java.lang.String[][])"},{"p":"org.codehaus.plexus.util.xml","c":"Xpp3Dom","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXSerializer","l":"FEATURE_NAMES_INTERNED"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlPullParser","l":"FEATURE_PROCESS_DOCDECL"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlPullParser","l":"FEATURE_PROCESS_NAMESPACES"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlPullParser","l":"FEATURE_REPORT_NAMESPACE_ATTRIBUTES"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXSerializer","l":"FEATURE_SERIALIZER_ATTVALUE_USE_APOSTROPHE"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlPullParser","l":"FEATURE_VALIDATION"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXSerializer","l":"finished"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXSerializer","l":"flush()"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlSerializer","l":"flush()"},{"p":"org.codehaus.plexus.util.xml","c":"XmlStreamWriter","l":"flush()"},{"p":"org.codehaus.plexus.util.xml","c":"Xpp3Dom","l":"getAttribute(String)","u":"getAttribute(java.lang.String)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXParser","l":"getAttributeCount()"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlPullParser","l":"getAttributeCount()"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXParser","l":"getAttributeName(int)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlPullParser","l":"getAttributeName(int)"},{"p":"org.codehaus.plexus.util.xml","c":"Xpp3Dom","l":"getAttributeNames()"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXParser","l":"getAttributeNamespace(int)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlPullParser","l":"getAttributeNamespace(int)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXParser","l":"getAttributePrefix(int)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlPullParser","l":"getAttributePrefix(int)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXParser","l":"getAttributeType(int)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlPullParser","l":"getAttributeType(int)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXParser","l":"getAttributeValue(int)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlPullParser","l":"getAttributeValue(int)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXParser","l":"getAttributeValue(String, String)","u":"getAttributeValue(java.lang.String,java.lang.String)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlPullParser","l":"getAttributeValue(String, String)","u":"getAttributeValue(java.lang.String,java.lang.String)"},{"p":"org.codehaus.plexus.util.xml","c":"XmlReaderException","l":"getBomEncoding()"},{"p":"org.codehaus.plexus.util.xml","c":"Xpp3Dom","l":"getChild(int)"},{"p":"org.codehaus.plexus.util.xml","c":"Xpp3Dom","l":"getChild(String)","u":"getChild(java.lang.String)"},{"p":"org.codehaus.plexus.util.xml","c":"Xpp3Dom","l":"getChildCount()"},{"p":"org.codehaus.plexus.util.xml","c":"Xpp3Dom","l":"getChildren()"},{"p":"org.codehaus.plexus.util.xml","c":"Xpp3Dom","l":"getChildren(String)","u":"getChildren(java.lang.String)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXParser","l":"getColumnNumber()"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlPullParser","l":"getColumnNumber()"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlPullParserException","l":"getColumnNumber()"},{"p":"org.codehaus.plexus.util.xml","c":"XmlReaderException","l":"getContentTypeEncoding()"},{"p":"org.codehaus.plexus.util.xml","c":"XmlReaderException","l":"getContentTypeMime()"},{"p":"org.codehaus.plexus.util.xml","c":"XmlReader","l":"getDefaultEncoding()"},{"p":"org.codehaus.plexus.util.xml","c":"PrettyPrintXMLWriter","l":"getDepth()"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXParser","l":"getDepth()"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXSerializer","l":"getDepth()"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlPullParser","l":"getDepth()"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlSerializer","l":"getDepth()"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlPullParserException","l":"getDetail()"},{"p":"org.codehaus.plexus.util.xml","c":"PrettyPrintXMLWriter","l":"getDocType()"},{"p":"org.codehaus.plexus.util.xml","c":"Xpp3Dom","l":"getDom()"},{"p":"org.codehaus.plexus.util.xml","c":"PrettyPrintXMLWriter","l":"getElementStack()"},{"p":"org.codehaus.plexus.util.xml","c":"PrettyPrintXMLWriter","l":"getEncoding()"},{"p":"org.codehaus.plexus.util.xml","c":"XmlReader","l":"getEncoding()"},{"p":"org.codehaus.plexus.util.xml","c":"XmlStreamWriter","l":"getEncoding()"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXParser","l":"getEventType()"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlPullParser","l":"getEventType()"},{"p":"org.codehaus.plexus.util.xml","c":"SerializerXMLWriter","l":"getExceptions()"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXParser","l":"getFeature(String)","u":"getFeature(java.lang.String)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXSerializer","l":"getFeature(String)","u":"getFeature(java.lang.String)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlPullParser","l":"getFeature(String)","u":"getFeature(java.lang.String)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlSerializer","l":"getFeature(String)","u":"getFeature(java.lang.String)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXParser","l":"getInputEncoding()"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlPullParser","l":"getInputEncoding()"},{"p":"org.codehaus.plexus.util.xml","c":"Xpp3Dom","l":"getInputLocation()"},{"p":"org.codehaus.plexus.util.xml","c":"XmlReaderException","l":"getInputStream()"},{"p":"org.codehaus.plexus.util.xml","c":"PrettyPrintXMLWriter","l":"getLineIndenter()"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXParser","l":"getLineNumber()"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlPullParser","l":"getLineNumber()"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlPullParserException","l":"getLineNumber()"},{"p":"org.codehaus.plexus.util.xml","c":"PrettyPrintXMLWriter","l":"getLineSeparator()"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXParser","l":"getName()"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXSerializer","l":"getName()"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlPullParser","l":"getName()"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlSerializer","l":"getName()"},{"p":"org.codehaus.plexus.util.xml","c":"Xpp3Dom","l":"getName()"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXParser","l":"getNamespace()"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXSerializer","l":"getNamespace()"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlPullParser","l":"getNamespace()"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlSerializer","l":"getNamespace()"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXParser","l":"getNamespace(String)","u":"getNamespace(java.lang.String)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlPullParser","l":"getNamespace(String)","u":"getNamespace(java.lang.String)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXParser","l":"getNamespaceCount(int)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlPullParser","l":"getNamespaceCount(int)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXParser","l":"getNamespacePrefix(int)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlPullParser","l":"getNamespacePrefix(int)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXParser","l":"getNamespaceUri(int)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlPullParser","l":"getNamespaceUri(int)"},{"p":"org.codehaus.plexus.util.xml","c":"Xpp3Dom","l":"getParent()"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXParser","l":"getPositionDescription()"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlPullParser","l":"getPositionDescription()"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXParser","l":"getPrefix()"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlPullParser","l":"getPrefix()"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXSerializer","l":"getPrefix(String, boolean)","u":"getPrefix(java.lang.String,boolean)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlSerializer","l":"getPrefix(String, boolean)","u":"getPrefix(java.lang.String,boolean)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXParser","l":"getProperty(String)","u":"getProperty(java.lang.String)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXSerializer","l":"getProperty(String)","u":"getProperty(java.lang.String)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlPullParser","l":"getProperty(String)","u":"getProperty(java.lang.String)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlSerializer","l":"getProperty(String)","u":"getProperty(java.lang.String)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXParser","l":"getText()"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlPullParser","l":"getText()"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXParser","l":"getTextCharacters(int[])"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlPullParser","l":"getTextCharacters(int[])"},{"p":"org.codehaus.plexus.util.xml","c":"Xpp3Dom","l":"getValue()"},{"p":"org.codehaus.plexus.util.xml","c":"PrettyPrintXMLWriter","l":"getWriter()"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXSerializer","l":"getWriter()"},{"p":"org.codehaus.plexus.util.xml","c":"XmlReaderException","l":"getXmlEncoding()"},{"p":"org.codehaus.plexus.util.xml","c":"XmlReaderException","l":"getXmlGuessEncoding()"},{"p":"org.codehaus.plexus.util.xml","c":"Xpp3Dom","l":"hashCode()"},{"p":"org.codehaus.plexus.util.xml","c":"Xpp3Dom","l":"ID_COMBINATION_MODE_ATTRIBUTE"},{"p":"org.codehaus.plexus.util.xml","c":"Xpp3DomUtils","l":"ID_COMBINATION_MODE_ATTRIBUTE"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlPullParser","l":"IGNORABLE_WHITESPACE"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXSerializer","l":"ignorableWhitespace(String)","u":"ignorableWhitespace(java.lang.String)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlSerializer","l":"ignorableWhitespace(String)","u":"ignorableWhitespace(java.lang.String)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXSerializer","l":"indentationBuf"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXSerializer","l":"indentationJump"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXSerializer","l":"indentationString"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXParser","l":"isAttributeDefault(int)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlPullParser","l":"isAttributeDefault(int)"},{"p":"org.codehaus.plexus.util.xml","c":"Xpp3Dom","l":"isEmpty(String)","u":"isEmpty(java.lang.String)"},{"p":"org.codehaus.plexus.util.xml","c":"Xpp3DomUtils","l":"isEmpty(String)","u":"isEmpty(java.lang.String)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXParser","l":"isEmptyElementTag()"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlPullParser","l":"isEmptyElementTag()"},{"p":"org.codehaus.plexus.util.xml","c":"Xpp3Dom","l":"isNotEmpty(String)","u":"isNotEmpty(java.lang.String)"},{"p":"org.codehaus.plexus.util.xml","c":"Xpp3DomUtils","l":"isNotEmpty(String)","u":"isNotEmpty(java.lang.String)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXParser","l":"isWhitespace()"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlPullParser","l":"isWhitespace()"},{"p":"org.codehaus.plexus.util.xml","c":"XmlUtil","l":"isXml(File)","u":"isXml(java.io.File)"},{"p":"org.codehaus.plexus.util.xml","c":"Xpp3Dom","l":"KEYS_COMBINATION_MODE_ATTRIBUTE"},{"p":"org.codehaus.plexus.util.xml","c":"Xpp3DomUtils","l":"KEYS_COMBINATION_MODE_ATTRIBUTE"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXSerializer","l":"lineSeparator"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXSerializer","l":"location"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXSerializer","l":"lookupOrDeclarePrefix(String)","u":"lookupOrDeclarePrefix(java.lang.String)"},{"p":"org.codehaus.plexus.util.xml","c":"PrettyPrintXMLWriter","l":"LS"},{"p":"org.codehaus.plexus.util.xml","c":"XmlWriterUtil","l":"LS"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXSerializer","l":"maxIndentLevel"},{"p":"org.codehaus.plexus.util.xml","c":"Xpp3Dom","l":"mergeXpp3Dom(Xpp3Dom, Xpp3Dom)","u":"mergeXpp3Dom(org.codehaus.plexus.util.xml.Xpp3Dom,org.codehaus.plexus.util.xml.Xpp3Dom)"},{"p":"org.codehaus.plexus.util.xml","c":"Xpp3DomUtils","l":"mergeXpp3Dom(Xpp3Dom, Xpp3Dom)","u":"mergeXpp3Dom(org.codehaus.plexus.util.xml.Xpp3Dom,org.codehaus.plexus.util.xml.Xpp3Dom)"},{"p":"org.codehaus.plexus.util.xml","c":"Xpp3Dom","l":"mergeXpp3Dom(Xpp3Dom, Xpp3Dom, Boolean)","u":"mergeXpp3Dom(org.codehaus.plexus.util.xml.Xpp3Dom,org.codehaus.plexus.util.xml.Xpp3Dom,java.lang.Boolean)"},{"p":"org.codehaus.plexus.util.xml","c":"Xpp3DomUtils","l":"mergeXpp3Dom(Xpp3Dom, Xpp3Dom, Boolean)","u":"mergeXpp3Dom(org.codehaus.plexus.util.xml.Xpp3Dom,org.codehaus.plexus.util.xml.Xpp3Dom,java.lang.Boolean)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXParser","l":"MXParser()","u":"%3Cinit%3E()"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXParser","l":"MXParser(EntityReplacementMap)","u":"%3Cinit%3E(org.codehaus.plexus.util.xml.pull.EntityReplacementMap)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXSerializer","l":"MXSerializer()","u":"%3Cinit%3E()"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXSerializer","l":"namesInterned"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXSerializer","l":"namespaceEnd"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXSerializer","l":"namespacePrefix"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXSerializer","l":"namespaceUri"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXParser","l":"next()"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlPullParser","l":"next()"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXParser","l":"nextTag()"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlPullParser","l":"nextTag()"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXParser","l":"nextText()"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlPullParser","l":"nextText()"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXParser","l":"nextToken()"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlPullParser","l":"nextToken()"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlPullParser","l":"NO_NAMESPACE"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXSerializer","l":"offsetNewLine"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXSerializer","l":"out"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXParser","l":"parseEndTag()"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXParser","l":"parseStartTag()"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXSerializer","l":"pastRoot"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXSerializer","l":"precomputedPrefixes"},{"p":"org.codehaus.plexus.util.xml","c":"XmlUtil","l":"prettyFormat(InputStream, OutputStream)","u":"prettyFormat(java.io.InputStream,java.io.OutputStream)"},{"p":"org.codehaus.plexus.util.xml","c":"XmlUtil","l":"prettyFormat(InputStream, OutputStream, int, String)","u":"prettyFormat(java.io.InputStream,java.io.OutputStream,int,java.lang.String)"},{"p":"org.codehaus.plexus.util.xml","c":"XmlUtil","l":"prettyFormat(Reader, Writer)","u":"prettyFormat(java.io.Reader,java.io.Writer)"},{"p":"org.codehaus.plexus.util.xml","c":"XmlUtil","l":"prettyFormat(Reader, Writer, int, String)","u":"prettyFormat(java.io.Reader,java.io.Writer,int,java.lang.String)"},{"p":"org.codehaus.plexus.util.xml","c":"PrettyPrintXMLWriter","l":"PrettyPrintXMLWriter(PrintWriter)","u":"%3Cinit%3E(java.io.PrintWriter)"},{"p":"org.codehaus.plexus.util.xml","c":"PrettyPrintXMLWriter","l":"PrettyPrintXMLWriter(PrintWriter, String)","u":"%3Cinit%3E(java.io.PrintWriter,java.lang.String)"},{"p":"org.codehaus.plexus.util.xml","c":"PrettyPrintXMLWriter","l":"PrettyPrintXMLWriter(PrintWriter, String, String)","u":"%3Cinit%3E(java.io.PrintWriter,java.lang.String,java.lang.String)"},{"p":"org.codehaus.plexus.util.xml","c":"PrettyPrintXMLWriter","l":"PrettyPrintXMLWriter(PrintWriter, String, String, String)","u":"%3Cinit%3E(java.io.PrintWriter,java.lang.String,java.lang.String,java.lang.String)"},{"p":"org.codehaus.plexus.util.xml","c":"PrettyPrintXMLWriter","l":"PrettyPrintXMLWriter(PrintWriter, String, String, String, String)","u":"%3Cinit%3E(java.io.PrintWriter,java.lang.String,java.lang.String,java.lang.String,java.lang.String)"},{"p":"org.codehaus.plexus.util.xml","c":"PrettyPrintXMLWriter","l":"PrettyPrintXMLWriter(Writer)","u":"%3Cinit%3E(java.io.Writer)"},{"p":"org.codehaus.plexus.util.xml","c":"PrettyPrintXMLWriter","l":"PrettyPrintXMLWriter(Writer, String)","u":"%3Cinit%3E(java.io.Writer,java.lang.String)"},{"p":"org.codehaus.plexus.util.xml","c":"PrettyPrintXMLWriter","l":"PrettyPrintXMLWriter(Writer, String, String)","u":"%3Cinit%3E(java.io.Writer,java.lang.String,java.lang.String)"},{"p":"org.codehaus.plexus.util.xml","c":"PrettyPrintXMLWriter","l":"PrettyPrintXMLWriter(Writer, String, String, String)","u":"%3Cinit%3E(java.io.Writer,java.lang.String,java.lang.String,java.lang.String)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXSerializer","l":"printable(char)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXSerializer","l":"printable(String)","u":"printable(java.lang.String)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlPullParserException","l":"printStackTrace()"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlPullParser","l":"PROCESSING_INSTRUCTION"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXSerializer","l":"processingInstruction(String)","u":"processingInstruction(java.lang.String)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlSerializer","l":"processingInstruction(String)","u":"processingInstruction(java.lang.String)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXSerializer","l":"PROPERTY_LOCATION"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXSerializer","l":"PROPERTY_SERIALIZER_INDENTATION"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXSerializer","l":"PROPERTY_SERIALIZER_LINE_SEPARATOR"},{"p":"org.codehaus.plexus.util.xml","c":"XmlReader","l":"read(char[], int, int)","u":"read(char[],int,int)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXSerializer","l":"rebuildIndentationBuf()"},{"p":"org.codehaus.plexus.util.xml","c":"Xpp3Dom","l":"removeAttribute(String)","u":"removeAttribute(java.lang.String)"},{"p":"org.codehaus.plexus.util.xml","c":"Xpp3Dom","l":"removeChild(int)"},{"p":"org.codehaus.plexus.util.xml","c":"Xpp3Dom","l":"removeChild(Xpp3Dom)","u":"removeChild(org.codehaus.plexus.util.xml.Xpp3Dom)"},{"p":"org.codehaus.plexus.util.xml","c":"Xpp3Dom.ChildrenTracking","l":"replace(Object, Object)","u":"replace(java.lang.Object,java.lang.Object)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXParser","l":"require(int, String, String)","u":"require(int,java.lang.String,java.lang.String)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlPullParser","l":"require(int, String, String)","u":"require(int,java.lang.String,java.lang.String)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXSerializer","l":"reset()"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlPullParserException","l":"row"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXSerializer","l":"seenBracket"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXSerializer","l":"seenBracketBracket"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXSerializer","l":"seenTag"},{"p":"org.codehaus.plexus.util.xml","c":"Xpp3Dom","l":"SELF_COMBINATION_MERGE"},{"p":"org.codehaus.plexus.util.xml","c":"Xpp3DomUtils","l":"SELF_COMBINATION_MERGE"},{"p":"org.codehaus.plexus.util.xml","c":"Xpp3Dom","l":"SELF_COMBINATION_MODE_ATTRIBUTE"},{"p":"org.codehaus.plexus.util.xml","c":"Xpp3DomUtils","l":"SELF_COMBINATION_MODE_ATTRIBUTE"},{"p":"org.codehaus.plexus.util.xml","c":"Xpp3Dom","l":"SELF_COMBINATION_OVERRIDE"},{"p":"org.codehaus.plexus.util.xml","c":"Xpp3DomUtils","l":"SELF_COMBINATION_OVERRIDE"},{"p":"org.codehaus.plexus.util.xml","c":"Xpp3Dom","l":"SELF_COMBINATION_REMOVE"},{"p":"org.codehaus.plexus.util.xml","c":"SerializerXMLWriter","l":"SerializerXMLWriter(String, XmlSerializer)","u":"%3Cinit%3E(java.lang.String,org.codehaus.plexus.util.xml.pull.XmlSerializer)"},{"p":"org.codehaus.plexus.util.xml","c":"Xpp3Dom","l":"setAttribute(String, String)","u":"setAttribute(java.lang.String,java.lang.String)"},{"p":"org.codehaus.plexus.util.xml","c":"Xpp3Dom","l":"setChildrenTracking(Xpp3Dom.ChildrenTracking)","u":"setChildrenTracking(org.codehaus.plexus.util.xml.Xpp3Dom.ChildrenTracking)"},{"p":"org.codehaus.plexus.util.xml","c":"XmlReader","l":"setDefaultEncoding(String)","u":"setDefaultEncoding(java.lang.String)"},{"p":"org.codehaus.plexus.util.xml","c":"PrettyPrintXMLWriter","l":"setDepth(int)"},{"p":"org.codehaus.plexus.util.xml","c":"PrettyPrintXMLWriter","l":"setDocType(String)","u":"setDocType(java.lang.String)"},{"p":"org.codehaus.plexus.util.xml","c":"PrettyPrintXMLWriter","l":"setEncoding(String)","u":"setEncoding(java.lang.String)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXParser","l":"setFeature(String, boolean)","u":"setFeature(java.lang.String,boolean)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXSerializer","l":"setFeature(String, boolean)","u":"setFeature(java.lang.String,boolean)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlPullParser","l":"setFeature(String, boolean)","u":"setFeature(java.lang.String,boolean)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlSerializer","l":"setFeature(String, boolean)","u":"setFeature(java.lang.String,boolean)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXParser","l":"setInput(InputStream, String)","u":"setInput(java.io.InputStream,java.lang.String)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlPullParser","l":"setInput(InputStream, String)","u":"setInput(java.io.InputStream,java.lang.String)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXParser","l":"setInput(Reader)","u":"setInput(java.io.Reader)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlPullParser","l":"setInput(Reader)","u":"setInput(java.io.Reader)"},{"p":"org.codehaus.plexus.util.xml","c":"Xpp3Dom","l":"setInputLocation(Object)","u":"setInputLocation(java.lang.Object)"},{"p":"org.codehaus.plexus.util.xml","c":"PrettyPrintXMLWriter","l":"setLineIndenter(String)","u":"setLineIndenter(java.lang.String)"},{"p":"org.codehaus.plexus.util.xml","c":"PrettyPrintXMLWriter","l":"setLineSeparator(String)","u":"setLineSeparator(java.lang.String)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXSerializer","l":"setOutput(OutputStream, String)","u":"setOutput(java.io.OutputStream,java.lang.String)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlSerializer","l":"setOutput(OutputStream, String)","u":"setOutput(java.io.OutputStream,java.lang.String)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXSerializer","l":"setOutput(Writer)","u":"setOutput(java.io.Writer)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlSerializer","l":"setOutput(Writer)","u":"setOutput(java.io.Writer)"},{"p":"org.codehaus.plexus.util.xml","c":"Xpp3Dom","l":"setParent(Xpp3Dom)","u":"setParent(org.codehaus.plexus.util.xml.Xpp3Dom)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXSerializer","l":"setPrefix(String, String)","u":"setPrefix(java.lang.String,java.lang.String)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlSerializer","l":"setPrefix(String, String)","u":"setPrefix(java.lang.String,java.lang.String)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXSerializer","l":"setPrefixCalled"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXParser","l":"setProperty(String, Object)","u":"setProperty(java.lang.String,java.lang.Object)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXSerializer","l":"setProperty(String, Object)","u":"setProperty(java.lang.String,java.lang.Object)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlPullParser","l":"setProperty(String, Object)","u":"setProperty(java.lang.String,java.lang.Object)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlSerializer","l":"setProperty(String, Object)","u":"setProperty(java.lang.String,java.lang.Object)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXParser","l":"setupFromTemplate()"},{"p":"org.codehaus.plexus.util.xml","c":"Xpp3Dom","l":"setValue(String)","u":"setValue(java.lang.String)"},{"p":"org.codehaus.plexus.util.xml","c":"PrettyPrintXMLWriter","l":"setWriter(PrintWriter)","u":"setWriter(java.io.PrintWriter)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXParser","l":"skipSubTree()"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlPullParser","l":"START_DOCUMENT"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlPullParser","l":"START_TAG"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXSerializer","l":"startDocument(String, Boolean)","u":"startDocument(java.lang.String,java.lang.Boolean)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlSerializer","l":"startDocument(String, Boolean)","u":"startDocument(java.lang.String,java.lang.Boolean)"},{"p":"org.codehaus.plexus.util.xml","c":"PrettyPrintXMLWriter","l":"startElement(String)","u":"startElement(java.lang.String)"},{"p":"org.codehaus.plexus.util.xml","c":"SerializerXMLWriter","l":"startElement(String)","u":"startElement(java.lang.String)"},{"p":"org.codehaus.plexus.util.xml","c":"XMLWriter","l":"startElement(String)","u":"startElement(java.lang.String)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXSerializer","l":"startTag(String, String)","u":"startTag(java.lang.String,java.lang.String)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlSerializer","l":"startTag(String, String)","u":"startTag(java.lang.String,java.lang.String)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXSerializer","l":"startTagIncomplete"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlPullParser","l":"TEXT"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXSerializer","l":"text(char[], int, int)","u":"text(char[],int,int)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlSerializer","l":"text(char[], int, int)","u":"text(char[],int,int)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXSerializer","l":"text(String)","u":"text(java.lang.String)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlSerializer","l":"text(String)","u":"text(java.lang.String)"},{"p":"org.codehaus.plexus.util.xml","c":"Xpp3DomBuilder.InputLocationBuilder","l":"toInputLocation(XmlPullParser)","u":"toInputLocation(org.codehaus.plexus.util.xml.pull.XmlPullParser)"},{"p":"org.codehaus.plexus.util.xml","c":"Xpp3Dom","l":"toString()"},{"p":"org.codehaus.plexus.util.xml","c":"Xpp3Dom","l":"toUnescapedString()"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlPullParser","l":"TYPES"},{"p":"org.codehaus.plexus.util.xml","c":"XmlStreamWriter","l":"write(char[], int, int)","u":"write(char[],int,int)"},{"p":"org.codehaus.plexus.util.xml","c":"Xpp3DomWriter","l":"write(PrintWriter, Xpp3Dom)","u":"write(java.io.PrintWriter,org.codehaus.plexus.util.xml.Xpp3Dom)"},{"p":"org.codehaus.plexus.util.xml","c":"Xpp3DomWriter","l":"write(Writer, Xpp3Dom)","u":"write(java.io.Writer,org.codehaus.plexus.util.xml.Xpp3Dom)"},{"p":"org.codehaus.plexus.util.xml","c":"Xpp3DomWriter","l":"write(XMLWriter, Xpp3Dom)","u":"write(org.codehaus.plexus.util.xml.XMLWriter,org.codehaus.plexus.util.xml.Xpp3Dom)"},{"p":"org.codehaus.plexus.util.xml","c":"Xpp3DomWriter","l":"write(XMLWriter, Xpp3Dom, boolean)","u":"write(org.codehaus.plexus.util.xml.XMLWriter,org.codehaus.plexus.util.xml.Xpp3Dom,boolean)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXSerializer","l":"writeAttributeValue(String, Writer)","u":"writeAttributeValue(java.lang.String,java.io.Writer)"},{"p":"org.codehaus.plexus.util.xml","c":"XmlWriterUtil","l":"writeComment(XMLWriter, String)","u":"writeComment(org.codehaus.plexus.util.xml.XMLWriter,java.lang.String)"},{"p":"org.codehaus.plexus.util.xml","c":"XmlWriterUtil","l":"writeComment(XMLWriter, String, int)","u":"writeComment(org.codehaus.plexus.util.xml.XMLWriter,java.lang.String,int)"},{"p":"org.codehaus.plexus.util.xml","c":"XmlWriterUtil","l":"writeComment(XMLWriter, String, int, int)","u":"writeComment(org.codehaus.plexus.util.xml.XMLWriter,java.lang.String,int,int)"},{"p":"org.codehaus.plexus.util.xml","c":"XmlWriterUtil","l":"writeComment(XMLWriter, String, int, int, int)","u":"writeComment(org.codehaus.plexus.util.xml.XMLWriter,java.lang.String,int,int,int)"},{"p":"org.codehaus.plexus.util.xml","c":"XmlWriterUtil","l":"writeCommentLineBreak(XMLWriter)","u":"writeCommentLineBreak(org.codehaus.plexus.util.xml.XMLWriter)"},{"p":"org.codehaus.plexus.util.xml","c":"XmlWriterUtil","l":"writeCommentLineBreak(XMLWriter, int)","u":"writeCommentLineBreak(org.codehaus.plexus.util.xml.XMLWriter,int)"},{"p":"org.codehaus.plexus.util.xml","c":"XmlWriterUtil","l":"writeCommentText(XMLWriter, String)","u":"writeCommentText(org.codehaus.plexus.util.xml.XMLWriter,java.lang.String)"},{"p":"org.codehaus.plexus.util.xml","c":"XmlWriterUtil","l":"writeCommentText(XMLWriter, String, int)","u":"writeCommentText(org.codehaus.plexus.util.xml.XMLWriter,java.lang.String,int)"},{"p":"org.codehaus.plexus.util.xml","c":"XmlWriterUtil","l":"writeCommentText(XMLWriter, String, int, int)","u":"writeCommentText(org.codehaus.plexus.util.xml.XMLWriter,java.lang.String,int,int)"},{"p":"org.codehaus.plexus.util.xml","c":"XmlWriterUtil","l":"writeCommentText(XMLWriter, String, int, int, int)","u":"writeCommentText(org.codehaus.plexus.util.xml.XMLWriter,java.lang.String,int,int,int)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXSerializer","l":"writeElementContent(char[], int, int, Writer)","u":"writeElementContent(char[],int,int,java.io.Writer)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXSerializer","l":"writeElementContent(String, Writer)","u":"writeElementContent(java.lang.String,java.io.Writer)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXSerializer","l":"writeIndent()"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXSerializer","l":"writeIndentation"},{"p":"org.codehaus.plexus.util.xml","c":"XmlWriterUtil","l":"writeLineBreak(XMLWriter)","u":"writeLineBreak(org.codehaus.plexus.util.xml.XMLWriter)"},{"p":"org.codehaus.plexus.util.xml","c":"XmlWriterUtil","l":"writeLineBreak(XMLWriter, int)","u":"writeLineBreak(org.codehaus.plexus.util.xml.XMLWriter,int)"},{"p":"org.codehaus.plexus.util.xml","c":"XmlWriterUtil","l":"writeLineBreak(XMLWriter, int, int)","u":"writeLineBreak(org.codehaus.plexus.util.xml.XMLWriter,int,int)"},{"p":"org.codehaus.plexus.util.xml","c":"XmlWriterUtil","l":"writeLineBreak(XMLWriter, int, int, int)","u":"writeLineBreak(org.codehaus.plexus.util.xml.XMLWriter,int,int,int)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXSerializer","l":"writeLineSeparator"},{"p":"org.codehaus.plexus.util.xml","c":"PrettyPrintXMLWriter","l":"writeMarkup(String)","u":"writeMarkup(java.lang.String)"},{"p":"org.codehaus.plexus.util.xml","c":"SerializerXMLWriter","l":"writeMarkup(String)","u":"writeMarkup(java.lang.String)"},{"p":"org.codehaus.plexus.util.xml","c":"XMLWriter","l":"writeMarkup(String)","u":"writeMarkup(java.lang.String)"},{"p":"org.codehaus.plexus.util.xml","c":"PrettyPrintXMLWriter","l":"writeText(String)","u":"writeText(java.lang.String)"},{"p":"org.codehaus.plexus.util.xml","c":"SerializerXMLWriter","l":"writeText(String)","u":"writeText(java.lang.String)"},{"p":"org.codehaus.plexus.util.xml","c":"XMLWriter","l":"writeText(String)","u":"writeText(java.lang.String)"},{"p":"org.codehaus.plexus.util.xml","c":"Xpp3Dom","l":"writeToSerializer(String, XmlSerializer)","u":"writeToSerializer(java.lang.String,org.codehaus.plexus.util.xml.pull.XmlSerializer)"},{"p":"org.codehaus.plexus.util.xml","c":"Xpp3DomUtils","l":"writeToSerializer(String, XmlSerializer, Xpp3Dom)","u":"writeToSerializer(java.lang.String,org.codehaus.plexus.util.xml.pull.XmlSerializer,org.codehaus.plexus.util.xml.Xpp3Dom)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXSerializer","l":"XML_URI"},{"p":"org.codehaus.plexus.util.xml.pull","c":"MXSerializer","l":"XMLNS_URI"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlPullParserException","l":"XmlPullParserException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.codehaus.plexus.util.xml.pull","c":"XmlPullParserException","l":"XmlPullParserException(String, XmlPullParser, Throwable)","u":"%3Cinit%3E(java.lang.String,org.codehaus.plexus.util.xml.pull.XmlPullParser,java.lang.Throwable)"},{"p":"org.codehaus.plexus.util.xml","c":"XmlReader","l":"XmlReader(File)","u":"%3Cinit%3E(java.io.File)"},{"p":"org.codehaus.plexus.util.xml","c":"XmlReader","l":"XmlReader(InputStream)","u":"%3Cinit%3E(java.io.InputStream)"},{"p":"org.codehaus.plexus.util.xml","c":"XmlReader","l":"XmlReader(InputStream, boolean)","u":"%3Cinit%3E(java.io.InputStream,boolean)"},{"p":"org.codehaus.plexus.util.xml","c":"XmlReader","l":"XmlReader(InputStream, String)","u":"%3Cinit%3E(java.io.InputStream,java.lang.String)"},{"p":"org.codehaus.plexus.util.xml","c":"XmlReader","l":"XmlReader(InputStream, String, boolean)","u":"%3Cinit%3E(java.io.InputStream,java.lang.String,boolean)"},{"p":"org.codehaus.plexus.util.xml","c":"XmlReader","l":"XmlReader(InputStream, String, boolean, String)","u":"%3Cinit%3E(java.io.InputStream,java.lang.String,boolean,java.lang.String)"},{"p":"org.codehaus.plexus.util.xml","c":"XmlReader","l":"XmlReader(Path)","u":"%3Cinit%3E(java.nio.file.Path)"},{"p":"org.codehaus.plexus.util.xml","c":"XmlReader","l":"XmlReader(URL)","u":"%3Cinit%3E(java.net.URL)"},{"p":"org.codehaus.plexus.util.xml","c":"XmlReader","l":"XmlReader(URLConnection)","u":"%3Cinit%3E(java.net.URLConnection)"},{"p":"org.codehaus.plexus.util.xml","c":"XmlReaderException","l":"XmlReaderException(String, String, String, String, InputStream)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.io.InputStream)"},{"p":"org.codehaus.plexus.util.xml","c":"XmlReaderException","l":"XmlReaderException(String, String, String, String, String, String, InputStream)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.io.InputStream)"},{"p":"org.codehaus.plexus.util.xml","c":"XmlStreamReader","l":"XmlStreamReader(File)","u":"%3Cinit%3E(java.io.File)"},{"p":"org.codehaus.plexus.util.xml","c":"XmlStreamReader","l":"XmlStreamReader(InputStream)","u":"%3Cinit%3E(java.io.InputStream)"},{"p":"org.codehaus.plexus.util.xml","c":"XmlStreamReader","l":"XmlStreamReader(InputStream, boolean)","u":"%3Cinit%3E(java.io.InputStream,boolean)"},{"p":"org.codehaus.plexus.util.xml","c":"XmlStreamReader","l":"XmlStreamReader(InputStream, String)","u":"%3Cinit%3E(java.io.InputStream,java.lang.String)"},{"p":"org.codehaus.plexus.util.xml","c":"XmlStreamReader","l":"XmlStreamReader(InputStream, String, boolean)","u":"%3Cinit%3E(java.io.InputStream,java.lang.String,boolean)"},{"p":"org.codehaus.plexus.util.xml","c":"XmlStreamReader","l":"XmlStreamReader(InputStream, String, boolean, String)","u":"%3Cinit%3E(java.io.InputStream,java.lang.String,boolean,java.lang.String)"},{"p":"org.codehaus.plexus.util.xml","c":"XmlStreamReader","l":"XmlStreamReader(Path)","u":"%3Cinit%3E(java.nio.file.Path)"},{"p":"org.codehaus.plexus.util.xml","c":"XmlStreamReader","l":"XmlStreamReader(URL)","u":"%3Cinit%3E(java.net.URL)"},{"p":"org.codehaus.plexus.util.xml","c":"XmlStreamReader","l":"XmlStreamReader(URLConnection)","u":"%3Cinit%3E(java.net.URLConnection)"},{"p":"org.codehaus.plexus.util.xml","c":"XmlStreamReaderException","l":"XmlStreamReaderException(String, String, String, String, InputStream)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.io.InputStream)"},{"p":"org.codehaus.plexus.util.xml","c":"XmlStreamReaderException","l":"XmlStreamReaderException(String, String, String, String, String, String, InputStream)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.io.InputStream)"},{"p":"org.codehaus.plexus.util.xml","c":"XmlStreamWriter","l":"XmlStreamWriter(File)","u":"%3Cinit%3E(java.io.File)"},{"p":"org.codehaus.plexus.util.xml","c":"XmlStreamWriter","l":"XmlStreamWriter(OutputStream)","u":"%3Cinit%3E(java.io.OutputStream)"},{"p":"org.codehaus.plexus.util.xml","c":"XmlUtil","l":"XmlUtil()","u":"%3Cinit%3E()"},{"p":"org.codehaus.plexus.util.xml","c":"XmlWriterUtil","l":"XmlWriterUtil()","u":"%3Cinit%3E()"},{"p":"org.codehaus.plexus.util.xml","c":"Xpp3Dom","l":"Xpp3Dom(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.codehaus.plexus.util.xml","c":"Xpp3Dom","l":"Xpp3Dom(String, Object)","u":"%3Cinit%3E(java.lang.String,java.lang.Object)"},{"p":"org.codehaus.plexus.util.xml","c":"Xpp3Dom","l":"Xpp3Dom(XmlNode)","u":"%3Cinit%3E(org.apache.maven.api.xml.XmlNode)"},{"p":"org.codehaus.plexus.util.xml","c":"Xpp3Dom","l":"Xpp3Dom(XmlNode, Xpp3Dom)","u":"%3Cinit%3E(org.apache.maven.api.xml.XmlNode,org.codehaus.plexus.util.xml.Xpp3Dom)"},{"p":"org.codehaus.plexus.util.xml","c":"Xpp3Dom","l":"Xpp3Dom(XmlNode, Xpp3Dom.ChildrenTracking)","u":"%3Cinit%3E(org.apache.maven.api.xml.XmlNode,org.codehaus.plexus.util.xml.Xpp3Dom.ChildrenTracking)"},{"p":"org.codehaus.plexus.util.xml","c":"Xpp3Dom","l":"Xpp3Dom(Xpp3Dom)","u":"%3Cinit%3E(org.codehaus.plexus.util.xml.Xpp3Dom)"},{"p":"org.codehaus.plexus.util.xml","c":"Xpp3Dom","l":"Xpp3Dom(Xpp3Dom, String)","u":"%3Cinit%3E(org.codehaus.plexus.util.xml.Xpp3Dom,java.lang.String)"},{"p":"org.codehaus.plexus.util.xml","c":"Xpp3DomBuilder","l":"Xpp3DomBuilder()","u":"%3Cinit%3E()"},{"p":"org.codehaus.plexus.util.xml","c":"Xpp3DomUtils","l":"Xpp3DomUtils()","u":"%3Cinit%3E()"},{"p":"org.codehaus.plexus.util.xml","c":"Xpp3DomWriter","l":"Xpp3DomWriter()","u":"%3Cinit%3E()"}];updateSearchResults();
\ No newline at end of file
diff --git a/apidocs/module-search-index.js b/apidocs/module-search-index.js
new file mode 100644
index 00000000..0d59754f
--- /dev/null
+++ b/apidocs/module-search-index.js
@@ -0,0 +1 @@
+moduleSearchIndex = [];updateSearchResults();
\ No newline at end of file
diff --git a/apidocs/org/codehaus/plexus/util/xml/CompactXMLWriter.html b/apidocs/org/codehaus/plexus/util/xml/CompactXMLWriter.html
new file mode 100644
index 00000000..e8ebb8e7
--- /dev/null
+++ b/apidocs/org/codehaus/plexus/util/xml/CompactXMLWriter.html
@@ -0,0 +1,222 @@
+
+
+
+
+Codestin Search App
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Character stream that handles (or at least attempts to) all the necessary Voodo to figure out the charset encoding of
+ the XML document within the stream.
+
+
IMPORTANT: This class is not related in any way to the org.xml.sax.XMLReader. This one IS a character stream.
+
+
All this has to be done without consuming characters from the stream, if not the XML parser will not recognized the
+ document as a valid XML. This is not 100% true, but it's close enough (UTF-8 BOM is not handled by all parsers right
+ now, XmlReader handles it and things work in all parsers).
+
+
The XmlReader class handles the charset encoding of XML documents in Files, raw streams and HTTP streams by offering
+ a wide set of constructors.
+
+
By default the charset encoding detection is lenient, the constructor with the lenient flag can be used for an script
+ (following HTTP MIME and XML specifications). All this is nicely explained by Mark Pilgrim in his blog,
+ Determining the character encoding of a
+ feed.
+
+
Since:
+
1.4.3
+
Version:
+
revision 1.17 taken on 26/06/2007 from Rome (see
+ https://rome.dev.java.net/source/browse/rome/src/java/com/sun/syndication/io/XmlReader.java)
Creates a Reader using the InputStream of a URL.
+
+ If the URL is not of type HTTP and there is not 'content-type' header in the fetched data it uses the same logic
+ used for Files.
+
+ If the URL is a HTTP Url or there is a 'content-type' header in the fetched data it uses the same logic used for
+ an InputStream with content-type.
+
+ It does a lenient charset encoding detection, check the constructor with the lenient parameter for details.
+
+
+
Parameters:
+
url - URL to create a Reader from.
+
Throws:
+
IOException - thrown if there is a problem reading the stream of the URL.
Creates a Reader using the InputStream of a URLConnection.
+
+ If the URLConnection is not of type HttpURLConnection and there is not 'content-type' header in the fetched data
+ it uses the same logic used for files.
+
+ If the URLConnection is a HTTP Url or there is a 'content-type' header in the fetched data it uses the same logic
+ used for an InputStream with content-type.
+
+ It does a lenient charset encoding detection, check the constructor with the lenient parameter for details.
+
+
+
Parameters:
+
conn - URLConnection to create a Reader from.
+
Throws:
+
IOException - thrown if there is a problem reading the stream of the URLConnection.
Creates a Reader using an InputStream an the associated content-type header.
+
+ First it checks if the stream has BOM. If there is not BOM checks the content-type encoding. If there is not
+ content-type encoding checks the XML prolog encoding. If there is not XML prolog encoding uses the default
+ encoding mandated by the content-type MIME type.
+
+ It does a lenient charset encoding detection, check the constructor with the lenient parameter for details.
+
+
+
Parameters:
+
is - InputStream to create the reader from.
+
httpContentType - content-type header to use for the resolution of the charset encoding.
+
Throws:
+
IOException - thrown if there is a problem reading the file.
Creates a Reader using an InputStream an the associated content-type header. This constructor is lenient
+ regarding the encoding detection.
+
+ First it checks if the stream has BOM. If there is not BOM checks the content-type encoding. If there is not
+ content-type encoding checks the XML prolog encoding. If there is not XML prolog encoding uses the default
+ encoding mandated by the content-type MIME type.
+
+ If lenient detection is indicated and the detection above fails as per specifications it then attempts the
+ following:
+
+ If the content type was 'text/html' it replaces it with 'text/xml' and tries the detection again.
+
+ Else if the XML prolog had a charset encoding that encoding is used.
+
+ Else if the content type had a charset encoding that encoding is used.
+
+ Else 'UTF-8' is used.
+
+ If lenient detection is indicated an XmlStreamReaderException is never thrown.
+
+
+
Parameters:
+
is - InputStream to create the reader from.
+
httpContentType - content-type header to use for the resolution of the charset encoding.
+
lenient - indicates if the charset encoding detection should be relaxed.
+
defaultEncoding - encoding to use
+
Throws:
+
IOException - thrown if there is a problem reading the file.
+
XmlStreamReaderException - thrown if the charset encoding could not be determined according to the specs.
Creates a Reader using an InputStream an the associated content-type header. This constructor is lenient
+ regarding the encoding detection.
+
+ First it checks if the stream has BOM. If there is not BOM checks the content-type encoding. If there is not
+ content-type encoding checks the XML prolog encoding. If there is not XML prolog encoding uses the default
+ encoding mandated by the content-type MIME type.
+
+ If lenient detection is indicated and the detection above fails as per specifications it then attempts the
+ following:
+
+ If the content type was 'text/html' it replaces it with 'text/xml' and tries the detection again.
+
+ Else if the XML prolog had a charset encoding that encoding is used.
+
+ Else if the content type had a charset encoding that encoding is used.
+
+ Else 'UTF-8' is used.
+
+ If lenient detection is indicated an XmlStreamReaderException is never thrown.
+
+
+
Parameters:
+
is - InputStream to create the reader from.
+
httpContentType - content-type header to use for the resolution of the charset encoding.
+
lenient - indicates if the charset encoding detection should be relaxed.
+
Throws:
+
IOException - thrown if there is a problem reading the file.
+
XmlStreamReaderException - thrown if the charset encoding could not be determined according to the specs.
+
+
+
+
+
+
+
+
+
+
+
Method Details
+
+
+
+
setDefaultEncoding
+
+
public staticvoidsetDefaultEncoding(String encoding)
+
Deprecated.
+
Sets the default encoding to use if none is set in HTTP content-type, XML prolog and the rules based on
+ content-type are not adequate.
+
+
If it is set to NULL the content-type based rules are used.
public class XmlReaderException
+extends IOException
+
The XmlReaderException is thrown by the XmlReader constructors if the charset encoding can not be determined
+ according to the XML 1.0 specification and RFC 3023.
+
+ The exception returns the unconsumed InputStream to allow the application to do an alternate processing with the
+ stream. Note that the original InputStream given to the XmlReader cannot be used as that one has been already read.
+
+
+
Version:
+
revision 1.1 taken on 26/06/2007 from Rome (see
+ https://rome.dev.java.net/source/browse/rome/src/java/com/sun/syndication/io/XmlReaderException.java)
Character stream that handles (or at least attempts to) all the necessary Voodo to figure out the charset encoding of
+ the XML document within the stream.
+
+ IMPORTANT: This class is not related in any way to the org.xml.sax.XMLReader. This one IS a character stream.
+
+ All this has to be done without consuming characters from the stream, if not the XML parser will not recognized the
+ document as a valid XML. This is not 100% true, but it's close enough (UTF-8 BOM is not handled by all parsers right
+ now, XmlReader handles it and things work in all parsers).
+
+ The XmlReader class handles the charset encoding of XML documents in Files, raw streams and HTTP streams by offering
+ a wide set of constructors.
+
+ By default the charset encoding detection is lenient, the constructor with the lenient flag can be used for an script
+ (following HTTP MIME and XML specifications). All this is nicely explained by Mark Pilgrim in his blog,
+ Determining the character encoding of a
+ feed.
+
+
+
Since:
+
1.4.4
+
Version:
+
revision 1.17 taken on 26/06/2007 from Rome (see
+ https://rome.dev.java.net/source/browse/rome/src/java/com/sun/syndication/io/XmlReader.java)
Creates a Reader using the InputStream of a URL.
+
+ If the URL is not of type HTTP and there is not 'content-type' header in the fetched data it uses the same logic
+ used for Files.
+
+ If the URL is a HTTP Url or there is a 'content-type' header in the fetched data it uses the same logic used for
+ an InputStream with content-type.
+
+ It does a lenient charset encoding detection, check the constructor with the lenient parameter for details.
+
+
+
Parameters:
+
url - URL to create a Reader from.
+
Throws:
+
IOException - thrown if there is a problem reading the stream of the URL.
Creates a Reader using the InputStream of a URLConnection.
+
+ If the URLConnection is not of type HttpURLConnection and there is not 'content-type' header in the fetched data
+ it uses the same logic used for files.
+
+ If the URLConnection is a HTTP Url or there is a 'content-type' header in the fetched data it uses the same logic
+ used for an InputStream with content-type.
+
+ It does a lenient charset encoding detection, check the constructor with the lenient parameter for details.
+
+
+
Parameters:
+
conn - URLConnection to create a Reader from.
+
Throws:
+
IOException - thrown if there is a problem reading the stream of the URLConnection.
Creates a Reader using an InputStream an the associated content-type header.
+
+ First it checks if the stream has BOM. If there is not BOM checks the content-type encoding. If there is not
+ content-type encoding checks the XML prolog encoding. If there is not XML prolog encoding uses the default
+ encoding mandated by the content-type MIME type.
+
+ It does a lenient charset encoding detection, check the constructor with the lenient parameter for details.
+
+
+
Parameters:
+
is - InputStream to create the reader from.
+
httpContentType - content-type header to use for the resolution of the charset encoding.
+
Throws:
+
IOException - thrown if there is a problem reading the file.
Creates a Reader using an InputStream an the associated content-type header. This constructor is lenient
+ regarding the encoding detection.
+
+ First it checks if the stream has BOM. If there is not BOM checks the content-type encoding. If there is not
+ content-type encoding checks the XML prolog encoding. If there is not XML prolog encoding uses the default
+ encoding mandated by the content-type MIME type.
+
+ If lenient detection is indicated and the detection above fails as per specifications it then attempts the
+ following:
+
+ If the content type was 'text/html' it replaces it with 'text/xml' and tries the detection again.
+
+ Else if the XML prolog had a charset encoding that encoding is used.
+
+ Else if the content type had a charset encoding that encoding is used.
+
+ Else 'UTF-8' is used.
+
+ If lenient detection is indicated an XmlStreamReaderException is never thrown.
+
+
+
Parameters:
+
is - InputStream to create the reader from.
+
httpContentType - content-type header to use for the resolution of the charset encoding.
+
lenient - indicates if the charset encoding detection should be relaxed.
+
defaultEncoding - encoding to use
+
Throws:
+
IOException - thrown if there is a problem reading the file.
+
XmlStreamReaderException - thrown if the charset encoding could not be determined according to the specs.
Creates a Reader using an InputStream an the associated content-type header. This constructor is lenient
+ regarding the encoding detection.
+
+ First it checks if the stream has BOM. If there is not BOM checks the content-type encoding. If there is not
+ content-type encoding checks the XML prolog encoding. If there is not XML prolog encoding uses the default
+ encoding mandated by the content-type MIME type.
+
+ If lenient detection is indicated and the detection above fails as per specifications it then attempts the
+ following:
+
+ If the content type was 'text/html' it replaces it with 'text/xml' and tries the detection again.
+
+ Else if the XML prolog had a charset encoding that encoding is used.
+
+ Else if the content type had a charset encoding that encoding is used.
+
+ Else 'UTF-8' is used.
+
+ If lenient detection is indicated an XmlStreamReaderException is never thrown.
+
+
+
Parameters:
+
is - InputStream to create the reader from.
+
httpContentType - content-type header to use for the resolution of the charset encoding.
+
lenient - indicates if the charset encoding detection should be relaxed.
+
Throws:
+
IOException - thrown if there is a problem reading the file.
+
XmlStreamReaderException - thrown if the charset encoding could not be determined according to the specs.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/apidocs/org/codehaus/plexus/util/xml/XmlStreamReaderException.html b/apidocs/org/codehaus/plexus/util/xml/XmlStreamReaderException.html
new file mode 100644
index 00000000..a7529a3a
--- /dev/null
+++ b/apidocs/org/codehaus/plexus/util/xml/XmlStreamReaderException.html
@@ -0,0 +1,242 @@
+
+
+
+
+Codestin Search App
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
The XmlStreamReaderException is thrown by the XmlStreamReader constructors if the charset encoding can not be
+ determined according to the XML 1.0 specification and RFC 3023.
+
+ The exception returns the unconsumed InputStream to allow the application to do an alternate processing with the
+ stream. Note that the original InputStream given to the XmlStreamReader cannot be used as that one has been already
+ read.
+
+
+
Version:
+
revision 1.1 taken on 26/06/2007 from Rome (see
+ https://rome.dev.java.net/source/browse/rome/src/java/com/sun/syndication/io/XmlReaderException.java)
Character stream that handles (or at least attempts to) all the necessary Voodo to figure out the charset encoding of
+ the XML document written to the stream.
public staticvoidwriteCommentText(XMLWriter writer,
+ String comment,
+ int indent)
+
Convenience method to write XML comments between two comments line break. The XML comment block is also indented
+ by indent using 2 as indentation size.
public staticvoidwriteCommentText(XMLWriter writer,
+ String comment,
+ int indent,
+ int indentSize,
+ int columnSize)
+
Convenience method to write XML comments between two comments line break. The XML comment block is also indented
+ by indent using indentSize. The column size could be also be specified.
+
+
Parameters:
+
writer - not null
+
comment - comment
+
indent - positive number
+
indentSize - positive number
+
columnSize - positive number
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/apidocs/org/codehaus/plexus/util/xml/Xpp3Dom.ChildrenTracking.html b/apidocs/org/codehaus/plexus/util/xml/Xpp3Dom.ChildrenTracking.html
new file mode 100644
index 00000000..604312c6
--- /dev/null
+++ b/apidocs/org/codehaus/plexus/util/xml/Xpp3Dom.ChildrenTracking.html
@@ -0,0 +1,147 @@
+
+
+
+
+Codestin Search App
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This default mode for combining children DOMs during merge means that where element names match, the process will
+ try to merge the element data, rather than putting the dominant and recessive elements (which share the same
+ element name) as siblings in the resulting DOM.
This default mode for combining a DOM node during merge means that where element names match, the process will
+ try to merge the element attributes and values, rather than overriding the recessive element completely with the
+ dominant one.
public static finalStringDEFAULT_CHILDREN_COMBINATION_MODE
+
This default mode for combining children DOMs during merge means that where element names match, the process will
+ try to merge the element data, rather than putting the dominant and recessive elements (which share the same
+ element name) as siblings in the resulting DOM.
public static finalStringDEFAULT_SELF_COMBINATION_MODE
+
This default mode for combining a DOM node during merge means that where element names match, the process will
+ try to merge the element attributes and values, rather than overriding the recessive element completely with the
+ dominant one. This means that wherever the dominant element doesn't provide the value or a particular attribute,
+ that value or attribute will be set from the recessive DOM node.
Merge two DOMs, with one having dominance in the case of collision. Merge mechanisms (vs. override for nodes, or
+ vs. append for children) is determined by attributes of the dominant root node.
+
+
Parameters:
+
dominant - The dominant DOM into which the recessive value/attributes/children will be merged
+
recessive - The recessive DOM, which will be merged into the dominant DOM
Merge two DOMs, with one having dominance in the case of collision. Merge mechanisms (vs. override for nodes, or
+ vs. append for children) is determined by attributes of the dominant root node.
+
+
Parameters:
+
dominant - The dominant DOM into which the recessive value/attributes/children will be merged
+
recessive - The recessive DOM, which will be merged into the dominant DOM
Character stream that handles (or at least attempts to) all the necessary Voodo to figure out the charset encoding of
+ the XML document within the stream.
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/apidocs/org/codehaus/plexus/util/xml/class-use/XmlReaderException.html b/apidocs/org/codehaus/plexus/util/xml/class-use/XmlReaderException.html
new file mode 100644
index 00000000..3df08de4
--- /dev/null
+++ b/apidocs/org/codehaus/plexus/util/xml/class-use/XmlReaderException.html
@@ -0,0 +1,98 @@
+
+
+
+
+Codestin Search App
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Uses of Class org.codehaus.plexus.util.xml.XmlReaderException
The XmlStreamReaderException is thrown by the XmlStreamReader constructors if the charset encoding can not be
+ determined according to the XML 1.0 specification and RFC 3023.
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/apidocs/org/codehaus/plexus/util/xml/class-use/XmlStreamReader.html b/apidocs/org/codehaus/plexus/util/xml/class-use/XmlStreamReader.html
new file mode 100644
index 00000000..7dacff4b
--- /dev/null
+++ b/apidocs/org/codehaus/plexus/util/xml/class-use/XmlStreamReader.html
@@ -0,0 +1,69 @@
+
+
+
+
+Codestin Search App
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Uses of Class org.codehaus.plexus.util.xml.XmlStreamReader
+
+No usage of org.codehaus.plexus.util.xml.XmlStreamReader
+
+
+
+
+
\ No newline at end of file
diff --git a/apidocs/org/codehaus/plexus/util/xml/class-use/XmlStreamReaderException.html b/apidocs/org/codehaus/plexus/util/xml/class-use/XmlStreamReaderException.html
new file mode 100644
index 00000000..71e02c18
--- /dev/null
+++ b/apidocs/org/codehaus/plexus/util/xml/class-use/XmlStreamReaderException.html
@@ -0,0 +1,137 @@
+
+
+
+
+Codestin Search App
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Uses of Class org.codehaus.plexus.util.xml.XmlStreamReaderException
The XmlReaderException is thrown by the XmlReader constructors if the charset encoding can not be determined
+ according to the XML 1.0 specification and RFC 3023.
Character stream that handles (or at least attempts to) all the necessary Voodo to figure out the charset encoding of
+ the XML document within the stream.
The XmlStreamReaderException is thrown by the XmlStreamReader constructors if the charset encoding can not be
+ determined according to the XML 1.0 specification and RFC 3023.
Character stream that handles (or at least attempts to) all the necessary Voodo to figure out the charset encoding of
+ the XML document written to the stream.
The XmlReaderException is thrown by the XmlReader constructors if the charset encoding can not be determined
+ according to the XML 1.0 specification and RFC 3023.
The XmlStreamReaderException is thrown by the XmlStreamReader constructors if the charset encoding can not be
+ determined according to the XML 1.0 specification and RFC 3023.
If current event is START_TAG then if next element is TEXT then element content is returned or if next event is
+ END_TAG then empty string is returned, otherwise exception is thrown.
This method works similarly to next() but will expose additional event types (COMMENT, CDSECT, DOCDECL,
+ ENTITY_REF, PROCESSING_INSTRUCTION, or IGNORABLE_WHITESPACE) if they are available in input.
Set the input source for parser to the given reader and resets the parser. The event type is set to the initial
+ value START_DOCUMENT. Setting the reader to null will just stop parsing and reset parser state, allowing the
+ parser to free internal resources such as parsing buffers.
Sets the input stream the parser is going to process. This call resets the parser state and sets the event type
+ to the initial value START_DOCUMENT.
+
+ NOTE: If an input encoding string is passed, it MUST be used. Otherwise, if inputEncoding is
+ null, the parser SHOULD try to determine input encoding following XML 1.0 specification (see below). If encoding
+ detection is supported then following feature http://xmlpull.org/v1/doc/features.html#detect-encoding
+ MUST be true and otherwise it must be false
the input encoding if known, null otherwise. If setInput(InputStream, inputEncoding) was called with an
+ inputEncoding value other than null, this value must be returned from this method. Otherwise, if inputEncoding is
+ null and the parser supports the encoding detection feature
+ (http://xmlpull.org/v1/doc/features.html#detect-encoding), it must return the detected encoding. If
+ setInput(Reader) was called, null is returned. After first call to next if XML declaration was present this
+ method will return encoding declared.
Set new value for entity replacement text as defined in
+ XML 1.0 Section 4.5 Construction of Internal Entity
+ Replacement Text. If FEATURE_PROCESS_DOCDECL or FEATURE_VALIDATION are set, calling this function will result
+ in an exception -- when processing of DOCDECL is enabled, there is no need to the entity replacement text
+ manually.
+
+ The motivation for this function is to allow very small implementations of XMLPULL that will work in J2ME
+ environments. Though these implementations may not be able to process the document type declaration, they still
+ can work with known DTDs by using this function.
+
+ Please notes: The given value is used literally as replacement text and it corresponds to declaring entity
+ in DTD that has all special characters escaped: left angle bracket is replaced with <, ampersand with
+ & and so on.
+
+ Note: The given value is the literal replacement text and must not contain any other entity reference (if
+ it contains any entity reference there will be no further replacement).
+
+ Note: The list of pre-defined entity names will always contain standard XML entities such as amp
+ (&), lt (<), gt (>), quot ("), and apos ('). Those cannot be redefined by
+ this method!
the numbers of elements in the namespace stack for the given depth. If namespaces are not enabled, 0 is
+ returned.
+
+ NOTE: when parser is on END_TAG then it is allowed to call this function with getDepth()+1 argument to
+ retrieve position of namespace prefixes and URIs that were declared on corresponding START_TAG.
+
+ NOTE: to retrieve lsit of namespaces declared in current element:
+
+
+ XmlPullParser pp = ...
+ int nsStart = pp.getNamespaceCount(pp.getDepth()-1);
+ int nsEnd = pp.getNamespaceCount(pp.getDepth());
+ for (int i = nsStart; i > nsEnd; i++) {
+ String prefix = pp.getNamespacePrefix(i);
+ String ns = pp.getNamespaceUri(i);
+ // ...
+ }
+
Returns the namespace prefix for the given position in the namespace stack. Default namespace declaration
+ (xmlns='...') will have null as prefix. If the given index is out of range, an exception is thrown.
+
+ Please note: when the parser is on an END_TAG, namespace prefixes that were declared in the corresponding
+ START_TAG are still accessible although they are no longer in scope.
+ namespace prefix
Returns the namespace URI for the given position in the namespace stack If the position is out of range, an
+ exception is thrown.
+
+ NOTE: when parser is on END_TAG then namespace prefixes that were declared in corresponding START_TAG are
+ still accessible even though they are not in scope
the URI corresponding to the given prefix, depending on current state of the parser.
+
+ If the prefix was not declared in the current scope, null is returned. The default namespace is included in the
+ namespace table and is available via getNamespace (null).
+
+ This method is a convenience method for
+
+
+ for ( int i = getNamespaceCount( getDepth() ) - 1; i >= 0; i-- )
+ {
+ if ( getNamespacePrefix( i ).equals( prefix ) )
+ {
+ return getNamespaceUri( i );
+ }
+ }
+ return null;
+
+
+ Please note: parser implementations may provide more efficient lookup, e.g. using a Hashtable.
+ The 'xml' prefix is bound to "http://www.w3.org/XML/1998/namespace", as defined in the
+ Namespaces in XML specification. Analogous, the
+ 'xmlns' prefix is resolved to http://www.w3.org/2000/xmlns/
the current depth of the element. Outside the root element, the depth is 0. The depth is incremented by 1
+ when a start tag is reached. The depth is decremented AFTER the end tag event was observed.
+
+
a short text describing the current parser state, including the position, a description of the current
+ event and the data source if known. This method is especially useful to provide meaningful error messages and for
+ debugging purposes.
Returns the current line number, starting from 1. When the parser does not know the current line number or can
+ not determine it, -1 is returned (e.g. for WBXML).
Returns the current column number, starting from 0. When the parser does not know the current column number or
+ can not determine it, -1 is returned (e.g. for WBXML).
Checks whether the current TEXT event contains only whitespace characters. For IGNORABLE_WHITESPACE, this is
+ always true. For TEXT and CDSECT, false is returned when the current event text contains at least one non-white
+ space character. For any other event type an exception is thrown.
+
+ Please note: non-validating parsers are not able to distinguish whitespace and ignorable whitespace,
+ except from whitespace outside the root element. Ignorable whitespace is reported as separate event, which is
+ exposed via nextToken only.
the text content of the current event as String. The value returned depends on current event type, for
+ example for TEXT event it is element content (this is typical case when next() is used). See description of
+ nextToken() for detailed description of possible returned values for different types of events.
+
+ NOTE: in case of ENTITY_REF, this method returns the entity replacement text (or null if not
+ available). This is the only case where getText() and getTextCharacters() return different values.
Returns the buffer that contains the text of the current event, as well as the start offset and length relevant
+ for the current event. See getText(), next() and nextToken() for description of possible returned values.
+
+ Please note: this buffer must not be modified and its content MAY change after a call to next()
+ or nextToken(). This method will always return the same value as getText(), except for ENTITY_REF. In the case of
+ ENTITY ref, getText() returns the replacement text and this method returns the actual input buffer containing the
+ entity name. If getText() returns null, this method returns null as well and the values returned in the holder
+ array MUST be -1 (both start and length).
the namespace URI of the current element. The default namespace is represented as empty string. If
+ namespaces are not enabled, an empty String ("") is always returned. The current event must be START_TAG or
+ END_TAG; otherwise, null is returned.
For START_TAG or END_TAG events, the (local) name of the current element is returned when namespaces are enabled.
+ When namespace processing is disabled, the raw name is returned. For ENTITY_REF events, the entity name is
+ returned. If the current event is not START_TAG, END_TAG, or ENTITY_REF, null is returned.
+
+ Please note: To reconstruct the raw element name when namespaces are enabled and the prefix is not null,
+ you will need to add the prefix and a colon to localName..
the prefix of the current element. If the element is in the default namespace (has no prefix), null is
+ returned. If namespaces are not enabled, or the current event is not START_TAG or END_TAG, null is returned.
Returns the namespace URI of the attribute with the given index (starts from 0). Returns an empty string ("") if
+ namespaces are not enabled or the attribute has no namespace. Throws an IndexOutOfBoundsException if the index is
+ out of range or the current event type is not START_TAG.
+
+ NOTE: if FEATURE_REPORT_NAMESPACE_ATTRIBUTES is set then namespace attributes (xmlns:ns='...')
+ must be reported with namespace http://www.w3.org/2000/xmlns/ (visit
+ this URL for description!). The default namespace attribute (xmlns="...") will be reported with empty namespace.
+
+ NOTE:The xml prefix is bound as defined in
+ Namespaces in XML specification to
+ "http://www.w3.org/XML/1998/namespace".
attribute namespace, empty string ("") is returned if namespaces processing is not enabled or namespaces
+ processing is enabled but attribute has no namespace (it has no prefix).
Returns the local name of the specified attribute if namespaces are enabled or just attribute name if namespaces
+ are disabled. Throws an IndexOutOfBoundsException if the index is out of range or current event type is not
+ START_TAG.
Returns the prefix of the specified attribute Returns null if the element has no prefix. If namespaces are
+ disabled it will always return null. Throws an IndexOutOfBoundsException if the index is out of range or current
+ event type is not START_TAG.
Returns if the specified attribute was not in input was declared in XML. If parser is non-validating it MUST
+ always return false. This information is part of XML infoset:
Returns the attributes value identified by namespace URI and namespace localName. If namespaces are disabled
+ namespace must be null. If current event type is not START_TAG then IndexOutOfBoundsException will be thrown.
+
Test if the current event is of the given type and if the namespace and name do match. null will match any
+ namespace and any name. If the test is not passed, an exception is thrown. The exception text indicates the
+ parser position, the expected event and the current event that is not meeting the requirement.
+
+ Essentially it does this
+
+
+ if ( type != getEventType() || ( namespace != null && !namespace.equals( getNamespace() ) )
+ || ( name != null && !name.equals( getName() ) ) )
+ throw new XmlPullParserException( "expected " + TYPES[type] + getPositionDescription() );
+
If current event is START_TAG then if next element is TEXT then element content is returned or if next event is
+ END_TAG then empty string is returned, otherwise exception is thrown. After calling this function successfully
+ parser will be positioned on END_TAG.
+
+ The motivation for this function is to allow to parse consistently both empty elements and elements that has non
+ empty content, for example for input:
+
+
<tag>foo</tag>
+
<tag></tag> (which is equivalent to <tag/> both input can be parsed with the same code:
+
+
+
+ This function together with nextTag make it very easy to parse XML that has no mixed content.
+
+ Essentially it does this
+
+
+ if ( getEventType() != START_TAG )
+ {
+ throw new XmlPullParserException( "parser must be on START_TAG to read next text", this, null );
+ }
+ int eventType = next();
+ if ( eventType == TEXT )
+ {
+ String result = getText();
+ eventType = next();
+ if ( eventType != END_TAG )
+ {
+ throw new XmlPullParserException( "event TEXT it must be immediately followed by END_TAG", this, null );
+ }
+ return result;
+ }
+ else if ( eventType == END_TAG )
+ {
+ return "";
+ }
+ else
+ {
+ throw new XmlPullParserException( "parser must be on START_TAG or TEXT to read text", this, null );
+ }
+
Get next parsing event - element content wil be coalesced and only one TEXT event must be returned for whole
+ element content (comments and processing instructions will be ignored and entity references must be expanded or
+ exception mus be thrown if entity reference can not be expanded). If element content is empty (content is "")
+ then no TEXT event will be reported.
+
+ NOTE: empty element (such as <tag/>) will be reported with two separate events: START_TAG, END_TAG - it
+ must be so to preserve parsing equivalency of empty element to <tag></tag>. (see isEmptyElementTag ())
This method works similarly to next() but will expose additional event types (COMMENT, CDSECT, DOCDECL,
+ ENTITY_REF, PROCESSING_INSTRUCTION, or IGNORABLE_WHITESPACE) if they are available in input.
+
+ If special feature FEATURE_XML_ROUNDTRIP
+ (identified by URI: http://xmlpull.org/v1/doc/features.html#xml-roundtrip) is enabled it is possible to do XML
+ document round trip ie. reproduce exactly on output the XML input using getText(): returned content is always
+ unnormalized (exactly as in input). Otherwise returned content is end-of-line normalized as described
+ XML 1.0 End-of-Line Handling and. Also when this feature
+ is enabled exact content of START_TAG, END_TAG, DOCDECL and PROCESSING_INSTRUCTION is available.
+
+ Here is the list of tokens that can be returned from nextToken() and what getText() and getTextCharacters()
null unless FEATURE_XML_ROUNDTRIP enabled and then returns XML tag, ex: <tag attr='val'>
+
END_TAG
+
null unless FEATURE_XML_ROUNDTRIP id enabled and then returns XML tag, ex: </tag>
+
TEXT
+
return element content.
+ Note: that element content may be delivered in multiple consecutive TEXT events.
+
IGNORABLE_WHITESPACE
+
return characters that are determined to be ignorable white space. If the FEATURE_XML_ROUNDTRIP is enabled
+ all whitespace content outside root element will always reported as IGNORABLE_WHITESPACE otherwise reporting is
+ optional.
+ Note: that element content may be delivered in multiple consecutive IGNORABLE_WHITESPACE events.
+
CDSECT
+
return text inside CDATA (ex. 'fo<o' from <!CDATA[fo<o]]>)
+
PROCESSING_INSTRUCTION
+
if FEATURE_XML_ROUNDTRIP is true return exact PI content ex: 'pi foo' from <?pi foo?> otherwise it may be
+ exact PI content or concatenation of PI target, space and data so for example for <?target data?> string
+ "target data" may be returned if FEATURE_XML_ROUNDTRIP is false.
+
COMMENT
+
return comment content ex. 'foo bar' from <!--foo bar-->
+
ENTITY_REF
+
getText() MUST return entity replacement text if PROCESS_DOCDECL is false otherwise getText() MAY return
+ null, additionally getTextCharacters() MUST return entity name (for example 'entity_name' for &entity_name;).
+
+ NOTE: this is the only place where value returned from getText() and getTextCharacters() are
+ different
+ NOTE: it is user responsibility to resolve entity reference if PROCESS_DOCDECL is false and there is no
+ entity replacement text set in defineEntityReplacementText() method (getText() will be null)
+ NOTE: character entities (ex.  ) and standard entities such as & < >
+ " ' are reported as well and are not reported as TEXT tokens but as ENTITY_REF tokens!
+ This requirement is added to allow to do roundtrip of XML documents!
+
DOCDECL
+
if FEATURE_XML_ROUNDTRIP is true or PROCESS_DOCDECL is false then return what is inside of DOCDECL for
+ example it returns:
+
+
+
+ otherwise if FEATURE_XML_ROUNDTRIP is false and PROCESS_DOCDECL is true then what is returned is undefined (it
+ may be even null)
+
+
+ NOTE: there is no guarantee that there will only one TEXT or IGNORABLE_WHITESPACE event from
+ nextToken() as parser may chose to deliver element content in multiple tokens (dividing element content into
+ chunks)
+
+ NOTE: whether returned text of token is end-of-line normalized is depending on
+ FEATURE_XML_ROUNDTRIP.
+
+ NOTE: XMLDecl (<?xml ...?>) is not reported but its content is available through optional
+ properties (see class description above).
Implementation of XmlSerializer interface from XmlPull V1 API. This implementation is optimized for performance and
+ low memory footprint.
+
+ Implemented features:
+
+
FEATURE_NAMES_INTERNED - when enabled all returned names (namespaces, prefixes) will be interned and it is
+ required that all names passed as arguments MUST be interned
+
FEATURE_SERIALIZER_ATTVALUE_USE_APOSTROPHE
+
+
+ Implemented properties:
+
+
PROPERTY_SERIALIZER_INDENTATION
+
PROPERTY_SERIALIZER_LINE_SEPARATOR
+
+
C0n control characters except \n, \r, and \t are omitted from output
For maximum efficiency when writing indents the required output is pre-computed This is internal function that
+ recomputes buffer after user requested changes.
Write <?xml declaration with encoding (if encoding not null) and standalone flag (if standalone not null)
+ This method can only be called just after setOutput.
Set feature identified by name (recommended to be URI for uniqueness). Some well known optional features are
+ defined in
+ http://www.xmlpull.org/v1/doc/features.html. If feature is not recognized or can not be set then
+ IllegalStateException MUST be thrown.
For maximum efficiency when writing indents the required output is pre-computed This is internal function that
+ recomputes buffer after user requested changes.
Set the value of a property. (the property name is recommended to be URI for uniqueness). Some well known
+ optional properties are defined in
+ http://www.xmlpull.org/v1/doc/properties.html. If property is not recognized or can not be set then
+ IllegalStateException MUST be thrown.
Write <?xml declaration with encoding (if encoding not null) and standalone flag (if standalone not null)
+ This method can only be called just after setOutput.
Finish writing. All unclosed start tags will be closed and output will be flushed. After calling this method no
+ more output can be serialized until next call to setOutput()
Binds the given prefix to the given namespace. This call is valid for the next element including child elements.
+ The prefix and namespace MUST be always declared even if prefix is not used in element (startTag() or
+ attribute()) - for XML 1.0 it must result in declaring xmlns:prefix='namespace' (or
+ xmlns:prefix="namespace" depending what character is used to quote attribute value).
+
+ NOTE: this method MUST be called directly before startTag() and if anything but startTag() or setPrefix()
+ is called next there will be exception.
+
+ NOTE: prefixes "xml" and "xmlns" are already bound and can not be redefined see:
+ Namespaces in XML Errata.
+
+ NOTE: to set default namespace use as prefix empty string.
namespace that corresponds to given prefix If there is no prefix bound to this namespace return null but
+ if generatePrefix is false then return generated prefix.
+
+ NOTE: if the prefix is empty string "" and default namespace is bound to this prefix then empty string
+ ("") is returned.
+
the current depth of the element. Outside the root element, the depth is 0. The depth is incremented by 1
+ when startTag() is called. The depth is decremented after the call to endTag() event was observed.
+
+
Returns the name of the current element as set by startTag(). It can only be null before first call to startTag()
+ or when last endTag() is called to close first startTag().
Writes a start tag with the given namespace and name. If there is no prefix defined for the given namespace, a
+ prefix will be defined automatically. The explicit prefixes for namespaces can be established by calling
+ setPrefix() immediately before this method. If namespace is null no namespace prefix is printed but just name. If
+ namespace is empty string then serializer will make sure that default empty namespace is declared (in XML 1.0
+ xmlns='') or throw IllegalStateException if default namespace is already bound to non-empty string.
Write an attribute. Calls to attribute() MUST follow a call to startTag() immediately. If there is no prefix
+ defined for the given namespace, a prefix will be defined automatically. If namespace is null or empty string no
+ namespace prefix is printed but just name.
Write end tag. Repetition of namespace and name is just for avoiding errors.
+ Background: in kXML endTag had no arguments, and non matching tags were very difficult to find... If
+ namespace is null no namespace prefix is printed but just name. If namespace is empty string then serializer will
+ make sure that default empty namespace is declared (in XML 1.0 xmlns='').
Write all pending output to the stream. If method startTag() or attribute() was called then start tag is closed
+ (final >) before flush() is called on underlying output stream.
+
+ NOTE: if there is need to close start tag (so no more attribute() calls are allowed) but without flushing
+ output call method text() with empty string (text("")).
XML Pull Parser is an interface that defines parsing functionality provided in
+ XMLPULL V1 API (visit this website to learn more about API and its
+ implementations).
+
+ There are following different kinds of parser depending on which features are set:
+
+
non-validating parser as defined in XML 1.0 spec when FEATURE_PROCESS_DOCDECL is set to true
+
validating parser as defined in XML 1.0 spec when FEATURE_VALIDATION is true (and that implies that
+ FEATURE_PROCESS_DOCDECL is true)
+
when FEATURE_PROCESS_DOCDECL is false (this is default and if different value is required necessary must be
+ changed before parsing is started) then parser behaves like XML 1.0 compliant non-validating parser under condition
+ that no DOCDECL is present in XML documents (internal entities can still be defined with
+ defineEntityReplacementText()). This mode of operation is intended for operation in constrained environments
+ such as J2ME.
+
+
+ There are two key methods: next() and nextToken(). While next() provides access to high level parsing events,
+ nextToken() allows access to lower level tokens.
+
+ The current event state of the parser can be determined by calling the getEventType()
+ method. Initially, the parser is in the START_DOCUMENT state.
+
+ The method next() advances the parser to the next event. The int value returned from next
+ determines the current parser state and is identical to the value returned from following calls to getEventType ().
+
Text content was read; the text content can be retrieved using the getText() method. (when in validating mode
+ next() will not report ignorable whitespaces, use nextToken() instead)
+
+ after first next() or nextToken() (or any other next*() method) is called user application can obtain XML version,
+ standalone and encoding from XML declaration in following ways:
+
standalone: getProperty("http://xmlpull.org/v1/doc/features.html#xmldecl-standalone")
+ returns Boolean: null if there was no standalone declaration or if property is not supported otherwise returns
+ Boolean(true) if standalone="yes" and Boolean(false) when standalone="no"
+
encoding: obtained from getInputEncoding() null if stream had unknown encoding (not set in setInputStream)
+ and it was not declared in XMLDecl
+
+ A minimal example for using this API may look as follows:
+
+
If current event is START_TAG then if next element is TEXT then element content is returned or if next event is
+ END_TAG then empty string is returned, otherwise exception is thrown.
This method works similarly to next() but will expose additional event types (COMMENT, CDSECT, DOCDECL,
+ ENTITY_REF, PROCESSING_INSTRUCTION, or IGNORABLE_WHITESPACE) if they are available in input.
Signalize that parser is at the very beginning of the document and nothing was read yet. This event type can only
+ be observed by calling getEvent() before the first call to next(), nextToken, or nextTag()).
Returned from getEventType(), next(), nextToken() when a start
+ tag was read. The name of start tag is available from getName(), its namespace and prefix are available from
+ getNamespace() and getPrefix() if namespaces are enabled. See
+ getAttribute* methods to retrieve element attributes. See getNamespace* methods to retrieve newly declared
+ namespaces.
Returned from getEventType(), next(), or nextToken() when an end
+ tag was read. The name of start tag is available from getName(), its namespace and prefix are available from
+ getNamespace() and getPrefix().
Character data was read and will is available by calling getText().
+
+ Please note:next() will accumulate multiple events into one TEXT event,
+ skipping IGNORABLE_WHITESPACE, PROCESSING_INSTRUCTION and COMMENT events, In contrast,
+ nextToken() will stop reading text when any other event is observed. Also, when the
+ state was reached by calling next(), the text value will be normalized, whereas getText() will return
+ unnormalized content in the case of nextToken(). This allows an exact roundtrip without changing line ends when
+ examining low level events, whereas for high level applications the text is normalized appropriately.
A CDATA sections was just read; this token is available only from calls to
+ nextToken(). A call to next() will accumulate various text events into a single event
+ of type TEXT. The text contained in the CDATA section is available by calling getText().
An entity reference was just read; this token is available from nextToken() only. The
+ entity name is available by calling getName(). If available, the replacement text can be obtained by calling
+ getTextt(); otherwise, the user is responsible for resolving the entity reference. This event type is never
+ returned from next(); next() will accumulate the replacement text and other text events to a single TEXT event.
Ignorable whitespace was just read. This token is available only from nextToken()).
+ For non-validating parsers, this event is only reported by nextToken() when outside the root element. Validating
+ parsers may be able to detect ignorable whitespace at other locations. The ignorable whitespace string is
+ available by calling getText()
+
+ NOTE: this is different from calling the isWhitespace() method, since text content may be
+ whitespace but not ignorable. Ignorable whitespace is skipped by next() automatically; this event type is never
+ returned from next().
An XML processing instruction declaration was just read. This event type is available only via
+ nextToken(). getText() will return text that is inside the processing instruction.
+ Calls to next() will skip processing instructions automatically.
An XML comment was just read. This event type is this token is available via
+ nextToken() only; calls to next() will skip comments automatically. The content of the
+ comment can be accessed using the getText() method.
An XML document type declaration was just read. This token is available from
+ nextToken() only. The unparsed text inside the doctype is available via the getText()
+ method.
This array can be used to convert the event type integer constants such as START_TAG or TEXT to to a string. For
+ example, the value of TYPES[START_TAG] is the string "START_TAG". This array is intended for diagnostic output
+ only. Relying on the contents of the array may be dangerous since malicious applications may alter the array,
+ although it is final, due to limitations of the Java language.
This feature determines whether namespace attributes are exposed via the attribute access methods. Like all
+ features, the default value is false. This feature cannot be changed during parsing.
This feature determines whether the document declaration is processed. If set to false, the DOCDECL event type is
+ reported by nextToken() and ignored by next(). If this feature is activated, then the document declaration must
+ be processed by the parser.
+
+ Please note: If the document type declaration was ignored, entity references may cause
+ exceptions later in the parsing process. The default value of this feature is false. It cannot be changed during
+ parsing.
If this feature is activated, all validation errors as defined in the XML 1.0 specification are reported. This
+ implies that FEATURE_PROCESS_DOCDECL is true and both, the internal and external document type declaration will
+ be processed.
+
+ Please Note: This feature can not be changed during parsing. The default value is false.
Use this call to change the general behaviour of the parser, such as namespace processing or doctype declaration
+ handling. This method must be called before the first call to next or nextToken. Otherwise, an exception is
+ thrown.
+
+ Example: call setFeature(FEATURE_PROCESS_NAMESPACES, true) in order to switch on namespace processing. The
+ initial settings correspond to the properties requested from the XML Pull Parser factory. If none were requested,
+ all features are deactivated by default.
Set the input source for parser to the given reader and resets the parser. The event type is set to the initial
+ value START_DOCUMENT. Setting the reader to null will just stop parsing and reset parser state, allowing the
+ parser to free internal resources such as parsing buffers.
Sets the input stream the parser is going to process. This call resets the parser state and sets the event type
+ to the initial value START_DOCUMENT.
+
+ NOTE: If an input encoding string is passed, it MUST be used. Otherwise, if inputEncoding is
+ null, the parser SHOULD try to determine input encoding following XML 1.0 specification (see below). If encoding
+ detection is supported then following feature http://xmlpull.org/v1/doc/features.html#detect-encoding
+ MUST be true and otherwise it must be false
+
+
Parameters:
+
inputStream - contains a raw byte input stream of possibly unknown encoding (when inputEncoding is null).
+
inputEncoding - if not null it MUST be used as encoding for inputStream
the input encoding if known, null otherwise. If setInput(InputStream, inputEncoding) was called with an
+ inputEncoding value other than null, this value must be returned from this method. Otherwise, if inputEncoding is
+ null and the parser supports the encoding detection feature
+ (http://xmlpull.org/v1/doc/features.html#detect-encoding), it must return the detected encoding. If
+ setInput(Reader) was called, null is returned. After first call to next if XML declaration was present this
+ method will return encoding declared.
Set new value for entity replacement text as defined in
+ XML 1.0 Section 4.5 Construction of Internal Entity
+ Replacement Text. If FEATURE_PROCESS_DOCDECL or FEATURE_VALIDATION are set, calling this function will result
+ in an exception -- when processing of DOCDECL is enabled, there is no need to the entity replacement text
+ manually.
+
+ The motivation for this function is to allow very small implementations of XMLPULL that will work in J2ME
+ environments. Though these implementations may not be able to process the document type declaration, they still
+ can work with known DTDs by using this function.
+
+ Please notes: The given value is used literally as replacement text and it corresponds to declaring entity
+ in DTD that has all special characters escaped: left angle bracket is replaced with <, ampersand with
+ & and so on.
+
+ Note: The given value is the literal replacement text and must not contain any other entity reference (if
+ it contains any entity reference there will be no further replacement).
+
+ Note: The list of pre-defined entity names will always contain standard XML entities such as amp
+ (&), lt (<), gt (>), quot ("), and apos ('). Those cannot be redefined by
+ this method!
the numbers of elements in the namespace stack for the given depth. If namespaces are not enabled, 0 is
+ returned.
+
+ NOTE: when parser is on END_TAG then it is allowed to call this function with getDepth()+1 argument to
+ retrieve position of namespace prefixes and URIs that were declared on corresponding START_TAG.
+
+ NOTE: to retrieve lsit of namespaces declared in current element:
+
+
+ XmlPullParser pp = ...
+ int nsStart = pp.getNamespaceCount(pp.getDepth()-1);
+ int nsEnd = pp.getNamespaceCount(pp.getDepth());
+ for (int i = nsStart; i > nsEnd; i++) {
+ String prefix = pp.getNamespacePrefix(i);
+ String ns = pp.getNamespaceUri(i);
+ // ...
+ }
+
Returns the namespace prefix for the given position in the namespace stack. Default namespace declaration
+ (xmlns='...') will have null as prefix. If the given index is out of range, an exception is thrown.
+
+ Please note: when the parser is on an END_TAG, namespace prefixes that were declared in the corresponding
+ START_TAG are still accessible although they are no longer in scope.
+ namespace prefix
Returns the namespace URI for the given position in the namespace stack If the position is out of range, an
+ exception is thrown.
+
+ NOTE: when parser is on END_TAG then namespace prefixes that were declared in corresponding START_TAG are
+ still accessible even though they are not in scope
the URI corresponding to the given prefix, depending on current state of the parser.
+
+ If the prefix was not declared in the current scope, null is returned. The default namespace is included in the
+ namespace table and is available via getNamespace (null).
+
+ This method is a convenience method for
+
+
+ for ( int i = getNamespaceCount( getDepth() ) - 1; i >= 0; i-- )
+ {
+ if ( getNamespacePrefix( i ).equals( prefix ) )
+ {
+ return getNamespaceUri( i );
+ }
+ }
+ return null;
+
+
+ Please note: parser implementations may provide more efficient lookup, e.g. using a Hashtable.
+ The 'xml' prefix is bound to "http://www.w3.org/XML/1998/namespace", as defined in the
+ Namespaces in XML specification. Analogous, the
+ 'xmlns' prefix is resolved to http://www.w3.org/2000/xmlns/
the current depth of the element. Outside the root element, the depth is 0. The depth is incremented by 1
+ when a start tag is reached. The depth is decremented AFTER the end tag event was observed.
+
+
a short text describing the current parser state, including the position, a description of the current
+ event and the data source if known. This method is especially useful to provide meaningful error messages and for
+ debugging purposes.
+
+
+
+
+
+
+
getLineNumber
+
+
intgetLineNumber()
+
Returns the current line number, starting from 1. When the parser does not know the current line number or can
+ not determine it, -1 is returned (e.g. for WBXML).
+
+
Returns:
+
current line number or -1 if unknown.
+
+
+
+
+
+
+
getColumnNumber
+
+
intgetColumnNumber()
+
Returns the current column number, starting from 0. When the parser does not know the current column number or
+ can not determine it, -1 is returned (e.g. for WBXML).
Checks whether the current TEXT event contains only whitespace characters. For IGNORABLE_WHITESPACE, this is
+ always true. For TEXT and CDSECT, false is returned when the current event text contains at least one non-white
+ space character. For any other event type an exception is thrown.
+
+ Please note: non-validating parsers are not able to distinguish whitespace and ignorable whitespace,
+ except from whitespace outside the root element. Ignorable whitespace is reported as separate event, which is
+ exposed via nextToken only.
the text content of the current event as String. The value returned depends on current event type, for
+ example for TEXT event it is element content (this is typical case when next() is used). See description of
+ nextToken() for detailed description of possible returned values for different types of events.
+
+ NOTE: in case of ENTITY_REF, this method returns the entity replacement text (or null if not
+ available). This is the only case where getText() and getTextCharacters() return different values.
Returns the buffer that contains the text of the current event, as well as the start offset and length relevant
+ for the current event. See getText(), next() and nextToken() for description of possible returned values.
+
+ Please note: this buffer must not be modified and its content MAY change after a call to next()
+ or nextToken(). This method will always return the same value as getText(), except for ENTITY_REF. In the case of
+ ENTITY ref, getText() returns the replacement text and this method returns the actual input buffer containing the
+ entity name. If getText() returns null, this method returns null as well and the values returned in the holder
+ array MUST be -1 (both start and length).
+
+
Parameters:
+
holderForStartAndLength - Must hold an 2-element int array into which the start offset and length values
+ will be written.
+
Returns:
+
char buffer that contains the text of the current event (null if the current event has no text
+ associated).
the namespace URI of the current element. The default namespace is represented as empty string. If
+ namespaces are not enabled, an empty String ("") is always returned. The current event must be START_TAG or
+ END_TAG; otherwise, null is returned.
For START_TAG or END_TAG events, the (local) name of the current element is returned when namespaces are enabled.
+ When namespace processing is disabled, the raw name is returned. For ENTITY_REF events, the entity name is
+ returned. If the current event is not START_TAG, END_TAG, or ENTITY_REF, null is returned.
+
+ Please note: To reconstruct the raw element name when namespaces are enabled and the prefix is not null,
+ you will need to add the prefix and a colon to localName..
the prefix of the current element. If the element is in the default namespace (has no prefix), null is
+ returned. If namespaces are not enabled, or the current event is not START_TAG or END_TAG, null is returned.
Returns the namespace URI of the attribute with the given index (starts from 0). Returns an empty string ("") if
+ namespaces are not enabled or the attribute has no namespace. Throws an IndexOutOfBoundsException if the index is
+ out of range or the current event type is not START_TAG.
+
+ NOTE: if FEATURE_REPORT_NAMESPACE_ATTRIBUTES is set then namespace attributes (xmlns:ns='...')
+ must be reported with namespace http://www.w3.org/2000/xmlns/ (visit
+ this URL for description!). The default namespace attribute (xmlns="...") will be reported with empty namespace.
+
+ NOTE:The xml prefix is bound as defined in
+ Namespaces in XML specification to
+ "http://www.w3.org/XML/1998/namespace".
+
+
Parameters:
+
index - zero based index of attribute
+
Returns:
+
attribute namespace, empty string ("") is returned if namespaces processing is not enabled or namespaces
+ processing is enabled but attribute has no namespace (it has no prefix).
Returns the local name of the specified attribute if namespaces are enabled or just attribute name if namespaces
+ are disabled. Throws an IndexOutOfBoundsException if the index is out of range or current event type is not
+ START_TAG.
Returns the prefix of the specified attribute Returns null if the element has no prefix. If namespaces are
+ disabled it will always return null. Throws an IndexOutOfBoundsException if the index is out of range or current
+ event type is not START_TAG.
+
+
Parameters:
+
index - zero based index of attribute
+
Returns:
+
attribute prefix or null if namespaces processing is not enabled.
Returns the type of the specified attribute If parser is non-validating it MUST return CDATA.
+
+
Parameters:
+
index - zero based index of attribute
+
Returns:
+
attribute type (null is never returned)
+
+
+
+
+
+
+
isAttributeDefault
+
+
booleanisAttributeDefault(int index)
+
Returns if the specified attribute was not in input was declared in XML. If parser is non-validating it MUST
+ always return false. This information is part of XML infoset:
Returns the attributes value identified by namespace URI and namespace localName. If namespaces are disabled
+ namespace must be null. If current event type is not START_TAG then IndexOutOfBoundsException will be thrown.
+
Get next parsing event - element content wil be coalesced and only one TEXT event must be returned for whole
+ element content (comments and processing instructions will be ignored and entity references must be expanded or
+ exception mus be thrown if entity reference can not be expanded). If element content is empty (content is "")
+ then no TEXT event will be reported.
+
+ NOTE: empty element (such as <tag/>) will be reported with two separate events: START_TAG, END_TAG - it
+ must be so to preserve parsing equivalency of empty element to <tag></tag>. (see isEmptyElementTag ())
This method works similarly to next() but will expose additional event types (COMMENT, CDSECT, DOCDECL,
+ ENTITY_REF, PROCESSING_INSTRUCTION, or IGNORABLE_WHITESPACE) if they are available in input.
+
+ If special feature FEATURE_XML_ROUNDTRIP
+ (identified by URI: http://xmlpull.org/v1/doc/features.html#xml-roundtrip) is enabled it is possible to do XML
+ document round trip ie. reproduce exactly on output the XML input using getText(): returned content is always
+ unnormalized (exactly as in input). Otherwise returned content is end-of-line normalized as described
+ XML 1.0 End-of-Line Handling and. Also when this feature
+ is enabled exact content of START_TAG, END_TAG, DOCDECL and PROCESSING_INSTRUCTION is available.
+
+ Here is the list of tokens that can be returned from nextToken() and what getText() and getTextCharacters()
+
+
Returns:
+
+
START_DOCUMENT
+
null
+
END_DOCUMENT
+
null
+
START_TAG
+
null unless FEATURE_XML_ROUNDTRIP enabled and then returns XML tag, ex: <tag attr='val'>
+
END_TAG
+
null unless FEATURE_XML_ROUNDTRIP id enabled and then returns XML tag, ex: </tag>
+
TEXT
+
return element content.
+ Note: that element content may be delivered in multiple consecutive TEXT events.
+
IGNORABLE_WHITESPACE
+
return characters that are determined to be ignorable white space. If the FEATURE_XML_ROUNDTRIP is enabled
+ all whitespace content outside root element will always reported as IGNORABLE_WHITESPACE otherwise reporting is
+ optional.
+ Note: that element content may be delivered in multiple consecutive IGNORABLE_WHITESPACE events.
+
CDSECT
+
return text inside CDATA (ex. 'fo<o' from <!CDATA[fo<o]]>)
+
PROCESSING_INSTRUCTION
+
if FEATURE_XML_ROUNDTRIP is true return exact PI content ex: 'pi foo' from <?pi foo?> otherwise it may be
+ exact PI content or concatenation of PI target, space and data so for example for <?target data?> string
+ "target data" may be returned if FEATURE_XML_ROUNDTRIP is false.
+
COMMENT
+
return comment content ex. 'foo bar' from <!--foo bar-->
+
ENTITY_REF
+
getText() MUST return entity replacement text if PROCESS_DOCDECL is false otherwise getText() MAY return
+ null, additionally getTextCharacters() MUST return entity name (for example 'entity_name' for &entity_name;).
+
+ NOTE: this is the only place where value returned from getText() and getTextCharacters() are
+ different
+ NOTE: it is user responsibility to resolve entity reference if PROCESS_DOCDECL is false and there is no
+ entity replacement text set in defineEntityReplacementText() method (getText() will be null)
+ NOTE: character entities (ex.  ) and standard entities such as & < >
+ " ' are reported as well and are not reported as TEXT tokens but as ENTITY_REF tokens!
+ This requirement is added to allow to do roundtrip of XML documents!
+
DOCDECL
+
if FEATURE_XML_ROUNDTRIP is true or PROCESS_DOCDECL is false then return what is inside of DOCDECL for
+ example it returns:
+
+
+
+ otherwise if FEATURE_XML_ROUNDTRIP is false and PROCESS_DOCDECL is true then what is returned is undefined (it
+ may be even null)
+
+
+ NOTE: there is no guarantee that there will only one TEXT or IGNORABLE_WHITESPACE event from
+ nextToken() as parser may chose to deliver element content in multiple tokens (dividing element content into
+ chunks)
+
+ NOTE: whether returned text of token is end-of-line normalized is depending on
+ FEATURE_XML_ROUNDTRIP.
+
+ NOTE: XMLDecl (<?xml ...?>) is not reported but its content is available through optional
+ properties (see class description above).
Test if the current event is of the given type and if the namespace and name do match. null will match any
+ namespace and any name. If the test is not passed, an exception is thrown. The exception text indicates the
+ parser position, the expected event and the current event that is not meeting the requirement.
+
+ Essentially it does this
+
+
+ if ( type != getEventType() || ( namespace != null && !namespace.equals( getNamespace() ) )
+ || ( name != null && !name.equals( getName() ) ) )
+ throw new XmlPullParserException( "expected " + TYPES[type] + getPositionDescription() );
+
If current event is START_TAG then if next element is TEXT then element content is returned or if next event is
+ END_TAG then empty string is returned, otherwise exception is thrown. After calling this function successfully
+ parser will be positioned on END_TAG.
+
+ The motivation for this function is to allow to parse consistently both empty elements and elements that has non
+ empty content, for example for input:
+
+
<tag>foo</tag>
+
<tag></tag> (which is equivalent to <tag/> both input can be parsed with the same code:
+
+
+
+ This function together with nextTag make it very easy to parse XML that has no mixed content.
+
+ Essentially it does this
+
+
+ if ( getEventType() != START_TAG )
+ {
+ throw new XmlPullParserException( "parser must be on START_TAG to read next text", this, null );
+ }
+ int eventType = next();
+ if ( eventType == TEXT )
+ {
+ String result = getText();
+ eventType = next();
+ if ( eventType != END_TAG )
+ {
+ throw new XmlPullParserException( "event TEXT it must be immediately followed by END_TAG", this, null );
+ }
+ return result;
+ }
+ else if ( eventType == END_TAG )
+ {
+ return "";
+ }
+ else
+ {
+ throw new XmlPullParserException( "parser must be on START_TAG or TEXT to read text", this, null );
+ }
+
Define an interface to serialization of XML Infoset. This interface abstracts away if serialized XML is XML 1.0
+ compatible text or other formats of XML 1.0 serializations (such as binary XML for example with WBXML).
+
+ PLEASE NOTE: This interface will be part of XmlPull 1.2 API. It is included as basis for discussion. It may
+ change in any way.
+
+ Exceptions that may be thrown are: IOException or runtime exception (more runtime exceptions can be thrown but are
+ not declared and as such have no semantics defined for this interface):
+
+
IllegalArgumentException - for almost all methods to signal that argument is illegal
+
IllegalStateException - to signal that call has good arguments but is not expected here (violation of
+ contract) and for features/properties when requesting setting unimplemented feature/property
+ (UnsupportedOperationException would be better but it is not in MIDP)
+
+
+ NOTE: writing CDSECT, ENTITY_REF, IGNORABLE_WHITESPACE, PROCESSING_INSTRUCTION, COMMENT, and DOCDECL in some
+ implementations may not be supported (for example when serializing to WBXML). In such case IllegalStateException will
+ be thrown and it is recommended to use an optional feature to signal that implementation is not supporting this kind
+ of output.
Write <?xml declaration with encoding (if encoding not null) and standalone flag (if standalone not null)
+ This method can only be called just after setOutput.
Set feature identified by name (recommended to be URI for uniqueness). Some well known optional features are
+ defined in
+ http://www.xmlpull.org/v1/doc/features.html. If feature is not recognized or can not be set then
+ IllegalStateException MUST be thrown.
Set the value of a property. (the property name is recommended to be URI for uniqueness). Some well known
+ optional properties are defined in
+ http://www.xmlpull.org/v1/doc/properties.html. If property is not recognized or can not be set then
+ IllegalStateException MUST be thrown.
Write <?xml declaration with encoding (if encoding not null) and standalone flag (if standalone not null)
+ This method can only be called just after setOutput.
Finish writing. All unclosed start tags will be closed and output will be flushed. After calling this method no
+ more output can be serialized until next call to setOutput()
Binds the given prefix to the given namespace. This call is valid for the next element including child elements.
+ The prefix and namespace MUST be always declared even if prefix is not used in element (startTag() or
+ attribute()) - for XML 1.0 it must result in declaring xmlns:prefix='namespace' (or
+ xmlns:prefix="namespace" depending what character is used to quote attribute value).
+
+ NOTE: this method MUST be called directly before startTag() and if anything but startTag() or setPrefix()
+ is called next there will be exception.
+
+ NOTE: prefixes "xml" and "xmlns" are already bound and can not be redefined see:
+ Namespaces in XML Errata.
+
+ NOTE: to set default namespace use as prefix empty string.
+
+
Parameters:
+
prefix - must be not null (or IllegalArgumentException is thrown)
namespace that corresponds to given prefix If there is no prefix bound to this namespace return null but
+ if generatePrefix is false then return generated prefix.
+
+ NOTE: if the prefix is empty string "" and default namespace is bound to this prefix then empty string
+ ("") is returned.
+
the current depth of the element. Outside the root element, the depth is 0. The depth is incremented by 1
+ when startTag() is called. The depth is decremented after the call to endTag() event was observed.
+
+
Returns the name of the current element as set by startTag(). It can only be null before first call to startTag()
+ or when last endTag() is called to close first startTag().
+
+
Returns:
+
namespace set by startTag() that is currently in scope
Writes a start tag with the given namespace and name. If there is no prefix defined for the given namespace, a
+ prefix will be defined automatically. The explicit prefixes for namespaces can be established by calling
+ setPrefix() immediately before this method. If namespace is null no namespace prefix is printed but just name. If
+ namespace is empty string then serializer will make sure that default empty namespace is declared (in XML 1.0
+ xmlns='') or throw IllegalStateException if default namespace is already bound to non-empty string.
Write an attribute. Calls to attribute() MUST follow a call to startTag() immediately. If there is no prefix
+ defined for the given namespace, a prefix will be defined automatically. If namespace is null or empty string no
+ namespace prefix is printed but just name.
Write end tag. Repetition of namespace and name is just for avoiding errors.
+ Background: in kXML endTag had no arguments, and non matching tags were very difficult to find... If
+ namespace is null no namespace prefix is printed but just name. If namespace is empty string then serializer will
+ make sure that default empty namespace is declared (in XML 1.0 xmlns='').
Write all pending output to the stream. If method startTag() or attribute() was called then start tag is closed
+ (final >) before flush() is called on underlying output stream.
+
+ NOTE: if there is need to close start tag (so no more attribute() calls are allowed) but without flushing
+ output call method text() with empty string (text("")).
If current event is START_TAG then if next element is TEXT then element content is returned or if next event is
+ END_TAG then empty string is returned, otherwise exception is thrown.
This method works similarly to next() but will expose additional event types (COMMENT, CDSECT, DOCDECL,
+ ENTITY_REF, PROCESSING_INSTRUCTION, or IGNORABLE_WHITESPACE) if they are available in input.
+
+
\ No newline at end of file
diff --git a/apidocs/org/codehaus/plexus/util/xml/pull/package-summary.html b/apidocs/org/codehaus/plexus/util/xml/pull/package-summary.html
new file mode 100644
index 00000000..8d628fcf
--- /dev/null
+++ b/apidocs/org/codehaus/plexus/util/xml/pull/package-summary.html
@@ -0,0 +1,139 @@
+
+
+
+
+Codestin Search App
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Package org.codehaus.plexus.util.xml.pull
+
+
+
+
package org.codehaus.plexus.util.xml.pull
+
+
XML Pull Parser interface and implementation.
+
+XML Pull Parser is an interface that defines parsing functionality provided
+in XMLPULL V1 API (visit this website to
+learn more about API and its implementations).
XML Pull Parser is an interface that defines parsing functionality provided in
+ XMLPULL V1 API (visit this website to learn more about API and its
+ implementations).
XML Pull Parser is an interface that defines parsing functionality provided in
+ XMLPULL V1 API (visit this website to learn more about API and its
+ implementations).
XML Pull Parser is an interface that defines parsing functionality provided in
+ XMLPULL V1 API (visit this website to learn more about API and its
+ implementations).
The help page provides an introduction to the scope and syntax of JavaDoc search.
+
You can use the <ctrl> or <cmd> keys in combination with the left and right arrow keys to switch between result tabs in this page.
+
The URL template below may be used to configure this page as a search engine in browsers that support this feature. It has been tested to work in Google Chrome and Mozilla Firefox. Note that other browsers may not support this feature or require a different URL format.
+link
+
+
+
+
+
Loading search index...
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/apidocs/serialized-form.html b/apidocs/serialized-form.html
new file mode 100644
index 00000000..c5257b1f
--- /dev/null
+++ b/apidocs/serialized-form.html
@@ -0,0 +1,177 @@
+
+
+
+
+Codestin Search App
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Description: Stax2 API is an extension to basic Stax 1.0 API that adds significant new functionality, such as full-featured bi-direction validation interface and high-performance Typed Access API.
Description: The jmh is a Java harness for building, running, and analysing
+ nano/micro/macro benchmarks written in Java and other languages
+ targeting the JVM.
Description: The Apache Commons Math project is a library of lightweight, self-contained mathematics and statistics components addressing the most common practical problems not immediately available in the Java programming language or commons-lang.
The following is a list of compile dependencies in the DependencyManagement of this project. These dependencies can be included in the submodules to compile and run the submodule:
Typically the licenses listed for the project are that of the project itself, and not of dependencies.
+
Project Licenses
+
Apache-2.0
+
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
@@ -7,38 +125,38 @@
1. Definitions.
- "License" shall mean the terms and conditions for use, reproduction,
+ "License" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.
- "Licensor" shall mean the copyright owner or entity authorized by
+ "Licensor" shall mean the copyright owner or entity authorized by
the copyright owner that is granting the License.
- "Legal Entity" shall mean the union of the acting entity and all
+ "Legal Entity" shall mean the union of the acting entity and all
other entities that control, are controlled by, or are under common
control with that entity. For the purposes of this definition,
- "control" means (i) the power, direct or indirect, to cause the
+ "control" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.
- "You" (or "Your") shall mean an individual or Legal Entity
+ "You" (or "Your") shall mean an individual or Legal Entity
exercising permissions granted by this License.
- "Source" form shall mean the preferred form for making modifications,
+ "Source" form shall mean the preferred form for making modifications,
including but not limited to software source code, documentation
source, and configuration files.
- "Object" form shall mean any form resulting from mechanical
+ "Object" form shall mean any form resulting from mechanical
transformation or translation of a Source form, including but
not limited to compiled object code, generated documentation,
and conversions to other media types.
- "Work" shall mean the work of authorship, whether in Source or
+ "Work" shall mean the work of authorship, whether in Source or
Object form, made available under the License, as indicated by a
copyright notice that is included in or attached to the work
(an example is provided in the Appendix below).
- "Derivative Works" shall mean any work, whether in Source or Object
+ "Derivative Works" shall mean any work, whether in Source or Object
form, that is based on (or derived from) the Work and for which the
editorial revisions, annotations, elaborations, or other modifications
represent, as a whole, an original work of authorship. For the purposes
@@ -46,21 +164,21 @@
separable from, or merely link (or bind by name) to the interfaces of,
the Work and Derivative Works thereof.
- "Contribution" shall mean any work of authorship, including
+ "Contribution" shall mean any work of authorship, including
the original version of the Work and any modifications or additions
to that Work or Derivative Works thereof, that is intentionally
submitted to Licensor for inclusion in the Work by the copyright owner
or by an individual or Legal Entity authorized to submit on behalf of
- the copyright owner. For the purposes of this definition, "submitted"
+ the copyright owner. For the purposes of this definition, "submitted"
means any form of electronic, verbal, or written communication sent
to the Licensor or its representatives, including but not limited to
communication on electronic mailing lists, source code control systems,
and issue tracking systems that are managed by, or on behalf of, the
Licensor for the purpose of discussing and improving the Work, but
excluding communication that is conspicuously marked or otherwise
- designated in writing by the copyright owner as "Not a Contribution."
+ designated in writing by the copyright owner as "Not a Contribution."
- "Contributor" shall mean Licensor and any individual or Legal Entity
+ "Contributor" shall mean Licensor and any individual or Legal Entity
on behalf of whom a Contribution has been received by Licensor and
subsequently incorporated within the Work.
@@ -104,7 +222,7 @@
excluding those notices that do not pertain to any part of
the Derivative Works; and
- (d) If the Work includes a "NOTICE" text file as part of its
+ (d) If the Work includes a "NOTICE" text file as part of its
distribution, then any Derivative Works that You distribute must
include a readable copy of the attribution notices contained
within such NOTICE file, excluding those notices that do not
@@ -143,7 +261,7 @@
7. Disclaimer of Warranty. Unless required by applicable law or
agreed to in writing, Licensor provides the Work (and each
- Contributor provides its Contributions) on an "AS IS" BASIS,
+ Contributor provides its Contributions) on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied, including, without limitation, any warranties or conditions
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
@@ -179,24 +297,39 @@
APPENDIX: How to apply the Apache License to your work.
To apply the Apache License to your work, attach the following
- boilerplate notice, with the fields enclosed by brackets "[]"
+ boilerplate notice, with the fields enclosed by brackets "[]"
replaced with your own identifying information. (Don't include
the brackets!) The text should be enclosed in the appropriate
comment syntax for the file format. We also recommend that a
file or class name and description of purpose be included on the
- same "printed page" as the copyright notice for easier
+ same "printed page" as the copyright notice for easier
identification within third-party archives.
Copyright [yyyy] [name of copyright owner]
- Licensed under the Apache License, Version 2.0 (the "License");
+ Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
+ distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
+