Home
last modified time | relevance | path

Searched refs:preserveWhitespace (Results 1 – 2 of 2) sorted by relevance

/external/libxslt/libxslt/
Dxslt.c2389 inode->preserveWhitespace = iprev->preserveWhitespace; in xsltCompilerNodePush()
2398 inode->preserveWhitespace = 0; in xsltCompilerNodePush()
3023 cctxt->inode->preserveWhitespace = 0; in xsltParsePreprocessStylesheetTree()
3025 cctxt->inode->preserveWhitespace = 1; in xsltParsePreprocessStylesheetTree()
3120 cctxt->inode->preserveWhitespace = 1; in xsltParsePreprocessStylesheetTree()
3237 cctxt->inode->preserveWhitespace = 1; in xsltParsePreprocessStylesheetTree()
3239 cctxt->inode->preserveWhitespace = 0; in xsltParsePreprocessStylesheetTree()
3344 (! cctxt->inode->preserveWhitespace)) && in xsltParsePreprocessStylesheetTree()
DxsltInternals.h1285 int preserveWhitespace; member