| Class | Description |
|---|---|
| BaseXMLBuilder |
Base abstract class for all XML Builder implementations.
|
| NamespaceContextImpl |
Mappings between prefix strings and namespace URI strings, as required to
perform XPath queries on namespaced XML documents.
|
| XMLBuilder |
XML Builder is a utility that creates simple XML documents using relatively
sparse Java code.
|
| XMLBuilder2 |
XML Builder is a utility that creates simple XML documents using relatively
sparse Java code.
|
| Exception | Description |
|---|---|
| XMLBuilderRuntimeException |
A runtime exception class used in
XMLBuilder2 to wrap any exceptions
that would otherwise lead to checked exceptions in the interface. |
Copyright © 2014. All Rights Reserved.