Java javax.xml.stream.events Attribute fields, constructors, methods, implement or subclass

Example usage for Java javax.xml.stream.events Attribute fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.xml.stream.events Attribute.

The text is from its open source code.

Method

javax.xml.stream.LocationgetLocation()
Return the location of this event.
QNamegetName()
Returns the QName for this attribute
StringgetValue()
Gets the normalized value of this attribute
voidwriteAsEncodedUnicode(Writer writer)
This method will write the XMLEvent as per the XML 1.0 specification as Unicode characters.