public class XmlPropertyElementDigester extends DefaultDigester implements ElementDigester
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map |
_prop |
private static java.util.Map |
_typeMap |
| Constructor and Description |
|---|
XmlPropertyElementDigester(java.lang.String elementName,
java.util.Map prop) |
| Modifier and Type | Method and Description |
|---|---|
void |
characters(SaxDigesterHandler handler,
char[] chars,
int offset,
int length)
Handle the characters
|
void |
endDigest(SaxDigesterHandler handler)
End the element
|
void |
startDigest(SaxDigesterHandler handler,
org.xml.sax.Attributes attrs)
Start an element with the given attributes
|
getElementNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetElementNameprivate static final java.util.Map _typeMap
private final java.util.Map _prop
public XmlPropertyElementDigester(java.lang.String elementName,
java.util.Map prop)
public void startDigest(SaxDigesterHandler handler, org.xml.sax.Attributes attrs) throws org.xml.sax.SAXException
startDigest in interface ElementDigesterstartDigest in class DefaultDigesterhandler - the handlerattrs - the attributesorg.xml.sax.SAXException - if there's handling exceptionpublic void endDigest(SaxDigesterHandler handler) throws org.xml.sax.SAXException
endDigest in interface ElementDigesterendDigest in class DefaultDigesterhandler - the handlerorg.xml.sax.SAXException - if there's handling exceptionpublic void characters(SaxDigesterHandler handler, char[] chars, int offset, int length) throws org.xml.sax.SAXException
characters in interface ElementDigestercharacters in class DefaultDigesterhandler - the handlerchars - the charactersoffset - the offsetlength - the lengthorg.xml.sax.SAXException - if there's parse problem