org.apache.xalan.processor

Class WhitespaceInfoPaths

public class WhitespaceInfoPaths extends WhiteSpaceInfo

Constructor Summary
WhitespaceInfoPaths(Stylesheet thisSheet)
Constructor WhitespaceInfoPaths
Method Summary
voidclearElements()
voidsetElements(Vector elems)
Set from the elements attribute.

Constructor Detail

WhitespaceInfoPaths

public WhitespaceInfoPaths(Stylesheet thisSheet)
Constructor WhitespaceInfoPaths

Parameters: thisSheet The current stylesheet

Method Detail

clearElements

public void clearElements()

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 {@link org.apache.xpath.XPath} objects.

Copyright © 2005 Apache XML Project. All Rights Reserved.