public class XMLDeclarationParser extends Object
| Constructor and Description |
|---|
XMLDeclarationParser(PushbackReader pr) |
| Modifier and Type | Method and 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 © 2005–2017 Oracle Corporation. All rights reserved.