public static class XMLStreamEvents.ElementContext extends Object
| Modifier and Type | Field and Description |
|---|---|
UnprotectedStringBuffer |
defaultNamespace |
UnprotectedStringBuffer |
localName |
UnprotectedStringBuffer |
namespacePrefix |
List<Pair<UnprotectedStringBuffer,UnprotectedStringBuffer>> |
namespaces
List of pair prefix/uri.
|
UnprotectedStringBuffer |
text |
| Constructor and Description |
|---|
ElementContext() |
public UnprotectedStringBuffer text
public UnprotectedStringBuffer namespacePrefix
public UnprotectedStringBuffer localName
public List<Pair<UnprotectedStringBuffer,UnprotectedStringBuffer>> namespaces
public UnprotectedStringBuffer defaultNamespace
Copyright © 2019. All rights reserved.