Interface Metadata


public interface Metadata
  • Field Details

  • Method Details

    • getRoot

      MetadataNode getRoot()
    • toString

      String toString()
      Overrides:
      toString in class Object
      Returns:
      a string representation of the document in UTF-8 (Unicode)
    • toString

      String toString(String encoding)
      Parameters:
      encoding - destination encoding of XML document
      Returns:
      a string representation of the document
    • normalize

      Metadata normalize()
      Normalize the meta-data XML.
      Returns:
      this
    • trimWhitespace

      void trimWhitespace()