Package com.nt.udc.util.xml
Class Base64Context
java.lang.Object
com.nt.udc.util.xml.ElementContext
com.nt.udc.util.xml.Base64Context
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
characters
(char[] ch, int start, int length) byte[]
getBytes()
static ElementContextFactory
void
setBytes
(byte[] bytes) void
writeContent
(XMLWriter writer, NamedContextFactory factory) Methods inherited from class com.nt.udc.util.xml.ElementContext
addChild, end, getAttributes, getElementName, getParent, setElementName, write
-
Constructor Details
-
Base64Context
public Base64Context()
-
-
Method Details
-
getFactory
-
getBytes
public byte[] getBytes() -
setBytes
public void setBytes(byte[] bytes) -
characters
public void characters(char[] ch, int start, int length) - Overrides:
characters
in classElementContext
-
writeContent
- Overrides:
writeContent
in classElementContext
- Throws:
SAXException
-