com.sun.syndication.io.impl
Class XmlFixerReader
public
class
XmlFixerReader
extends Reader
Author: Alejandro Abdelnur
private static Map CODED_ENTITIES
private static Pattern ENTITIES_PATTERN
protected Reader in
private boolean trimmed
private StringBuffer _buffer
private int _bufferPos
private int _state
public XmlFixerReader(Reader in)
public void close()
public static void main(String[] args)
public void mark(int readAheadLimit)
public boolean markSupported()
public String processHtmlEntities(String s)
public int read()
public int read(char[] buffer, int offset, int len)
public boolean ready()
public void reset()
public long skip(long n)
private boolean trimStream()
Copyright © Sun Microsystems. All Rights Reserved.