[Java] Class SAXBuilder
- groovy.xml.SAXBuilder
A builder for generating W3C SAX events. Use similar to MarkupBuilder.
- Authors:
- James Strachan
Constructor Summary
Constructor and description |
---|
SAXBuilder
(ContentHandler handler) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
protected Object |
createNode(Object name) | |
protected Object |
createNode(Object name, Object value) | |
protected Object |
createNode(Object name, Map attributeMap, Object text) | |
protected Object |
createNode(Object name, Map attributes) | |
protected void |
doStartElement(Object name, Attributes attributes) | |
protected void |
handleException(SAXException e) | |
protected void |
nodeCompleted(Object parent, Object name) | |
protected void |
setParent(Object parent, Object child) |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class BuilderSupport | createNode, createNode, createNode, createNode, doInvokeMethod, getCurrent, getName, invokeMethod, invokeMethod, nodeCompleted, postNodeCompletion, setClosureDelegate, setCurrent, setParent |
class GroovyObjectSupport | getMetaClass, getProperty, invokeMethod, setMetaClass, setProperty |
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Constructor Detail
public SAXBuilder(ContentHandler handler)
Method Detail
protected Object createNode(Object name)
protected Object createNode(Object name, Object value)
protected Object createNode(Object name, Map attributeMap, Object text)
protected Object createNode(Object name, Map attributes)
protected void doStartElement(Object name, Attributes attributes)
protected void handleException(SAXException e)
protected void nodeCompleted(Object parent, Object name)
protected void setParent(Object parent, Object child)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/groovy/xml/SAXBuilder.html