Uses of Interface
org.freehep.wbxml.MutableAttributes

Packages that use MutableAttributes
org.freehep.wbxml   
 

Uses of MutableAttributes in org.freehep.wbxml
 

Classes in org.freehep.wbxml that implement MutableAttributes
 class AttributesImpl
           
 

Methods in org.freehep.wbxml with parameters of type MutableAttributes
 void ExtensionHandler.ext(int i, int tagID, int attributeID, MutableAttributes atts, List value)
           
 void DefaultExtensionHandler.ext(int i, int tagID, int attributeID, MutableAttributes atts, List value)
           
 void ExtensionHandler.extI(int i, String readStrI, int tagID, int attributeID, MutableAttributes atts, List value)
           
 void DefaultExtensionHandler.extI(int i, String s, int tagID, int attributeID, MutableAttributes atts, List value)
           
 void ExtensionHandler.extT(int i, int readInt, int tagID, int attributeID, MutableAttributes atts, List value)
           
 void DefaultExtensionHandler.extT(int i, int index, int tagID, int attributeID, MutableAttributes atts, List value)
           
 void ExtensionHandler.opaque(int len, DataInputStream in, int tagID, int attributeID, MutableAttributes atts, List value)
           
 void DefaultExtensionHandler.opaque(int len, DataInputStream in, int tagID, int attributeID, MutableAttributes atts, List value)
           
 



Copyright © 2000-2007 FreeHEP. All Rights Reserved.