org.custommonkey.xmlunit
public class NodeDescriptor extends Object implements XMLConstants
Field Summary | |
---|---|
protected static String | DOCUMENT_NODE_DESCRIPTION |
Method Summary | |
---|---|
protected static void | appendAttributeDetail(StringBuffer buf, Node aNode) |
protected static void | appendCdataSectionDetail(StringBuffer buf, Node aNode) |
protected static void | appendCommentDetail(StringBuffer buf, Node aNode) |
protected static void | appendDocumentDetail(StringBuffer buf) |
protected static void | appendDocumentTypeDetail(StringBuffer buf, Node aNode) |
protected static void | appendElementDetail(StringBuffer buf, Node aNode, boolean notRecursing) |
static void | appendNodeDetail(StringBuffer buf, NodeDetail nodeDetail)
Convert a Node into a simple String representation
and append to StringBuffer |
protected static void | appendProcessingInstructionDetail(StringBuffer buf, Node aNode) |
protected static void | appendTextDetail(StringBuffer buf, Node aNode) |
Parameters: buf aNode