java.lang.Object
org.xml.sax.helpers.AttributesImpl
de.grogra.util.SAXElement
- All Implemented Interfaces:
Attributes
-
Field Summary
Modifier and TypeFieldDescription -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
dumpTree()
boolean
nameEquals
(String uri, String name) void
set
(String uri, String name, String qName, Attributes atts) void
setAttributes
(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:
setAttributes
in classAttributesImpl
-