public class XMLDeclarationParser extends Object
| Constructor | Description |
|---|---|
XMLDeclarationParser(PushbackReader pr) |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getEncoding() |
|
String |
getXmlDeclaration() |
|
void |
parse() |
|
void |
writeTo(Writer wr) |
public XMLDeclarationParser(PushbackReader pr)
public String getEncoding()
public String getXmlDeclaration()
public void parse()
throws TransformerException,
IOException
TransformerExceptionIOExceptionpublic void writeTo(Writer wr) throws IOException
IOExceptionCopyright © 2018 Oracle. All rights reserved.