|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLSource | |
---|---|
de.pdark.decentxml | |
de.pdark.decentxml.dtd | |
de.pdark.decentxml.validation |
Uses of XMLSource in de.pdark.decentxml |
---|
Classes in de.pdark.decentxml that implement XMLSource | |
---|---|
static class |
Location.ReusableXMLSource
|
class |
XMLIOSource
An XML source based on InputStream or Reader . |
class |
XMLStringBufferSource
|
class |
XMLStringBuilderSource
|
class |
XMLStringSource
|
Fields in de.pdark.decentxml declared as XMLSource | |
---|---|
protected XMLSource |
XMLTokenizer.source
|
Methods in de.pdark.decentxml that return XMLSource | |
---|---|
XMLSource |
XMLParseException.getSource()
|
XMLSource |
XMLTokenizer.getSource()
|
XMLSource |
Token.getSource()
|
Methods in de.pdark.decentxml with parameters of type XMLSource | |
---|---|
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)
|
Constructors in de.pdark.decentxml with parameters of type XMLSource | |
---|---|
Location(XMLSource source,
int offset)
|
|
XMLParseException(java.lang.String message,
XMLSource source,
int offset)
|
|
XMLTokenizer(XMLSource source)
|
Uses of XMLSource in de.pdark.decentxml.dtd |
---|
Constructors in de.pdark.decentxml.dtd with parameters of type XMLSource | |
---|---|
DTDTokenizer(XMLSource source,
int startPosition)
Create an DTD tokenizer. |
Uses of XMLSource in de.pdark.decentxml.validation |
---|
Methods in de.pdark.decentxml.validation with parameters of type XMLSource | |
---|---|
java.lang.String |
CharValidator.isValid(XMLSource source,
int offset)
Verify the character at |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |