Constructor and Description |
---|
XMLRenderer()
Creates a XML Renderer with the default (platform dependent) encoding.
|
XMLRenderer(String encoding)
Creates a XML Renderer with a specific output encoding.
|
Modifier and Type | Method and Description |
---|---|
String |
getEncoding() |
String |
render(Iterator<Match> matches) |
void |
setEncoding(String encoding) |
public XMLRenderer()
public XMLRenderer(String encoding)
encoding
- the encoding to use or null. If null, default (platform
dependent) encoding is used.Copyright © 2002–2017 InfoEther. All rights reserved.