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

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

Introduction

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

The text is from its open source code.

Method

QNamegetName()
Returns the QName for this attribute
StringgetNamespaceURI()
Gets the uri bound to the prefix of this namespace
StringgetPrefix()
Gets the prefix, returns "" if this is a default namespace declaration.
StringgetValue()
Gets the normalized value of this attribute
booleanisDefaultNamespaceDeclaration()
returns true if this attribute declares the default namespace
voidwriteAsEncodedUnicode(Writer writer)
This method will write the XMLEvent as per the XML 1.0 specification as Unicode characters.