Nevron Open Vision Documentation
Nevron.Nov.Xml Namespace / NXmlParserListener Class / m_PreserveWhiteSpacesStack Field


In This Topic
    m_PreserveWhiteSpacesStack Field
    In This Topic
    Indicates whether the white space characters for the nodes in the document hierarchy should be preserved or not. Peek at the top of the stack to see the value for the current node.
    Syntax
    'Declaration
     
    
    Protected m_PreserveWhiteSpacesStack As NStack(Of Boolean)
    'Usage
     
    
    Dim instance As NXmlParserListener
    Dim value As NStack(Of Boolean)
     
    value = instance.m_PreserveWhiteSpacesStack
     
    instance.m_PreserveWhiteSpacesStack = value
    protected NStack<bool> m_PreserveWhiteSpacesStack
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also