Uses of Interface
org.exolab.castor.xml.AttributeSet

Packages that use AttributeSet
org.exolab.castor.xml The XML Marshaller API Version: $Revision: 6213 $ $Date: 2003-03-03 00:05:44 -0700 (Mon, 03 Mar 2003) $ Author: Keith Visco Marshaller marshalls a Java object into an XML document. 
org.exolab.castor.xml.parsing   
org.exolab.castor.xml.util   
 

Uses of AttributeSet in org.exolab.castor.xml
 

Methods in org.exolab.castor.xml with parameters of type AttributeSet
 void StartElementProcessor.compute(String name, String namespace, AttributeSet atts)
           
 

Uses of AttributeSet in org.exolab.castor.xml.parsing
 

Methods in org.exolab.castor.xml.parsing that return AttributeSet
 AttributeSet AttributeSetBuilder.getAttributeSet(AttributeList atts)
          Processes the attributes and XML name space declarations found in the SAX v1 AttributeList.
 AttributeSet AttributeSetBuilder.getAttributeSet(Attributes atts)
          Processes the attributes and XML name space declarations found in the given Attributes instance.
 

Uses of AttributeSet in org.exolab.castor.xml.util
 

Classes in org.exolab.castor.xml.util that implement AttributeSet
 class AttributeSetImpl
          The default implementation of AttributeSet used by the Marshalling Framework.
 



Copyright © 2011. All Rights Reserved.