Class WhitespaceInfoPaths

All Implemented Interfaces:
Serializable, SourceLocator, XSLTVisitable, PrefixResolver, ExpressionNode, WhitespaceStrippingElementMatcher, Document, Element, Node, NodeList

public class WhitespaceInfoPaths extends WhiteSpaceInfo
See Also:
  • Constructor Details

    • WhitespaceInfoPaths

      public WhitespaceInfoPaths(Stylesheet thisSheet)
      Constructor WhitespaceInfoPaths
      Parameters:
      thisSheet - The current stylesheet
  • Method Details

    • setElements

      public void setElements(Vector elems)
      Set from the elements attribute. This is a list of whitespace delimited element qualified names that specify preservation of whitespace.
      Parameters:
      elems - Should be a non-null reference to a list of XPath objects.
    • clearElements

      public void clearElements()