java.lang.Object
org.xml.sax.helpers.AttributesImpl
de.grogra.util.SAXElement
- All Implemented Interfaces:
Attributes
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddumpTree()booleannameEquals(String uri, String name) voidset(String uri, String name, String qName, Attributes atts) voidsetAttributes(Attributes atts) Copy an entire Attributes object.toString()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, setLocalName, setQName, setType, setURI, setValue
-
Field Details
-
uri
-
name
-
qName
-
next
-
children
-
-
Constructor Details
-
SAXElement
public SAXElement()
-
-
Method Details
-
set
-
nameEquals
-
toString
-
dumpTree
public void dumpTree() -
setAttributes
Copy an entire Attributes object. This method overridesAttributesImpl.setAttributes(org.xml.sax.Attributes)in order to fix a bug in Java 1.4.0's implementation.- Overrides:
setAttributesin classAttributesImpl
-