Uses of Interface
de.pdark.decentxml.XMLSource
-
Packages that use XMLSource Package Description 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 Modifier and Type Class Description static class
Location.ReusableXMLSource
class
XMLIOSource
An XML source based onInputStream
orReader
.class
XMLStringBufferSource
class
XMLStringBuilderSource
class
XMLStringSource
Fields in de.pdark.decentxml declared as XMLSource Modifier and Type Field Description protected XMLSource
XMLTokenizer. source
Methods in de.pdark.decentxml that return XMLSource Modifier and Type Method Description XMLSource
Token. getSource()
XMLSource
XMLParseException. getSource()
XMLSource
XMLTokenizer. getSource()
Methods in de.pdark.decentxml with parameters of type XMLSource 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 Documentvoid
Token. setSource(XMLSource source)
XMLParseException
XMLParseException. setSource(XMLSource source, int offset)
Constructors in de.pdark.decentxml with parameters of type XMLSource Constructor Description 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 Constructor Description 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 Modifier and Type Method Description java.lang.String
CharValidator. isValid(XMLSource source, int offset)
Verify the character at
-