Class XmlLineTokenizer
java.lang.Object
com._1c.g5.gumtree.core.tokenizer.AbsractLineTokenizer
com._1c.g5.v8.dt.xml.gumtree.tokenizer.XmlLineTokenizer
public class XmlLineTokenizer
extends com._1c.g5.gumtree.core.tokenizer.AbsractLineTokenizer
A line tokenizer for xml files.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Constant indicating the close symbol of a comment.static final String
Constant indicating the open symbol of a comment.static final String
Constant indicating the close symbol of a string literal.static final String
Constant indicating the open symbol of a string literal.Fields inherited from class com._1c.g5.gumtree.core.tokenizer.AbsractLineTokenizer
EMPTY_STRING
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com._1c.g5.gumtree.core.tokenizer.AbsractLineTokenizer
isCommentLine
-
Field Details
-
COMMENT_OPEN_SYMBOL
Constant indicating the open symbol of a comment.- See Also:
-
COMMENT_CLOSE_SYMBOL
Constant indicating the close symbol of a comment.- See Also:
-
STRING_LITERAL_OPEN_SYMBOL
Constant indicating the open symbol of a string literal.- See Also:
-
STRING_LITERAL_CLOSE_SYMBOL
Constant indicating the close symbol of a string literal.- See Also:
-
-
Constructor Details
-
XmlLineTokenizer
public XmlLineTokenizer()
-
-
Method Details
-
splitLineToTokens
- Specified by:
splitLineToTokens
in classcom._1c.g5.gumtree.core.tokenizer.AbsractLineTokenizer
-
isComment
- Specified by:
isComment
in classcom._1c.g5.gumtree.core.tokenizer.AbsractLineTokenizer
-