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 classLocation.ReusableXMLSourceclassXMLIOSourceAn XML source based onInputStreamorReader.classXMLStringBufferSourceclassXMLStringBuilderSourceclassXMLStringSourceFields in de.pdark.decentxml declared as XMLSource Modifier and Type Field Description private XMLSourceLocation. sourceprivate XMLSourceToken. sourceprivate XMLSourceXMLParseException. sourceprotected XMLSourceXMLTokenizer. sourceMethods in de.pdark.decentxml that return XMLSource Modifier and Type Method Description XMLSourceToken. getSource()XMLSourceXMLParseException. getSource()XMLSourceXMLTokenizer. getSource()Methods in de.pdark.decentxml with parameters of type XMLSource Modifier and Type Method Description protected XMLTokenizerXMLParser. createDTDTokenizer(XMLSource source, int startOffset)protected XMLTokenizerXMLParser. createTokenizer(XMLSource source)private voidXMLDeclaration. expect(XMLSource source, int pos, java.lang.String expected)protected voidLocation. moveToOffset(XMLSource source, int offset)This moves the line and column information by the text found in the source.DocumentXMLParser. parse(XMLSource source)Parse an XML source into a DocumentvoidToken. setSource(XMLSource source)XMLParseExceptionXMLParseException. 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.StringCharValidator. isValid(XMLSource source, int offset)Verify the character at
-