Uses of Class
com.sapportals.portal.prt.service.soap.types.NormalizedString

Packages that use NormalizedString
com.sapportals.portal.prt.service.soap.types   
 

Uses of NormalizedString in com.sapportals.portal.prt.service.soap.types
 

Methods in com.sapportals.portal.prt.service.soap.types that return NormalizedString
 NormalizedString XMLData.getContent()
          return the content of the XMLData from DOM Element
 NormalizedString XMLData.transformContentAsNormalizedString()
          return the content of the XML node under string form normalized ex: <root>......
 

Methods in com.sapportals.portal.prt.service.soap.types with parameters of type NormalizedString
 void XMLData.setContent(NormalizedString data)
          set the content of the XMLData object from a normalized string
 

Constructors in com.sapportals.portal.prt.service.soap.types with parameters of type NormalizedString
XMLData(NormalizedString element)
          Creates a new XMLData object from a normalized string.