(Choose 1 answer)
How can you get the attributes of an element by using SAX?
A. You can use the Attributes object passed to the openNode method to handle an element's attributes
B. You can use the Attributes object passed to the openElement method to handle an element's attributes
C. You can use the Attributes object passed to the startElement method to handle an element's attributes
D. You can use the Attributes object passed to the getAttributes method to handle an element's attributes