|
Oxygen XML Editor, Version 13.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectro.sync.exml.workspace.api.node.customizer.NodeRendererCustomizerContext
@API(type=NOT_EXTENDABLE, src=PUBLIC) public abstract class NodeRendererCustomizerContext
Provide information like node name, node namespace, attributes (if available), that will be used for Author outline, Author bread crumb, Text page outline, content completion proposals window or DITA Map view rendering customization.
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.
Constructor Summary | |
---|---|
NodeRendererCustomizerContext()
|
Method Summary | |
---|---|
abstract java.lang.String |
getAttributeNamespace(java.lang.String attrQName)
Get namespace URI for a given attribute qualified name. |
abstract java.lang.String |
getAttributeQName(int index)
Get the qualified attribute name at index. |
abstract int |
getAttributesCount()
Returns the number of the element attributes. |
abstract java.lang.String |
getAttributeValue(java.lang.String attrQName)
Get attribute value for given attribute qualified name. |
abstract java.lang.String |
getNodeName()
Get the node name. |
abstract java.lang.String |
getNodeNamespace()
Get the node namespace. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NodeRendererCustomizerContext()
Method Detail |
---|
public abstract java.lang.String getNodeName()
public abstract java.lang.String getNodeNamespace()
public abstract int getAttributesCount()
public abstract java.lang.String getAttributeQName(int index)
index
- Index of the attribute.
public abstract java.lang.String getAttributeValue(java.lang.String attrQName)
attrQName
- The qualified attribute name.
public abstract java.lang.String getAttributeNamespace(java.lang.String attrQName)
attrQName
- The attribute qualified name.
|
Oxygen XML Editor, Version 13.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |