Uses of Interface
org.apache.juneau.parser.Positionable
Packages that use Positionable
Package
Description
- 
Uses of Positionable in org.apache.juneau.msgpackClasses in org.apache.juneau.msgpack that implement PositionableModifier and TypeClassDescriptionclassSpecialized input stream for parsing MessagePack streams.
- 
Uses of Positionable in org.apache.juneau.parserClasses 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.uonClasses in org.apache.juneau.uon that implement PositionableModifier and TypeClassDescriptionclassSame functionality asParserReaderexcept automatically decoded%xx escape sequences.
- 
Uses of Positionable in org.apache.juneau.xmlClasses in org.apache.juneau.xml that implement Positionable