Package ro.sync.ecss.extensions.api.node
Interface AuthorReferenceNode
- All Superinterfaces:
AuthorNode
,AuthorParentNode
Interface for reference nodes that have a content expanded when displayed in
the Author mode.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Allows Validation attribute namestatic final String
Number of track changesstatic final String
Number of commentsstatic final String
Editable attribute namestatic final String
Text before root.static final String
Href.static final String
The Oxygen namespace.static final int
Entities reference nodes type.static final int
Synthetic reference nodes type (e.g.Fields inherited from interface ro.sync.ecss.extensions.api.node.AuthorNode
NODE_NAME_CDATA, NODE_NAME_COMMENT, NODE_NAME_DOCUMENT, NODE_NAME_PI, NODE_NAME_REFERENCE, 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
-
Method Summary
Methods inherited from interface ro.sync.ecss.extensions.api.node.AuthorNode
getContentIterator, getDisplayName, getEndOffset, getName, getNamespace, getNamespaceContext, getOwnerDocument, getParent, getStartOffset, getTextContent, getType, getXMLBaseURL, isDescendentOf
Methods inherited from interface ro.sync.ecss.extensions.api.node.AuthorParentNode
getContentNodes, getParentElement
-
Field Details
-
REFERENCE_TYPE_ENTITY
static final int REFERENCE_TYPE_ENTITYEntities reference nodes type. The value is 0.- See Also:
-
REFERENCE_TYPE_SYNTHETIC
static final int REFERENCE_TYPE_SYNTHETICSynthetic reference nodes type (e.g.XInclude
elements). The value is 1.- See Also:
-
HREF
Href.- See Also:
-
ATTR_NAME_CHANGE_TRACK_COUNT
Number of track changes- See Also:
-
ATTR_NAME_COMMENTS_COUNTS
Number of comments- See Also:
-
ATTR_NAME_EDITABLE
Editable attribute name- See Also:
-
ATTR_NAME_ALLOWS_VALIDATION
Allows Validation attribute name- See Also:
-
ATTR_NAME_TEXT_BEFORE_ROOT
Text before root. Includes the root element.- See Also:
-
OXYGEN_NAMESPACE
The Oxygen namespace.- See Also:
-
-
Method Details
-
getReferenceType
int getReferenceType()Returns the type of the reference. Used to differentiate between XML entities and other reference (e.g.XInclude
elements).- Returns:
- The type of the reference. One of the two constants:
REFERENCE_TYPE_ENTITY
,REFERENCE_TYPE_SYNTHETIC
.
-