provides information about an element within a hierarchy.
The local name and the full hierarchical name can be retrieved.
Attributes detailing the role of the element can be queried.
The state of the element (regarding defaults) can be accessed.
Implementations of this service usually also implement
service HierarchyAccess, which concerns the complementary role
of providing access to subelements of the hierarchy.
provides access to the default state of this element. [optional]
This interface may be missing, if the hierarchy supports access to
a default state and values only for simple values or not at all.
If the parent of this object implements
::com::sun::star::beans::XPropertyState, then members
of this interface have the same effect as corresponding members of the parent.
If an implementation is part of a read-only view of the hierarchy,
attempts to change property states will fail.
provides access to the parent of this element [optional].
This interface may be missing if this object is not obtained
as a child or descendant of another tree node, for example, directly from a factory or provider.
::com::sun::star::container::XChild::getParent()
returns NULL, if this object is currently not contained in another node.
Setting a different parent is, generally, not supported.