public interface CoreAttribute extends NonDeferringParentNode, CoreCharacterDataContainingParentNode
COMPACT, COMPLETE, DISCARDED, INCOMPLETE| Modifier and Type | Method and Description |
|---|---|
CoreAttribute |
coreGetNextAttribute()
Get the attribute immediately following the current attribute.
|
CoreElement |
coreGetOwnerElement()
Get the owner element of this attribute.
|
CoreAttribute |
coreGetPreviousAttribute()
Get the attribute immediately preceding the current attribute.
|
boolean |
coreHasOwnerElement()
Check if this node has an owner element.
|
boolean |
coreRemove(Semantics semantics)
Remove this attribute from its owner element.
|
coreGetCharacterDatacoreSetCharacterDatabuild, coreGetElements, coreSetBuilder, coreSetState, getBuilder, getStatecloneChildrenIfNecessary, coreClone, coreCreateNode, coreGetNodeClass, coreGetNodeFactory, coreGetNodeType, coreSetOwnerDocument, initCoreElement coreGetOwnerElement()
boolean coreHasOwnerElement()
true if and only if this node currently has an owner elementboolean coreRemove(Semantics semantics)
semantics - the API semantics to use; determines the new owner document for the attributetrue if the attribute had an owner element and has been removed from
that element; false if the attribute didn't have an owner element and no
changes have been madeCoreAttribute coreGetNextAttribute()
null if the attribute is the last attribute of
its owner element or if the attribute has no owner elementCoreAttribute coreGetPreviousAttribute()
null if the attribute is the first attribute
of its owner element or if the attribute has no owner elementCopyright © The Apache Software Foundation. All Rights Reserved.