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
TransformerException
IOException
public void writeTo(Writer wr) throws IOException
IOException
Copyright © 2021 JBoss by Red Hat. All rights reserved.