The `org.apache.axiom.om.OMElement.getAttribute` is a method in the Java programming language. It belongs to the `org.apache.axiom.om` package and is used to retrieve the attribute with the specified name from an XML element. This method returns the value of the attribute as a string.
Java OMElement.getAttribute - 30 examples found. These are the top rated real world Java examples of org.apache.axiom.om.OMElement.getAttribute extracted from open source projects. You can rate examples to help us improve the quality of examples.