Package ro.sync.ecss.extensions.api.node
API which allows access to the internal Author hierarchical structure.
-
Interface Summary Interface Description ArtificialNode Marker interface for artificial elements which wrap Processing Instructions, CData and Comments allowing access to the wrapped node.AuthorDocument The Document interface represents the entire XML document.AuthorDocumentProvider Use this API to access an "in memory" representation of an author document over a resource and customize the document in a non visual way using theAuthorDocumentController
andAuthorDocument
API.AuthorElement The Author Element represents an XML element.AuthorNode Base interface for all Author nodes.AuthorParentNode An author parent node contains a list of children.AuthorReferenceNode Interface for reference nodes that have a content expanded when displayed in the Author mode.ContentIterator Iterator over the content of a node.NamespaceContext Useful interface which can be used to obtain mappings from prefix to namespace and from namespace to prefix in the context of the current element. -
Class Summary Class Description AttrValue Contains informations about an attribute value.AuthorDocumentFragment Represents a fragment of an XML document.AuthorNodeUtil Utility functions for working with AuthorNodes.