BEA Systems, Inc.

WebLogic Server 6.1 API Reference

Uses of Class
weblogic.apache.xalan.templates.WhiteSpaceInfo

Packages that use WhiteSpaceInfo
weblogic.apache.xalan.templates   
 

Uses of WhiteSpaceInfo in weblogic.apache.xalan.templates
 

Methods in weblogic.apache.xalan.templates that return WhiteSpaceInfo
 WhiteSpaceInfo Stylesheet.getStripSpace(int i)
          Get an "xsl:strip-space" property.
 WhiteSpaceInfo Stylesheet.getPreserveSpace(int i)
          Get a "xsl:preserve-space" property.
 WhiteSpaceInfo StylesheetRoot.getWhiteSpaceInfo(XPathContext support, org.w3c.dom.Element targetElement)
          Get information about whether or not an element should strip whitespace.
 

Methods in weblogic.apache.xalan.templates with parameters of type WhiteSpaceInfo
 void Stylesheet.setStripSpaces(WhiteSpaceInfo wsi)
          Set the "xsl:strip-space" properties.
 void Stylesheet.setPreserveSpaces(WhiteSpaceInfo wsi)
          Set the "xsl:preserve-space" property.
 


Documentation is available at
http://e-docs.bea.com/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.