Deprecated API


Contents
Deprecated Classes
com.objsys.asn1j.runtime.Asn1XerOpenType
          Use Asn1OpenType instead. You can use the constructors where you specify the encoding, and specify XER if you are populating with byte data that is a UTF-8 XML encoding of the actual value. 
 

Deprecated Methods
com.objsys.asn1j.runtime.Asn1MessageBuffer.addNamedEventHandler(Asn1NamedEventHandler)
          Use getContext().eventDispatcher.addNamedEventHandler 
com.objsys.asn1j.runtime.Asn1MessageBuffer.getEventHandlerListCount()
          use getContext().eventDispatcher.getEventHandlerListCount() 
com.objsys.asn1j.runtime.Asn1MessageBuffer.hasEventHandlers()
          use getContext().eventDispatcher.hasEventHandlers() 
com.objsys.asn1j.runtime.Asn1MessageBuffer.invokeEndElement(String, int)
          use getContext().eventDispatcher.endElement(name, index) 
com.objsys.asn1j.runtime.Asn1MessageBuffer.invokeStartElement(String, int)
          use getContext().eventDispatcher.startElement(name, index) 
 

Deprecated Constructors
com.objsys.asn1j.runtime.Asn1OpenType(int)
            
com.objsys.asn1j.runtime.Asn1Real(boolean)
          use Asn1Real() or Asn1Real(double) instead.