public class NodeDescriptor extends Object implements XMLConstants
| Modifier and Type | Field and Description |
|---|---|
protected static String |
DOCUMENT_NODE_DESCRIPTION
Description of the document node itself.
|
CLOSE_NODE, END_CDATA, END_COMMENT, END_PROCESSING_INSTRUCTION, NULL_NS_URI, OPEN_END_NODE, OPEN_START_NODE, START_CDATA, START_COMMENT, START_DOCTYPE, START_PROCESSING_INSTRUCTION, W3C_XML_SCHEMA_INSTANCE_NO_NAMESPACE_SCHEMA_LOCATION_ATTR, W3C_XML_SCHEMA_INSTANCE_NS_URI, W3C_XML_SCHEMA_INSTANCE_SCHEMA_LOCATION_ATTR, W3C_XML_SCHEMA_NS_URI, XML_DECLARATION, XMLNS_PREFIX, XPATH_ATTRIBUTE_IDENTIFIER, XPATH_CHARACTER_NODE_IDENTIFIER, XPATH_COMMENT_IDENTIFIER, XPATH_NODE_INDEX_END, XPATH_NODE_INDEX_START, XPATH_PROCESSING_INSTRUCTION_IDENTIFIER, XPATH_SEPARATOR| Constructor and Description |
|---|
NodeDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
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) |
protected static final String DOCUMENT_NODE_DESCRIPTION
public static void appendNodeDetail(StringBuffer buf, NodeDetail nodeDetail)
buf - buffer to append tonodeDetail - node detailprotected static void appendDocumentDetail(StringBuffer buf)
buf - buffer to append toprotected static void appendDocumentTypeDetail(StringBuffer buf, Node aNode)
buf - buffer to append toaNode - node containing detailsprotected static void appendProcessingInstructionDetail(StringBuffer buf, Node aNode)
buf - buffer to append toaNode - node containing detailsprotected static void appendCommentDetail(StringBuffer buf, Node aNode)
buf - buffer to append toaNode - node containing detailsprotected static void appendCdataSectionDetail(StringBuffer buf, Node aNode)
buf - buffer to append toaNode - node containing detailsprotected static void appendTextDetail(StringBuffer buf, Node aNode)
buf - buffer to append toaNode - node containing detailsprotected static void appendElementDetail(StringBuffer buf, Node aNode, boolean notRecursing)
buf - buffer to append toaNode - node containing detailsnotRecursing - whether the elements children will not be visitedprotected static void appendAttributeDetail(StringBuffer buf, Node aNode)
buf - buffer to append toaNode - node containing detailsCopyright © 2001–2025 XMLUnit. All rights reserved.