|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.xml.sax.helpers.AttributesImpl
com.berryworks.edireader.EDIAttributes
public class EDIAttributes
Provide convenience methods to simplify the construction of XML attributes.
Constructor Summary | |
---|---|
EDIAttributes()
|
|
EDIAttributes(org.xml.sax.Attributes fromAttributes)
|
Method Summary | |
---|---|
void |
addCDATA(java.lang.String name,
int value)
|
void |
addCDATA(java.lang.String name,
java.lang.String value)
|
Methods inherited from class org.xml.sax.helpers.AttributesImpl |
---|
addAttribute, clear, getIndex, getIndex, getLength, getLocalName, getQName, getType, getType, getType, getURI, getValue, getValue, getValue, removeAttribute, setAttribute, setAttributes, setLocalName, setQName, setType, setURI, setValue |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EDIAttributes()
public EDIAttributes(org.xml.sax.Attributes fromAttributes)
Method Detail |
---|
public void addCDATA(java.lang.String name, java.lang.String value)
public void addCDATA(java.lang.String name, int value)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |