NevronOpenVision
Nevron.Nov.Xml Namespace / NXmlParserListener Class


NXmlParserListener Class Methods

For a list of all members of this type, see NXmlParserListener members.

Public Methods
 NameDescription
Public MethodCalled when the parser detects the encoding of the document.  
Public MethodCalled when the parser detects the end of a declaration.  
Public MethodCalled when the parser detects an end tag.  
Public MethodCalled when the parser detects a declaration.  
Public MethodCalled when the parser detects a start tag.  
Public MethodCalled when the parser has read text content.  
Public MethodPuts the listener into initial state.  
Top
Protected Methods
 NameDescription
Protected MethodNormalizes the given string value by replacing all sequences of whitespace characters with a single space character.  
Protected MethodNormalizes the line breaks in the given string, so that all "\r\n" and "\r" characters are converted to '\n'.  
Top
See Also