org.geoserver.ows.util |
|
Java Source File Name | Type | Comment |
CaseInsensitiveMap.java | Class | Map decorator which makes String keys case-insensitive. |
EncodingInfo.java | Class | Xerces' getEncodingName() method of
org.apache.xerces.impl.XMLEntityManager )
returns an array with name of encoding scheme and endianness. |
KvpUtils.java | Class | Utility class for reading Key Value Pairs from a http query string. |
NumericKvpParser.java | Class | A kvp parser which parses a value into a numeric value.
The type of the number is determined by
NumericKvpParser.getBinding() . |
OwsUtils.java | Class | Utility class for performing reflective operations. |
RequestUtils.java | Class | Utility class performing operations related to http requests. |
ResponseUtils.java | Class | Utility class performing operations related to http respones. |
RewindableInputStream.java | Class | |
UCSReader.java | Class | Reader for UCS-2 and UCS-4 encodings.
(more precisely ISO-10646-UCS-(2|4) encodings).
This variant is modified to handle supplementary Unicode code points
correctly. |
XmlCharsetDetector.java | Class | Provides a methods that can be used to detect charset of some
XML document and (optionally) return a reader that is aware of
this charset and can correctly decode document's data. |