Uses of Interface
org.apache.axiom.om.OMAttribute
Packages that use OMAttribute
Package
Description
Contains core interfaces of the Axiom API.
-
Uses of OMAttribute in org.apache.axiom.om
Methods in org.apache.axiom.om that return OMAttributeModifier and TypeMethodDescriptionOMElement.addAttribute
(String localName, String value, OMNamespace ns) Adds an attribute to this element.OMElement.addAttribute
(OMAttribute attr) Adds an attribute to this element.OMFactory.createOMAttribute
(String localName, OMNamespace ns, String value) Create an attribute with the given name and value.OMElement.getAttribute
(QName qname) Returns a named attribute if present.Methods in org.apache.axiom.om that return types with arguments of type OMAttributeMethods in org.apache.axiom.om with parameters of type OMAttributeModifier and TypeMethodDescriptionOMElement.addAttribute
(OMAttribute attr) Adds an attribute to this element.void
OMElement.removeAttribute
(OMAttribute attr) Removes the given attribute from this element. -
Uses of OMAttribute in org.apache.axiom.om.util
Methods in org.apache.axiom.om.util that return types with arguments of type OMAttributeModifier and TypeMethodDescriptionDigestGenerator.getAttributesWithoutNS
(OMElement element) Gets the collection of attributes which are none namespace declarations for an OMElementMethods in org.apache.axiom.om.util with parameters of type OMAttributeModifier and TypeMethodDescriptionboolean
DigestGenerator.compareOMAttribute
(OMAttribute attribute, OMAttribute comparingAttribute, String digestAlgorithm) Compares two OMAttributes for the XML equalitybyte[]
DigestGenerator.getDigest
(OMAttribute attribute, String digestAlgorithm) This method is an overloaded method for the digest generation for OMAttributeDigestGenerator.getExpandedName
(OMAttribute attribute) This method is an overloaded method for getting the expanded name namespaceURI followed by the local name for OMAttribute -
Uses of OMAttribute in org.apache.axiom.om.xpath
Constructors in org.apache.axiom.om.xpath with parameters of type OMAttributeModifierConstructorDescriptionAXIOMXPath
(OMAttribute attribute) Construct an XPath expression from a given attribute.