Copyright @ 2002 SAP. All Rights Reserved.

Uses of Class
com.sap.tc.complib.xml.Attribute

Packages that use Attribute
com.sap.tc.complib Provides classes and interfaces for the creation and manipulation of development components, software components and public parts. 
com.sap.tc.complib.xml Provides helper classes for writing and parsing of XML documents. 
 

Uses of Attribute in com.sap.tc.complib
 

Methods in com.sap.tc.complib that return Attribute
 Attribute[] PropertyElement.getAttributes()
           
 

Uses of Attribute in com.sap.tc.complib.xml
 

Methods in com.sap.tc.complib.xml that return Attribute
protected  Attribute[] Initializable.getAttributes()
           
 

Methods in com.sap.tc.complib.xml with parameters of type Attribute
 void XMLWriter.writeRootTag(java.lang.String tagName, Attribute[] attributes)
           
 void XMLWriter.writeRootTag(java.lang.String tagName, java.lang.String namespaceURI, java.lang.String schemaLocation, Attribute[] attributes)
           
 void XMLWriter.beginTag(java.lang.String tagName, Attribute[] attributes)
           
 void XMLWriter.writeTag(java.lang.String tagName, java.lang.String value, Attribute[] attributes)
           
 void XMLWriter.writeEmptyTag(java.lang.String tagName, Attribute[] attributes)
           
 


Copyright @ 2002 SAP. All Rights Reserved.