| java.lang.Object com.jclark.xml.tok.Encoding com.jclark.xml.tok.UTF8Encoding
UTF8Encoding | final class UTF8Encoding extends Encoding (Code) | | An Encoding for UTF-8.
version: $Revision: 1.5 $ $Date: 1998/05/27 05:43:15 $ |
Method Summary | |
int | byteToAscii(byte[] buf, int off) | int | byteType(byte[] buf, int off) | int | byteType2(byte[] buf, int off) | int | byteType3(byte[] buf, int off) | boolean | charMatches(byte[] buf, int off, char c) | void | check3(byte[] buf, int off) | void | check4(byte[] buf, int off) | public int | convert(byte[] sourceBuf, int sourceStart, int sourceEnd, char[] targetBuf, int targetStart) | int | extendData(byte[] buf, int off, int end) | public int | getFixedBytesPerChar() | public void | movePosition(byte[] buf, int off, int end, Position pos) |
UTF8Encoding | UTF8Encoding()(Code) | | |
byteToAscii | int byteToAscii(byte[] buf, int off)(Code) | | |
byteType | int byteType(byte[] buf, int off)(Code) | | |
byteType2 | int byteType2(byte[] buf, int off)(Code) | | |
byteType3 | int byteType3(byte[] buf, int off)(Code) | | |
charMatches | boolean charMatches(byte[] buf, int off, char c)(Code) | | |
convert | public int convert(byte[] sourceBuf, int sourceStart, int sourceEnd, char[] targetBuf, int targetStart)(Code) | | |
getFixedBytesPerChar | public int getFixedBytesPerChar()(Code) | | |
movePosition | public void movePosition(byte[] buf, int off, int end, Position pos)(Code) | | |
Methods inherited from com.jclark.xml.tok.Encoding | abstract int byteToAscii(byte[] buf, int off)(Code)(Java Doc) abstract int byteType(byte[] buf, int off)(Code)(Java Doc) int byteType2(byte[] buf, int off)(Code)(Java Doc) int byteType3(byte[] buf, int off)(Code)(Java Doc) int byteType4(byte[] buf, int off)(Code)(Java Doc) abstract boolean charMatches(byte[] buf, int off, char c)(Code)(Java Doc) void check2(byte[] buf, int off) throws InvalidTokenException(Code)(Java Doc) void check3(byte[] buf, int off) throws InvalidTokenException(Code)(Java Doc) void check4(byte[] buf, int off) throws InvalidTokenException(Code)(Java Doc) abstract public int convert(byte[] sourceBuf, int sourceStart, int sourceEnd, char[] targetBuf, int targetStart)(Code)(Java Doc) int extendCdata(byte[] buf, int off, int end) throws InvalidTokenException(Code)(Java Doc) int extendData(byte[] buf, int off, int end) throws InvalidTokenException(Code)(Java Doc) final public Encoding getEncoding(String name)(Code)(Java Doc) abstract public int getFixedBytesPerChar()(Code)(Java Doc) final public static Encoding getInitialEncoding(byte[] buf, int off, int end, Token token)(Code)(Java Doc) final public static Encoding getInternalEncoding()(Code)(Java Doc) final public int getMinBytesPerChar()(Code)(Java Doc) final public String getPublicId(byte[] buf, int off, int end) throws InvalidTokenException(Code)(Java Doc) final public Encoding getSingleByteEncoding(String map)(Code)(Java Doc) Encoding getUTF16Encoding()(Code)(Java Doc) final public boolean matchesXMLString(byte[] buf, int off, int end, String str)(Code)(Java Doc) abstract public void movePosition(byte[] buf, int off, int end, Position pos)(Code)(Java Doc) final public int skipIgnoreSect(byte[] buf, int off, int end) throws PartialTokenException, InvalidTokenException(Code)(Java Doc) final public int skipS(byte[] buf, int off, int end)(Code)(Java Doc) final public int tokenizeAttributeValue(byte[] buf, int off, int end, Token token) throws PartialTokenException, InvalidTokenException, EmptyTokenException, ExtensibleTokenException(Code)(Java Doc) final public int tokenizeCdataSection(byte[] buf, int off, int end, Token token) throws EmptyTokenException, PartialTokenException, InvalidTokenException, ExtensibleTokenException(Code)(Java Doc) final public int tokenizeContent(byte[] buf, int off, int end, ContentToken token) throws PartialTokenException, InvalidTokenException, EmptyTokenException, ExtensibleTokenException(Code)(Java Doc) final public int tokenizeEntityValue(byte[] buf, int off, int end, Token token) throws PartialTokenException, InvalidTokenException, EmptyTokenException, ExtensibleTokenException(Code)(Java Doc) final public int tokenizeProlog(byte[] buf, int off, int end, Token token) throws PartialTokenException, InvalidTokenException, EmptyTokenException, ExtensibleTokenException, EndOfPrologException(Code)(Java Doc)
|
|
|