Package | Description |
---|---|
de.pdark.decentxml | |
de.pdark.decentxml.dtd | |
de.pdark.decentxml.validation |
Modifier and Type | Class | Description |
---|---|---|
static class |
Location.ReusableXMLSource |
|
class |
XMLIOSource |
An XML source based on
InputStream or Reader . |
class |
XMLStringBufferSource |
|
class |
XMLStringBuilderSource |
|
class |
XMLStringSource |
Modifier and Type | Field | Description |
---|---|---|
protected XMLSource |
XMLTokenizer.source |
Modifier and Type | Method | Description |
---|---|---|
XMLSource |
Token.getSource() |
|
XMLSource |
XMLParseException.getSource() |
|
XMLSource |
XMLTokenizer.getSource() |
Modifier and Type | Method | Description |
---|---|---|
protected XMLTokenizer |
XMLParser.createDTDTokenizer(XMLSource source,
int startOffset) |
|
protected XMLTokenizer |
XMLParser.createTokenizer(XMLSource source) |
|
protected void |
Location.moveToOffset(XMLSource source,
int offset) |
This moves the line and column information by the text found in the source.
|
Document |
XMLParser.parse(XMLSource source) |
Parse an XML source into a Document
|
void |
Token.setSource(XMLSource source) |
|
XMLParseException |
XMLParseException.setSource(XMLSource source,
int offset) |
Constructor | Description |
---|---|
Location(XMLSource source,
int offset) |
|
XMLParseException(String message,
XMLSource source,
int offset) |
|
XMLTokenizer(XMLSource source) |
Constructor | Description |
---|---|
DTDTokenizer(XMLSource source,
int startPosition) |
Create an DTD tokenizer.
|
Modifier and Type | Method | Description |
---|---|---|
String |
CharValidator.isValid(XMLSource source,
int offset) |
Verify the character at
|
Copyright © 2008–2019. All rights reserved.