com.sun.syndication.io.impl

Class XmlFixerReader

public class XmlFixerReader extends Reader

Author: Alejandro Abdelnur

Field Summary
static MapCODED_ENTITIES
static PatternENTITIES_PATTERN
protected Readerin
booleantrimmed
StringBuffer_buffer
int_bufferPos
int_state
Constructor Summary
XmlFixerReader(Reader in)
Method Summary
voidclose()
static voidmain(String[] args)
voidmark(int readAheadLimit)
booleanmarkSupported()
StringprocessHtmlEntities(String s)
intread()
intread(char[] buffer, int offset, int len)
booleanready()
voidreset()
longskip(long n)
booleantrimStream()

Field Detail

CODED_ENTITIES

private static Map CODED_ENTITIES

ENTITIES_PATTERN

private static Pattern ENTITIES_PATTERN

in

protected Reader in

trimmed

private boolean trimmed

_buffer

private StringBuffer _buffer

_bufferPos

private int _bufferPos

_state

private int _state

Constructor Detail

XmlFixerReader

public XmlFixerReader(Reader in)

Method Detail

close

public void close()

main

public static void main(String[] args)

mark

public void mark(int readAheadLimit)

markSupported

public boolean markSupported()

processHtmlEntities

public String processHtmlEntities(String s)

read

public int read()

read

public int read(char[] buffer, int offset, int len)

ready

public boolean ready()

reset

public void reset()

skip

public long skip(long n)

trimStream

private boolean trimStream()
Copyright © Sun Microsystems. All Rights Reserved.