public class LightweightElement extends Object
| Constructor | Description |
|---|---|
LightweightElement(XMLStreamReader reader) |
Creates a lightweight element from the provided reader.
|
| Modifier and Type | Method | Description |
|---|---|---|
String |
getAttribute(String localName) |
|
String |
getLocalName() |
|
String |
getNamespaceURI() |
public LightweightElement(XMLStreamReader reader)
reader - The reader to build the representation on.Copyright © 2025. All rights reserved.