|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ximpleware.ElementFragmentNs
public class ElementFragmentNs
ElementFragmentNs is class representing namespace compensated elementFragment its constructor is protected, only intended to be called by getElementFragmentNs().
Method Summary | |
---|---|
long |
getOffsetLen()
Get the long encoding the len and offset of uncompensated element fragment |
int |
getSize()
getSize gets the fragment with byte copying |
byte[] |
toBytes()
Return a byte array of an element with namespace compensation in its orginal encoding format |
void |
writeToOutputStream(java.io.OutputStream ost)
Write ns compensated fragments (bytes in original encoding format) to outputstream |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public final long getOffsetLen()
public final int getSize()
public final byte[] toBytes()
public final void writeToOutputStream(java.io.OutputStream ost) throws java.io.IOException
ost
-
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |