@API(type=EXTENDABLE,
src=PUBLIC)
public interface UniqueAttributesProcessor
| Modifier and Type | Method and Description |
|---|---|
void |
assignUniqueIDs(int startOffset,
int endOffset,
boolean forceGeneration)
Assigns unique IDs between a start and an end offset in the document.
|
boolean |
copyAttributeOnSplit(java.lang.String attrQName,
AuthorElement element)
Checks if the attribute specified by QName can be considered as a valid attribute to copy when
the element is split.
|
boolean copyAttributeOnSplit(java.lang.String attrQName,
AuthorElement element)
attrQName - The attribute qualified name.element - The element.true if the attribute should be copied when Split is performed.void assignUniqueIDs(int startOffset,
int endOffset,
boolean forceGeneration)
startOffset - Start offset.endOffset - End offset.forceGeneration - true to generate ID even if the ID generation pattern list
does not match.© Copyright SyncRO Soft SRL 2002 - 2016. All rights reserved.