public class LdiDomUtil extends Object
| 修飾子 | コンストラクタと説明 |
|---|---|
protected |
LdiDomUtil() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static void |
appendAttr(Attr attr,
StringBuffer buf) |
static void |
appendAttrs(NamedNodeMap attrs,
StringBuffer buf) |
static void |
appendCDATASection(CDATASection cdataSection,
StringBuffer buf) |
static void |
appendChildren(NodeList children,
StringBuffer buf) |
static void |
appendElement(Element element,
StringBuffer buf) |
static void |
appendEntityReference(EntityReference entityReference,
StringBuffer buf) |
static void |
appendNode(Node node,
StringBuffer buf) |
static void |
appendText(Text text,
StringBuffer buf) |
static String |
encodeAttrQuot(String s) |
static String |
encodeText(String s) |
static InputStream |
getContentsAsStream(String contents) |
static InputStream |
getContentsAsStream(String contents,
String encoding) |
static String |
toString(Document document) |
static String |
toString(Element element) |
public static InputStream getContentsAsStream(String contents)
contents - InputStreampublic static InputStream getContentsAsStream(String contents, String encoding)
contents - encoding - InputStreampublic static void appendElement(Element element, StringBuffer buf)
public static void appendChildren(NodeList children, StringBuffer buf)
public static void appendAttrs(NamedNodeMap attrs, StringBuffer buf)
public static void appendAttr(Attr attr, StringBuffer buf)
public static void appendText(Text text, StringBuffer buf)
public static void appendCDATASection(CDATASection cdataSection, StringBuffer buf)
public static void appendEntityReference(EntityReference entityReference, StringBuffer buf)
public static void appendNode(Node node, StringBuffer buf)
Copyright © 2015–2018 The DBFlute Project. All rights reserved.