public class Parser extends Object
Constructor and Description |
---|
Parser() |
Modifier and Type | Method and Description |
---|---|
Document |
parseDocument(Reader reader) |
Document |
parseDocument(String input) |
Document |
parseDocument(String input,
String sourceName) |
public Document parseDocument(String input) throws InvalidSyntaxException
InvalidSyntaxException
public Document parseDocument(String input, String sourceName) throws InvalidSyntaxException
InvalidSyntaxException
public Document parseDocument(Reader reader) throws InvalidSyntaxException
InvalidSyntaxException
Copyright © 2019. All rights reserved.