com.aliyun.mns.model.serialize
类 XmlUtil

java.lang.Object
  继承者 com.aliyun.mns.model.serialize.XmlUtil

public class XmlUtil
extends Object


构造方法摘要
XmlUtil()
           
 
方法摘要
static void output(Node node, String encoding, OutputStream outputStream)
           
static String xmlNodeToString(Node node, String encoding)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

XmlUtil

public XmlUtil()
方法详细信息

output

public static void output(Node node,
                          String encoding,
                          OutputStream outputStream)
                   throws TransformerException
抛出:
TransformerException

xmlNodeToString

public static String xmlNodeToString(Node node,
                                     String encoding)
                              throws TransformerException
抛出:
TransformerException


Copyright © 2016. All Rights Reserved.