public class KmlUtilsParser extends Object
Constructor and Description |
---|
KmlUtilsParser() |
Modifier and Type | Method and Description |
---|---|
static String |
addBlancSymbol(QName name)
Replace the blancs of a tag with the
deafult blanc symbol
|
static Color |
fromABGRtoColor(String abgr) |
static String |
fromColorToABGR(Color color) |
static Hashtable |
getAttributes(IXmlStreamReader parser)
It returns a HashTable with the XML attributes.
|
static String |
padWith0(String s) |
static String |
removeBlancSymbol(IQName tag)
Remove the blanc symbol from a tag
|
public static Hashtable getAttributes(IXmlStreamReader parser) throws XmlStreamException
parser
- XmlStreamException
public static String removeBlancSymbol(IQName tag)
tag
- Tag namepublic static String addBlancSymbol(QName name)
name
-