org.deegree.framework.xml |
|
Java Source File Name | Type | Comment |
CityGMLUtils.java | Class | version: $Revision: 9339 $ author: Andreas Poth author: last edited by: $Author: apoth $ version: 1.0. |
DOMPrinter.java | Class | |
ElementList.java | Class | Convenience class for easy handling of NodeLists containing only objects of
type org.w3c.dom.Element.
author: Markus Schneider author: last edited by: $Author: apoth $ version: 1.0. |
GeometryUtils.java | Class | Utility methods for handling geometries within XSLT transformations
version: $Revision: 9339 $ author: Andreas Poth author: last edited by: $Author: apoth $ version: 1.0. |
InvalidConfigurationException.java | Class | Indicates that a configuration (or a fragment of it) does not match the
expected format. |
Marshallable.java | Interface | This interface describes the ability of an object to produce an
XML-representation. |
MinMaxExtractor.java | Class | Provides methods to XSLT-Sheets that determine the min/max coordinates of a gml geometry.
The submitted node parameter must be set to the root node of the geometry.
version: $Revision: 9339 $ author: Markus Schneider author: last edited by: $Author: apoth $ version: 1.0. |
NamespaceContext.java | Class | Implementation of Jaxen's (http://jaxen.codehaus.org) NamespaceContext interface. |
XMLException.java | Class | |
XMLFragment.java | Class | An instance of XMLFragment encapsulates an underlying
Element which acts
as the root element of the document (which may be a fragment or a whole document).
Basically, XMLFragment provides easy loading and proper saving (automatically
generated CDATA-elements for text nodes that need to be escaped) and acts as base class for all
XML parsers in deegree.
TODO: automatically generated CDATA-elements are not implemented yet
Additionally, XMLFragment tries to make the handling of relative paths inside the
document's content as painless as possible. |
XMLFragmentTest.java | Class | |
XMLParsingException.java | Class | This exception is thrown when a syntactic or semantic error has been
encountered during the parsing process of an XML document. |
XMLTools.java | Class | XML Tools based on JAXP 1.1 for parsing documents and retrieving node values/node attributes. |
XSLTDocument.java | Class | Encapsulates the DOM representation of an XSLT stylesheet. |
XSLTDocumentTest.java | Class | |