org.apache.xalan.templates
Class WhiteSpaceInfo
java.lang.Object
org.apache.xml.utils.UnImplNode
org.apache.xalan.templates.ElemTemplateElement
org.apache.xalan.templates.ElemTemplate
org.apache.xalan.templates.WhiteSpaceInfo
- All Implemented Interfaces:
- Document, Element, ExpressionNode, Node, NodeList, PrefixResolver, Serializable, SourceLocator, WhitespaceStrippingElementMatcher, XSLTVisitable
- Direct Known Subclasses:
- WhitespaceInfoPaths
- public class WhiteSpaceInfo
- extends ElemTemplate
This is used as a special "fake" template that can be
handled by the TemplateList to do pattern matching
on nodes.
- See Also:
- Serialized Form
Fields inherited from interface org.w3c.dom.Node |
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE |
Method Summary |
boolean |
getShouldStripSpace()
Return true if this element specifies that the node that
matches the match pattern should be stripped, otherwise
the space should be preserved. |
void |
recompose(StylesheetRoot root)
This function is called to recompose() all of the WhiteSpaceInfo elements. |
Methods inherited from class org.apache.xalan.templates.ElemTemplate |
compose, endCompose, execute, getMatch, getMode, getName, getNodeName, getPriority, getPublicId, getStylesheet, getStylesheetComposed, getStylesheetRoot, getSystemId, getXSLToken, setLocaterInfo, setMatch, setMode, setName, setPriority, setStylesheet |
Methods inherited from class org.apache.xalan.templates.ElemTemplateElement |
appendChild, appendChild, callVisitors, canAcceptVariables, canStripWhiteSpace, compareTo, containsExcludeResultPrefix, error, error, exprAddChild, exprGetChild, exprGetNumChildren, exprGetParent, exprSetParent, getBaseIdentifier, getChildNodes, getColumnNumber, getDeclaredPrefixes, getDOMBackPointer, getEndColumnNumber, getEndLineNumber, getFirstChild, getFirstChildElem, getLastChild, getLastChildElem, getLength, getLineNumber, getLocalName, getNamespaceForPrefix, getNamespaceForPrefix, getNextSibling, getNextSiblingElem, getNodeType, getOwnerDocument, getOwnerXSLTemplate, getParentElem, getParentNode, getParentNodeElem, getPrefixes, getPreviousSibling, getPreviousSiblingElem, getTagName, getUid, getXmlSpace, handlesNullPrefixes, hasChildNodes, hasTextLitOnly, hasVariableDecl, insertBefore, isCompiledTemplate, item, removeChild, replaceChild, replaceChild, resolvePrefixTables, runtimeInit, setDOMBackPointer, setEndLocaterInfo, setParentElem, setPrefixes, setPrefixes, setUid, setXmlSpace, shouldStripWhiteSpace |
Methods inherited from class org.apache.xml.utils.UnImplNode |
adoptNode, appendData, cloneNode, createAttribute, createAttributeNS, createCDATASection, createComment, createDocumentFragment, createElement, createElementNS, createEntityReference, createProcessingInstruction, createTextNode, deleteData, getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getAttributes, getDoctype, getDocumentElement, getElementById, getElementsByTagName, getElementsByTagNameNS, getEncoding, getImplementation, getNamespaceURI, getNodeValue, getOwnerElement, getPrefix, getSpecified, getStandalone, getStrictErrorChecking, getVersion, hasAttribute, hasAttributeNS, hasAttributes, importNode, insertData, isSupported, normalize, removeAttribute, removeAttributeNode, removeAttributeNS, removeChild, replaceData, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setData, setEncoding, setNodeValue, setPrefix, setStandalone, setStrictErrorChecking, setValue, setVersion, splitText, substringData |
WhiteSpaceInfo
public WhiteSpaceInfo(Stylesheet thisSheet)
- Constructor WhiteSpaceInfo
- Parameters:
thisSheet
- The current stylesheet
WhiteSpaceInfo
public WhiteSpaceInfo(XPath matchPattern,
boolean shouldStripSpace,
Stylesheet thisSheet)
- Constructor WhiteSpaceInfo
- Parameters:
matchPattern
- Match patternshouldStripSpace
- Flag indicating whether or not
to strip whitespacesthisSheet
- The current stylesheet
getShouldStripSpace
public boolean getShouldStripSpace()
- Return true if this element specifies that the node that
matches the match pattern should be stripped, otherwise
the space should be preserved.
- Returns:
- value of m_shouldStripSpace flag
recompose
public void recompose(StylesheetRoot root)
- This function is called to recompose() all of the WhiteSpaceInfo elements.
- Overrides:
recompose
in class ElemTemplate
- Parameters:
root
- The root stylesheet for this transformation.
Copyright ? 2004 Apache XML Project. All Rights Reserved.