| org.gvsig.metadata.lib.ioexchanger.iso19139.parser.io.write.PrintXmlWriter |
public static final String |
CDATA_END |
"]]>" |
public static final String |
CDATA_START |
"<![CDATA[" |
public static final String |
LISTCODE |
"<{0}:{1} codeList=\"http://www.isotc211.org/2005/resources/codeList.xml#{1}\"\n{2} codeListValue=\"{3}\"/>" |
public static final String |
LISTCODE_ATTRS |
"codeList=\"http://www.isotc211.org/2005/resources/codeList.xml#{0}\"\n{2} codeListValue=\"{1}\"" |
public static final String |
LISTCODE_START |
"{0}:{1}" |
public static final String |
ROOT_END |
"</gmd:MD_Metadata>" |
public static final String |
XML_HEADER |
"<?xml version=\"1.0\" encoding=\"{0}\"?>" |
public static final String |
XML_HEADER_ATRRS |
" xmlns:gmd=\"http://www.isotc211.org/2005/gmd\"\n xmlns:gts=\"http://www.isotc211.org/2005/gts\"\n xmlns:gco=\"http://www.isotc211.org/2005/gco\"\n xmlns:gml=\"http://www.opengis.net/gml\"\n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n xmlns:geonet=\"http://www.fao.org/geonetwork\"\n xmlns:csw=\"http://www.opengis.net/cat/csw/2.0.2\"\n xsi:schemaLocation=\"http://www.isotc211.org/2005/gmd http://www.isotc211.org/2005/gmd/gmd.xsd\"" |