Uses of Class
net.sf.okapi.common.filters.PropertyTextUnitPlaceholder.PlaceholderAccessType
-
Packages that use PropertyTextUnitPlaceholder.PlaceholderAccessType Package Description net.sf.okapi.common.filters Interfaces and base classes to implement filtersnet.sf.okapi.filters.abstractmarkup net.sf.okapi.filters.html -
-
Uses of PropertyTextUnitPlaceholder.PlaceholderAccessType in net.sf.okapi.common.filters
Methods in net.sf.okapi.common.filters that return PropertyTextUnitPlaceholder.PlaceholderAccessType Modifier and Type Method Description PropertyTextUnitPlaceholder.PlaceholderAccessTypePropertyTextUnitPlaceholder. getAccessType()Get the placeholderPropertyTextUnitPlaceholder.PlaceholderAccessType.static PropertyTextUnitPlaceholder.PlaceholderAccessTypePropertyTextUnitPlaceholder.PlaceholderAccessType. valueOf(String name)Returns the enum constant of this type with the specified name.static PropertyTextUnitPlaceholder.PlaceholderAccessType[]PropertyTextUnitPlaceholder.PlaceholderAccessType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.okapi.common.filters with parameters of type PropertyTextUnitPlaceholder.PlaceholderAccessType Modifier and Type Method Description voidPropertyTextUnitPlaceholder. setAccessType(PropertyTextUnitPlaceholder.PlaceholderAccessType accessType)Constructors in net.sf.okapi.common.filters with parameters of type PropertyTextUnitPlaceholder.PlaceholderAccessType Constructor Description PropertyTextUnitPlaceholder(PropertyTextUnitPlaceholder.PlaceholderAccessType accessType, String name, String value)Constructor forPropertyonly.PropertyTextUnitPlaceholder(PropertyTextUnitPlaceholder.PlaceholderAccessType accessType, String name, String value, int valueStartPos, int valueEndPos)Constructor forPropertyandITextUnitwithout a main offsets.PropertyTextUnitPlaceholder(PropertyTextUnitPlaceholder.PlaceholderAccessType accessType, String name, String value, int mainStartPos, int mainEndPos, int valueStartPos, int valueEndPos)Constructor forPropertyandITextUnitthat are delimited by formatting (i.e., name="value"). -
Uses of PropertyTextUnitPlaceholder.PlaceholderAccessType in net.sf.okapi.filters.abstractmarkup
Methods in net.sf.okapi.filters.abstractmarkup with parameters of type PropertyTextUnitPlaceholder.PlaceholderAccessType Modifier and Type Method Description protected PropertyTextUnitPlaceholderAbstractMarkupFilter. createPropertyTextUnitPlaceholder(PropertyTextUnitPlaceholder.PlaceholderAccessType type, String name, String value, net.htmlparser.jericho.Tag tag, net.htmlparser.jericho.Attribute attribute) -
Uses of PropertyTextUnitPlaceholder.PlaceholderAccessType in net.sf.okapi.filters.html
Methods in net.sf.okapi.filters.html with parameters of type PropertyTextUnitPlaceholder.PlaceholderAccessType Modifier and Type Method Description protected PropertyTextUnitPlaceholderHtmlFilter. createPropertyTextUnitPlaceholder(PropertyTextUnitPlaceholder.PlaceholderAccessType type, String name, String value, net.htmlparser.jericho.Tag tag, net.htmlparser.jericho.Attribute attribute)
-