public class Base64Context extends ElementContext
Constructor and Description |
---|
Base64Context() |
Modifier and Type | Method and Description |
---|---|
void |
characters(char[] ch,
int start,
int length) |
byte[] |
getBytes() |
static ElementContextFactory |
getFactory() |
void |
setBytes(byte[] bytes) |
void |
writeContent(XMLWriter writer,
NamedContextFactory factory) |
addChild, end, getAttributes, getElementName, setElementName, write
public static ElementContextFactory getFactory()
public byte[] getBytes()
public void setBytes(byte[] bytes)
public void characters(char[] ch, int start, int length)
characters
in class ElementContext
public void writeContent(XMLWriter writer, NamedContextFactory factory) throws org.xml.sax.SAXException
writeContent
in class ElementContext
org.xml.sax.SAXException