TopoWeb Commons API

org.topoweb.xml
Interface XmlUtilConstants

All Known Implementing Classes:
XmlUtil

public interface XmlUtilConstants

Constants used in XmlUtil.

Author:
Babak Farhang
See Also:
XmlUtil

Field Summary
static java.lang.String XML_DECLARATION
          Default XML declaration.
static java.lang.String XML_DECLARATION_VERSION1_UTF8
          XML version 1.0, UTF-8 encoding.
 

Field Detail

XML_DECLARATION_VERSION1_UTF8

public static final java.lang.String XML_DECLARATION_VERSION1_UTF8
XML version 1.0, UTF-8 encoding. Its value is <?xml version="1.0" encoding="UTF-8" ?>

See Also:
Constant Field Values

XML_DECLARATION

public static final java.lang.String XML_DECLARATION
Default XML declaration. As of this writing it is equal to XML_DECLARATION_VERSION1_UTF8.

See Also:
Constant Field Values

TopoWeb Commons API

Copyright (C) 2002 Babak Farhang

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.