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, writepublic static ElementContextFactory getFactory()
public byte[] getBytes()
public void setBytes(byte[] bytes)
public void characters(char[] ch,
int start,
int length)
characters in class ElementContextpublic void writeContent(XMLWriter writer, NamedContextFactory factory) throws org.xml.sax.SAXException
writeContent in class ElementContextorg.xml.sax.SAXException