org.freehep.wbxml
Class DefaultExtensionHandler

java.lang.Object
  extended by org.freehep.wbxml.DefaultExtensionHandler
All Implemented Interfaces:
ExtensionHandler

public class DefaultExtensionHandler
extends Object
implements ExtensionHandler


Constructor Summary
DefaultExtensionHandler()
           
 
Method Summary
 void ext(int i, int tagID, int attributeID, MutableAttributes atts, List value)
           
 void extI(int i, String s, int tagID, int attributeID, MutableAttributes atts, List value)
           
 void extT(int i, int index, int tagID, int attributeID, MutableAttributes atts, List value)
           
 void opaque(int len, DataInputStream in, int tagID, int attributeID, MutableAttributes atts, List value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultExtensionHandler

public DefaultExtensionHandler()
Method Detail

ext

public void ext(int i,
                int tagID,
                int attributeID,
                MutableAttributes atts,
                List value)
         throws SAXException
Specified by:
ext in interface ExtensionHandler
Throws:
SAXException

extI

public void extI(int i,
                 String s,
                 int tagID,
                 int attributeID,
                 MutableAttributes atts,
                 List value)
          throws SAXException
Specified by:
extI in interface ExtensionHandler
Throws:
SAXException

extT

public void extT(int i,
                 int index,
                 int tagID,
                 int attributeID,
                 MutableAttributes atts,
                 List value)
          throws SAXException
Specified by:
extT in interface ExtensionHandler
Throws:
SAXException

opaque

public void opaque(int len,
                   DataInputStream in,
                   int tagID,
                   int attributeID,
                   MutableAttributes atts,
                   List value)
            throws IOException,
                   SAXException
Specified by:
opaque in interface ExtensionHandler
Throws:
IOException
SAXException


Copyright © 2000-2007 FreeHEP. All Rights Reserved.