Uses of Interface
org.apache.juneau.parser.Positionable
Packages that use Positionable
Package
Description
MessagePack Marshalling Support
Parser API
UON Marshalling Support
XML Marshalling Support
-
Uses of Positionable in org.apache.juneau.msgpack
Classes in org.apache.juneau.msgpack that implement PositionableModifier and TypeClassDescriptionclassSpecialized input stream for parsing MessagePack streams. -
Uses of Positionable in org.apache.juneau.parser
Classes in org.apache.juneau.parser that implement PositionableModifier and TypeClassDescriptionclassInput stream meant to be used as input for stream-based parsers.classSimilar to aPushbackReaderwith a pushback buffer of 1 character.Methods in org.apache.juneau.parser with parameters of type PositionableModifier and TypeMethodDescriptionvoidParserPipe.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 TypeClassDescriptionclassSame functionality asParserReaderexcept automatically decoded%xx escape sequences. -
Uses of Positionable in org.apache.juneau.xml
Classes in org.apache.juneau.xml that implement Positionable