org.apache.xpath
Interface WhitespaceStrippingElementMatcher
- DecimalFormatProperties, ElemApplyImport, ElemApplyTemplates, ElemAttribute, ElemAttributeSet, ElemCallTemplate, ElemChoose, ElemComment, ElemCopy, ElemCopyOf, ElemElement, ElemEmpty, ElemExsltFuncResult, ElemExsltFunction, ElemExtensionCall, ElemExtensionDecl, ElemExtensionScript, ElemFallback, ElemForEach, ElemIf, ElemLiteralResult, ElemMessage, ElemNumber, ElemOtherwise, ElemParam, ElemPI, ElemSort, ElemTemplate, ElemTemplateElement, ElemText, ElemTextLiteral, ElemUnknown, ElemUse, ElemValueOf, ElemVariable, ElemVariablePsuedo, ElemWhen, ElemWithParam, KeyDeclaration, NamespaceAlias, OutputProperties, ProcessorCharacters, ProcessorExsltFuncResult, ProcessorExsltFunction, ProcessorLRE, ProcessorStylesheetDoc, ProcessorTemplateElem, ProcessorText, ProcessorUnknown, Stylesheet, StylesheetComposed, StylesheetRoot, WhitespaceInfoPaths, WhiteSpaceInfo, XSLTElementProcessor
public interface WhitespaceStrippingElementMatcher
A class that implements this interface can tell if a given element should
strip whitespace nodes from it's children.
canStripWhiteSpace
public boolean canStripWhiteSpace()
Get information about whether or not whitespace can be stripped.
- true if the whitespace can be stripped.
strip in XSLT Specification
Copyright B) 2004 Apache XML Project. All Rights Reserved.