Package | Description |
---|---|
org.apache.maven.shared.utils |
Modifier and Type | Method and Description |
---|---|
static XmlStreamWriter |
WriterFactory.newXmlWriter(java.io.File file)
Create a new Writer with XML encoding detection rules.
|
static XmlStreamWriter |
WriterFactory.newXmlWriter(java.io.OutputStream out)
Create a new Writer with XML encoding detection rules.
|