public interface WbxmlExtensionHandler
| Modifier and Type | Method and Description | 
|---|---|
void | 
ext_i(int id,
     java.lang.String par)
called when EXT_I_0, EXT_I_1, or EXT_I_2 is detected in the document 
 | 
void | 
ext_t(int id,
     int par)
called when EXT_I_0, EXT_I_1, or EXT_I_2 is detected in the document 
 | 
void | 
ext(int id)
called when EXT_T_0, EXT_T_1, or EXT_T_2 is detected in the document 
 | 
void | 
opaque(byte[] data)
called when the OPAQUE token is detected in the document 
 | 
void ext_i(int id,
           java.lang.String par)
    throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionvoid ext_t(int id,
           int par)
    throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionvoid ext(int id) throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionvoid opaque(byte[] data)
     throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionCopyright © 2023. All Rights Reserved.