public abstract class SimpleXMLReaderStartCallback
extends java.lang.Object
Constructor and Description |
---|
SimpleXMLReaderStartCallback() |
Modifier and Type | Method and Description |
---|---|
abstract void |
call(org.xml.sax.Attributes attrs,
java.lang.Object ctx)
Callback.
|
public abstract void call(org.xml.sax.Attributes attrs, java.lang.Object ctx) throws org.xml.sax.SAXException
atts
- The element attributes.ctx
- The current parsing content.org.xml.sax.SAXException
- Upon error.Copyright © 2021 Dassault Systèmes, All Rights Reserved.