ro.sync.ecss.extensions.api.node
Interface AuthorParentNode
- All Superinterfaces:
- AuthorNode
- All Known Subinterfaces:
- AuthorDocument, AuthorElement, AuthorElementBaseInterface, AuthorReferenceNode
@API(type=NOT_EXTENDABLE,
src=PUBLIC)
public interface AuthorParentNode
- extends AuthorNode
An author parent node contains a list of children.
Fields inherited from interface ro.sync.ecss.extensions.api.node.AuthorNode |
NODE_NAME_CDATA, NODE_NAME_COMMENT, NODE_NAME_DOCUMENT, NODE_NAME_PI, NODE_TYPE_CDATA, NODE_TYPE_COMMENT, NODE_TYPE_DOCUMENT, NODE_TYPE_ELEMENT, NODE_TYPE_PI, NODE_TYPE_PSEUDO_DOCTYPE, NODE_TYPE_PSEUDO_ELEMENT, NODE_TYPE_REFERENCE, NODE_TYPE_TEXT |
Methods inherited from interface ro.sync.ecss.extensions.api.node.AuthorNode |
getDisplayName, getEndOffset, getName, getNamespace, getNamespaceContext, getOwnerDocument, getParent, getStartOffset, getTextContent, getType, getXMLBaseURL, isDescendentOf |
getContentNodes
java.util.List<AuthorNode> getContentNodes()
- Returns the list with all children of this element.
- Returns:
- The list that contains all children of this node without text nodes.
Warning: Used to iterate a node's children. Do not modify.
getParentElement
AuthorElementBaseInterface getParentElement()
- Get the parent element of the node.
- Returns:
- The parent element.
- Since:
- 13.2
********************************
EXPERIMENTAL - Subject to change
*********************************
Please note that this API is not marked as final and it can change in one of the next
versions of the application. If you have suggestions, comments about it, please let us know.
© Copyright SyncRO Soft SRL 2002 - 2012.