Uses of Class
org.tentackle.model.parse.Document
Packages that use Document
-
Uses of Document in org.tentackle.model.parse
Methods in org.tentackle.model.parse that return DocumentMethods in org.tentackle.model.parse with parameters of type DocumentModifier and TypeMethodDescriptionLineType.createLine(Document document, int offset) Creates a line for this line type.Constructors in org.tentackle.model.parse with parameters of type DocumentModifierConstructorDescriptionAttributeLine(Document document, int offset, LineType lineType) Creates an attribute line.
This line always spans only one line.CommentLine(Document document, int offset, LineType lineType) Creates a comment line.
This line always spans only one line.ConfigurationLine(Document document, int offset, LineType lineType) Creates a configuration line.
This line always spans only one line.Creates an empty line.
This line always spans only one line.GlobalOptionLine(Document document, int offset, LineType lineType) Creates a global options line.
This line always spans only one line.Creates a line.Creates a multi-line.OptionLine(Document document, int offset, LineType lineType) Creates an attribute option line.
May span multiple lines.RelationLine(Document document, int offset, LineType lineType) Creates a relation line.
A relation line may span multiple lines.SingleLine(Document document, int offset, LineType lineType) Creates a line.
This line always spans only one line.