Interface DOOMNSUnawareAttribute
-
- All Superinterfaces:
Attr,org.apache.axiom.core.CoreAttribute,org.apache.axiom.core.CoreCharacterDataContainer,org.apache.axiom.core.CoreCharacterDataContainingParentNode,org.apache.axiom.core.CoreCharacterDataSinkNode,org.apache.axiom.core.CoreCharacterDataSourceNode,org.apache.axiom.core.CoreNamedNode,org.apache.axiom.core.CoreNode,org.apache.axiom.core.CoreNSUnawareAttribute,org.apache.axiom.core.CoreNSUnawareNamedNode,org.apache.axiom.core.CoreParentNode,org.apache.axiom.core.CoreTypedAttribute,org.apache.axiom.dom.DOMAttribute,org.apache.axiom.dom.DOMNamedNode,org.apache.axiom.dom.DOMNode,org.apache.axiom.dom.DOMNSUnawareAttribute,org.apache.axiom.dom.DOMNSUnawareNamedNode,org.apache.axiom.dom.DOMParentNode,org.apache.axiom.dom.DOMRootNode,org.apache.axiom.dom.DOMTypedAttribute,DOOMAttribute,DOOMNode,DOOMParentNode,Node,NodeList
public interface DOOMNSUnawareAttribute extends DOOMAttribute, org.apache.axiom.dom.DOMNSUnawareAttribute
-
-
Field Summary
-
Fields inherited from interface org.apache.axiom.core.CoreParentNode
ATTRIBUTES_PENDING, COMPACT, COMPLETE, DISCARDED, DISCARDING, INCOMPLETE
-
Fields inherited from interface org.w3c.dom.Node
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE
-
-
Method Summary
-
Methods inherited from interface org.w3c.dom.Attr
getName, getOwnerElement, getSchemaTypeInfo, getSpecified, getValue, isId, setValue
-
Methods inherited from interface org.apache.axiom.core.CoreAttribute
coreGetNextAttribute, coreGetOwnerElement, coreGetPreviousAttribute, coreGetSpecified, coreHasOwnerElement, coreRemove, coreSetSpecified, internalInsertAttributeAfter, internalRemove, internalSetNextAttribute, internalSetOwnerElement, internalUnsetOwnerElement
-
Methods inherited from interface org.apache.axiom.core.CoreCharacterDataSinkNode
coreSetCharacterData
-
Methods inherited from interface org.apache.axiom.core.CoreCharacterDataSourceNode
coreGetCharacterData
-
Methods inherited from interface org.apache.axiom.core.CoreNode
cloneChildrenIfNecessary, coreClone, coreGetNodeClass, coreGetNodeFactory, coreGetNodeType, coreGetOwnerDocument, coreHasSameOwnerDocument, coreSetOwnerDocument, getRootOrOwnerDocument, init, initAncillaryData, internalClone, internalGetFlag, internalGetFlags, internalSerialize, internalSetFlag, internalSetFlags
-
Methods inherited from interface org.apache.axiom.core.CoreNSUnawareNamedNode
coreGetName, coreSetName
-
Methods inherited from interface org.apache.axiom.core.CoreParentNode
coreAppendChild, coreAppendChildren, coreBuild, coreDiscard, coreGetBuilder, coreGetElements, coreGetFirstChild, coreGetFirstChild, coreGetFirstChildIfAvailable, coreGetInputContext, coreGetLastChild, coreGetLastChild, coreGetNodes, coreGetReader, coreMoveChildrenFrom, coreRemoveChildren, coreSetCharacterData, coreSetInputContext, coreSetState, forceExpand, getState, internalAppendChildWithoutBuild, internalBuildNext, internalCheckNewChild, internalGetCharacterData, internalGetContent, internalGetContent, internalSetContent, isExpanded, serializeEndEvent, serializeStartEvent
-
Methods inherited from interface org.apache.axiom.dom.DOMNode
getDOMNodeFactory, getNamespaceContext, normalizeRecursively
-
Methods inherited from interface org.w3c.dom.Node
appendChild, cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData
-
-