Package org.bremersee.kml.v22
Class KmlJaxbContextDataProvider
java.lang.Object
org.bremersee.kml.v22.KmlJaxbContextDataProvider
- All Implemented Interfaces:
JaxbContextDataProvider
KML jaxb context data provider.
- Author:
- Christian Bremer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet a collection of the xml meta-data.
-
Field Details
-
KML_NS
The KML XML name space.- See Also:
-
KML_GX_NS
The name space of googles kml extension.- See Also:
-
XAL_NS
Name space of xAL (eXtensible Address Language).- See Also:
-
ATOM_NS
Name space of w3.org Atom.- See Also:
-
-
Constructor Details
-
KmlJaxbContextDataProvider
public KmlJaxbContextDataProvider()
-
-
Method Details
-
getJaxbContextData
Description copied from interface:JaxbContextDataProviderGet a collection of the xml meta-data.- Specified by:
getJaxbContextDatain interfaceJaxbContextDataProvider- Returns:
- a collection of the xml meta-data
-