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 TypeMethodDescriptionReturns the root element name.Returns the root element XML namespace.toXML()Returns the XML representation of the PrivateData.
-
Method Details
-
getElementName
-
getNamespace
-
toXML
Returns the XML representation of the PrivateData.- Returns:
- the private data as XML.
-