Uses of Interface
org.apache.juneau.parser.Positionable
Packages that use Positionable
Package
Description
-
Uses of Positionable in org.apache.juneau.msgpack
Classes in org.apache.juneau.msgpack that implement PositionableModifier and TypeClassDescriptionclass
Specialized input stream for parsing MessagePack streams. -
Uses of Positionable in org.apache.juneau.parser
Classes in org.apache.juneau.parser that implement PositionableModifier and TypeClassDescriptionclass
Input stream meant to be used as input for stream-based parsers.class
Similar to aPushbackReader
with a pushback buffer of 1 character.Methods in org.apache.juneau.parser with parameters of type PositionableModifier and TypeMethodDescriptionvoid
ParserPipe.setPositionable
(Positionable positionable) Sets the ParserReader/ParserInputStream/XmlReader constructed from this pipe. -
Uses of Positionable in org.apache.juneau.uon
Classes in org.apache.juneau.uon that implement PositionableModifier and TypeClassDescriptionclass
Same functionality asParserReader
except automatically decoded%xx escape sequences. -
Uses of Positionable in org.apache.juneau.xml
Classes in org.apache.juneau.xml that implement Positionable