Copyright @ 2002 SAP. All Rights Reserved.

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

Packages that use XMLWriter
com.sap.tc.complib Provides classes and interfaces for the creation and manipulation of development components, software components and public parts. 
 

Uses of XMLWriter in com.sap.tc.complib
 

Methods in com.sap.tc.complib with parameters of type XMLWriter
 void ComponentType.serialize(XMLWriter writer)
          Serializes the template to the given XMLWriter.
 void Dependency.serialize(XMLWriter writer)
          Serializes the reference to the given XMLWriter.
 void Dependency.serialize(XMLWriter writer, java.lang.String formatVersion)
           
 void Package.serialize(XMLWriter writer)
          Serializes the reference to the given XMLWriter.
 void Entity.serialize(XMLWriter writer)
          Serializes the reference to the given XMLWriter.
 void Entity.serialize(XMLWriter writer, java.lang.String formatVersion)
           
 void PPReference.serialize(XMLWriter writer)
          Serializes the reference to the given XMLWriter.
 void DCReference.serialize(XMLWriter writer)
          Serializes the reference to the given XMLWriter.
 void FileSet.serialize(XMLWriter writer)
          Serializes the file set to the given XMLWriter.
 void BuildVariant.serialize(XMLWriter writer, boolean isBuildable)
          Serializes the source state info to the given XMLWriter.
 void BuildVariant.serialize(XMLWriter writer, java.lang.String schemaVersion, boolean isBuildable)
           
 void Compartment.serialize(XMLWriter writer)
          Serializes the Compartment to the given XMLWriter.
 void Compartment.serialize(XMLWriter writer, java.lang.String schemaVersion)
           
 void ImportedEntity.serialize(XMLWriter writer)
          Serializes the reference to the given XMLWriter.
 void Property.serialize(XMLWriter writer)
          Serializes the property to the given XMLWriter.
 void ComponentReference.serialize(XMLWriter writer)
          Serializes the reference to the given XMLWriter.
 void EntityReference.serialize(XMLWriter writer, java.lang.String schemaVersion)
           
 void EntityReference.serialize(XMLWriter writer)
           
 void SourceState.serialize(XMLWriter writer)
          Serializes the source state info to the given XMLWriter.
 void SourceState.serialize(XMLWriter writer, java.lang.String schemaVersion)
           
 void Repository.serialize(XMLWriter writer)
          Serializes the repository information to the given XMLWriter.
 void SCReference.serialize(XMLWriter writer)
          Serializes the reference to the given XMLWriter.
 void Component.serialize(XMLWriter writer)
          Serializes the component to the given XMLWriter.
 void PublicPart.serialize(XMLWriter writer)
          Serializes the public part to the given XMLWriter.
 void PublicPart.serialize(XMLWriter writer, java.lang.String schemaVersion)
           
 


Copyright @ 2002 SAP. All Rights Reserved.