| Constructor | Description |
|---|---|
IntData() |
| Modifier and Type | Method | Description |
|---|---|---|
char |
charAt(int index) |
|
int |
length() |
|
void |
reset(int i) |
|
java.lang.CharSequence |
subSequence(int start,
int end) |
|
java.lang.String |
toString() |
|
void |
writeTo(UTF8XmlOutput output) |
Writes itself to
UTF8XmlOutput. |
public void reset(int i)
public int length()
public char charAt(int index)
public java.lang.CharSequence subSequence(int start,
int end)
public void writeTo(UTF8XmlOutput output) throws java.io.IOException
PcdataUTF8XmlOutput.
This is the most performance critical path for the marshaller, so it warrants its own method.
Copyright © 2018 Oracle Corporation. All rights reserved.