Uses of Class
net.sf.okapi.common.resource.TextFragment.TagType
-
Packages that use TextFragment.TagType Package Description net.sf.okapi.common.resource Interfaces and classes that represent the parsed resources attached to the events sent by a filter.net.sf.okapi.core.simplifierrules net.sf.okapi.filters.abstractmarkup net.sf.okapi.filters.doxygen net.sf.okapi.filters.html -
-
Uses of TextFragment.TagType in net.sf.okapi.common.resource
Fields in net.sf.okapi.common.resource declared as TextFragment.TagType Modifier and Type Field Description protected TextFragment.TagTypeCode. tagTypeTag type for this code.Methods in net.sf.okapi.common.resource that return TextFragment.TagType Modifier and Type Method Description TextFragment.TagTypeCode. getTagType()Gets the tag type of the code.static TextFragment.TagTypeTextFragment.TagType. valueOf(String name)Returns the enum constant of this type with the specified name.static TextFragment.TagType[]TextFragment.TagType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.okapi.common.resource with parameters of type TextFragment.TagType Modifier and Type Method Description CodeTextFragment. append(TextFragment.TagType tagType, String type, String data)Appends a new code to the text.CodeTextFragment. append(TextFragment.TagType tagType, String type, String data, int id)Appends a new code to the text, when the code has a defined identifier.CodeTextFragment. append(TextFragment.TagType tagType, String type, InlineAnnotation annotation)Appends an annotation-type code to this text.intTextFragment. changeToCode(int start, int end, TextFragment.TagType tagType, String type)Changes a section of the coded text into a single code.intTextFragment. changeToCode(int start, int end, TextFragment.TagType tagType, String type, boolean setDisplayText)Changes a section of the coded text into a single code.voidCode. setTagType(TextFragment.TagType value)Sets the tag type for the code.Constructors in net.sf.okapi.common.resource with parameters of type TextFragment.TagType Constructor Description Code(TextFragment.TagType tagType, String type)Creates a new code with empty data.Code(TextFragment.TagType tagType, String type, String data)Creates a new code. -
Uses of TextFragment.TagType in net.sf.okapi.core.simplifierrules
Methods in net.sf.okapi.core.simplifierrules that return TextFragment.TagType Modifier and Type Method Description TextFragment.TagTypeSimplifierRules. codeTagTypeField()TextFragment.TagTypeSimplifierRules. tagTypeLiteral() -
Uses of TextFragment.TagType in net.sf.okapi.filters.abstractmarkup
Methods in net.sf.okapi.filters.abstractmarkup that return TextFragment.TagType Modifier and Type Method Description protected TextFragment.TagTypeAbstractMarkupFilter. determineTagType(net.htmlparser.jericho.Tag tag)Filter specific method for determiningTextFragment.TagType -
Uses of TextFragment.TagType in net.sf.okapi.filters.doxygen
Methods in net.sf.okapi.filters.doxygen that return TextFragment.TagType Modifier and Type Method Description TextFragment.TagTypeDoxygenCommand. getTagType() -
Uses of TextFragment.TagType in net.sf.okapi.filters.html
Methods in net.sf.okapi.filters.html that return TextFragment.TagType Modifier and Type Method Description protected TextFragment.TagTypeHtmlFilter. determineTagType(net.htmlparser.jericho.Tag tag)
-