Package org.custommonkey.xmlunit
Class NodeDescriptor
java.lang.Object
org.custommonkey.xmlunit.NodeDescriptor
- All Implemented Interfaces:
XMLConstants
Class for describing Nodes
-
Field Summary
FieldsFields inherited from interface org.custommonkey.xmlunit.XMLConstants
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static voidappendAttributeDetail(StringBuffer buf, Node aNode) protected static voidappendCdataSectionDetail(StringBuffer buf, Node aNode) protected static voidappendCommentDetail(StringBuffer buf, Node aNode) protected static voidprotected static voidappendDocumentTypeDetail(StringBuffer buf, Node aNode) protected static voidappendElementDetail(StringBuffer buf, Node aNode, boolean notRecursing) static voidappendNodeDetail(StringBuffer buf, NodeDetail nodeDetail) Convert a Node into a simple String representation and append to StringBufferprivate static voidappendNodeDetail(StringBuffer buf, Node aNode, boolean notRecursing) protected static voidappendProcessingInstructionDetail(StringBuffer buf, Node aNode) protected static voidappendTextDetail(StringBuffer buf, Node aNode)
-
Field Details
-
DOCUMENT_NODE_DESCRIPTION
- See Also:
-
-
Constructor Details
-
NodeDescriptor
public NodeDescriptor()
-
-
Method Details
-
appendNodeDetail
Convert a Node into a simple String representation and append to StringBuffer- Parameters:
buf-nodeDetail-
-
appendNodeDetail
-
appendDocumentDetail
-
appendDocumentTypeDetail
-
appendProcessingInstructionDetail
-
appendCommentDetail
-
appendCdataSectionDetail
-
appendTextDetail
-
appendElementDetail
-
appendAttributeDetail
-