Class | Description |
---|---|
DataElementBuilder |
Class used to create a XINS data section.
|
DocumentBuilderPool |
Class used to provide DocumentBuilder objects.
|
Element | Deprecated
since XINS 3.0.
|
Element.QualifiedName |
Qualified name for an element or attribute.
|
ElementBuilder | Deprecated
since XINS 3.0.
|
ElementFormatter |
Converter from Element to String and vice versa.
|
ElementList |
An ElementList is an NodeList with the following improvements:
Implements List which make it iterable with for each loop
Only includes the direct child of the element
Only includes the elements
By default includes all direct child elements
Preserves the order of the child elements
Includes a method to get the sub element when unique
|
ElementParser | Deprecated
since XINS 3.0.
|
ElementSerializer | Deprecated
since XINS 3.0.
|
SAXParserProvider |
Provider for
SAXParser instances. |
Viewer |
Swing XML Viewer.
|
See http://www.xins.org/.