final class XPathParser.Cache extends Object
Modifier and Type | Field and Description |
---|---|
(package private) static int |
buffer_size_increment |
ByteBuffer |
byteBuffer |
byte[] |
wrapped_buffer |
Constructor and Description |
---|
XPathParser.Cache() |
Modifier and Type | Method and Description |
---|---|
void |
append(XPathParser.Cache cache) |
void |
cacheCharacters(char[] text,
int start,
int length) |
void |
cacheEndElement(String uri,
String name,
String tag) |
void |
cacheStartElement(String uri,
String name,
String tag,
Attributes atts) |
void |
dump(XPathParser.XPathHandler next)
regenerate the stream from buffer
|
byte |
getByte() |
char[] |
getChars() |
int |
getInt() |
short |
getShort() |
String |
getString() |
void |
print() |
void |
putByte(byte n) |
void |
putChars(char[] text,
int start,
int len) |
void |
putInt(int n) |
void |
putShort(short n) |
void |
putString(String s) |
static final int buffer_size_increment
public byte[] wrapped_buffer
public ByteBuffer byteBuffer
public void putByte(byte n)
public void putShort(short n)
public void putInt(int n)
public void putChars(char[] text, int start, int len)
public void putString(String s)
public byte getByte()
public short getShort()
public int getInt()
public char[] getChars()
public String getString()
public void cacheStartElement(String uri, String name, String tag, Attributes atts)
public void cacheCharacters(char[] text, int start, int length)
public void print()
public void append(XPathParser.Cache cache)
public void dump(XPathParser.XPathHandler next)
Copyright © 2013–2014 The Apache Software Foundation. All rights reserved.