|
Oxygen XML Editor 13.2 Author API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@API(type=EXTENDABLE, src=PUBLIC) public interface UniqueAttributesProcessor
Identifies unique attributes like ID's.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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.
|
Oxygen XML Editor 13.2 Author API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |