org.util.xml.io
クラス XMLIO
java.lang.Object
org.util.xml.io.XMLIO
public class XMLIO
- extends java.lang.Object
- 作成者:
- masaru
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLIO
public XMLIO()
read
public static TagElement read(java.lang.StringBuffer xml_text)
throws java.lang.Exception
- 例外:
java.lang.Exception
read
public static TagElement read(java.net.URL url)
throws java.lang.Exception
- 例外:
java.lang.Exception
read
public static TagElement read(java.net.URL url,
java.lang.String encoding)
throws java.lang.Exception
- 例外:
java.lang.Exception
read
public static TagElement read(java.lang.String file_name_or_url)
throws java.lang.Exception
- 例外:
java.lang.Exception
read
public static TagElement read(java.lang.String file_name_or_url,
java.lang.String encoding)
throws java.lang.Exception
- 例外:
java.lang.Exception
read
public static TagElement read(java.io.File file)
throws java.lang.Exception
- 例外:
java.lang.Exception
read
public static TagElement read(java.io.File file,
java.lang.String encoding)
throws java.lang.Exception
- 例外:
java.lang.Exception
findURL
protected static java.net.URL findURL(java.lang.String name)
throws java.lang.Exception
- 例外:
java.lang.Exception
write
public static void write(java.io.File file,
Element element)
throws java.lang.Exception
- 例外:
java.lang.Exception
write
public static void write(java.io.Writer writer,
Element element)
throws java.lang.Exception
- 例外:
java.lang.Exception