public class PrettyXMLStreamWriter extends Object implements InvocationHandler
| Constructor and Description |
|---|
PrettyXMLStreamWriter(XMLStreamWriter writer) |
| Modifier and Type | Method and Description |
|---|---|
Object |
invoke(Object proxy,
Method method,
Object[] args) |
static XMLStreamWriter |
pretty(XMLStreamWriter writer) |
public PrettyXMLStreamWriter(XMLStreamWriter writer)
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke in interface InvocationHandlerThrowablepublic static XMLStreamWriter pretty(XMLStreamWriter writer)
Copyright © 2017 JBoss by Red Hat. All rights reserved.