Uses of Interface
de.pdark.decentxml.XMLSource
Packages that use XMLSource
-
Uses of XMLSource in de.pdark.decentxml
Classes in de.pdark.decentxml that implement XMLSourceModifier and TypeClassDescriptionstatic class
class
An XML source based onInputStream
orReader
.class
class
class
Fields in de.pdark.decentxml declared as XMLSourceModifier and TypeFieldDescriptionprivate XMLSource
Location.source
private XMLSource
Token.source
private XMLSource
XMLParseException.source
protected final XMLSource
XMLTokenizer.source
Methods in de.pdark.decentxml that return XMLSourceModifier and TypeMethodDescriptionToken.getSource()
XMLParseException.getSource()
XMLTokenizer.getSource()
Methods in de.pdark.decentxml with parameters of type XMLSourceModifier and TypeMethodDescriptionprotected XMLTokenizer
XMLParser.createDTDTokenizer
(XMLSource source, int startOffset) protected XMLTokenizer
XMLParser.createTokenizer
(XMLSource source) private void
protected void
Location.moveToOffset
(XMLSource source, int offset) This moves the line and column information by the text found in the source.Parse an XML source into a Documentvoid
Constructors in de.pdark.decentxml with parameters of type XMLSourceModifierConstructorDescriptionXMLParseException
(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 XMLSourceModifierConstructorDescriptionDTDTokenizer
(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