Class NodeDescriptor

java.lang.Object
org.custommonkey.xmlunit.NodeDescriptor
All Implemented Interfaces:
XMLConstants

public class NodeDescriptor extends Object implements XMLConstants
Class for describing Nodes
  • Field Details

  • Constructor Details

    • NodeDescriptor

      public NodeDescriptor()
  • Method Details

    • appendNodeDetail

      public static void appendNodeDetail(StringBuffer buf, NodeDetail nodeDetail)
      Convert a Node into a simple String representation and append to StringBuffer
      Parameters:
      buf -
      aNode -
    • appendDocumentDetail

      protected static void appendDocumentDetail(StringBuffer buf)
    • appendDocumentTypeDetail

      protected static void appendDocumentTypeDetail(StringBuffer buf, Node aNode)
    • appendProcessingInstructionDetail

      protected static void appendProcessingInstructionDetail(StringBuffer buf, Node aNode)
    • appendCommentDetail

      protected static void appendCommentDetail(StringBuffer buf, Node aNode)
    • appendCdataSectionDetail

      protected static void appendCdataSectionDetail(StringBuffer buf, Node aNode)
    • appendTextDetail

      protected static void appendTextDetail(StringBuffer buf, Node aNode)
    • appendElementDetail

      protected static void appendElementDetail(StringBuffer buf, Node aNode, boolean notRecursing)
    • appendAttributeDetail

      protected static void appendAttributeDetail(StringBuffer buf, Node aNode)