Copyright @ 2002 SAP. All Rights Reserved.

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

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

Uses of XMLException in com.sap.tc.complib
 

Methods in com.sap.tc.complib that throw XMLException
 void DevelopmentComponent.initialize(DCInputProvider provider)
          Initializes this component.
 void DevelopmentComponent.initialize(DCInputProvider provider, boolean withPPs)
          Initializes this component and optionally its public parts.
 void DevelopmentComponent.initializePublicPart(java.lang.String publicPartName, DCInputProvider provider)
          Initializes the given public part and adds it to the component.
 void DevelopmentComponent.initializePublicParts(DCInputProvider provider)
          Initializes all available part and adds them to the component.
 void SoftwareComponent.initialize(SCInputProvider provider)
          Initializes this component.
static DevelopmentComponent ComponentFactory.initialize(DCInputProvider provider)
          Initializes the referenced development component.
static DevelopmentComponent ComponentFactory.initialize(DCInputProvider provider, boolean withPPs)
          Initializes the referenced development component and optionall its public parts.
static PublicPart ComponentFactory.initialize(PPInputProvider provider)
           
static SoftwareComponent ComponentFactory.initialize(SCInputProvider provider)
          Initializes the referenced software component.
static DevelopmentConfiguration ConfigurationFactory.initializeDevelopmentConfiguration(ConfigurationInputProvider provider)
          Get a DevelopmentConfiguration instance which is initialized from the configuration description encapsulated by the specified ConfigurationInputProvider
 void DevelopmentConfiguration.initialize(ConfigurationInputProvider provider)
          Initializes this Configuration.
 void PublicPart.initialize(PPInputProvider provider)
          Initializes this public part.
 


Copyright @ 2002 SAP. All Rights Reserved.