Which of the following correctly describes the DOM (Level 2) Node interface?
Answer : C
Select the following DOM (Level 2) methods that can add an attribute node (Attr) to an element node (Element). (Multiple answers possible. Select two.)
Answer : C,D
Which of the following describes the most correct call order of the ContentHandler interface methods when parsing the following "XML Document" using a validating SAX parser?
This question reflects line feeds within the XML Document.
Answer : B
Under the SAX specification, which of the following is a method for determining whether to validate a document with the SAX parser?
Answer : A