Package | Description |
---|---|
de.pdark.decentxml | |
de.pdark.decentxml.dtd | |
de.pdark.decentxml.validation |
Modifier and Type | Class and 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 and Description |
---|---|
protected XMLSource |
XMLTokenizer.source |
Modifier and Type | Method and Description |
---|---|
XMLSource |
Token.getSource() |
XMLSource |
XMLTokenizer.getSource() |
XMLSource |
XMLParseException.getSource() |
Modifier and Type | Method and 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 and Description |
---|
Location(XMLSource source,
int offset) |
XMLParseException(String message,
XMLSource source,
int offset) |
XMLTokenizer(XMLSource source) |
Constructor and Description |
---|
DTDTokenizer(XMLSource source,
int startPosition)
Create an DTD tokenizer.
|
Modifier and Type | Method and Description |
---|---|
String |
CharValidator.isValid(XMLSource source,
int offset)
Verify the character at
|
Copyright © 2008–2014. All rights reserved.