Interface PrivateData

All Known Implementing Classes:
Bookmarks, DefaultPrivateData

public interface PrivateData
Interface to represent private data. Each private data chunk is an XML sub-document with a root element name and namespace.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the root element name.
    Returns the root element XML namespace.
    Returns the XML representation of the PrivateData.
  • Method Details

    • getElementName

      Returns the root element name.
      Returns:
      the element name.
    • getNamespace

      Returns the root element XML namespace.
      Returns:
      the namespace.
    • toXML

      Returns the XML representation of the PrivateData.
      Returns:
      the private data as XML.