Uses of Class
net.sf.okapi.common.filters.PropertyTextUnitPlaceholder
-
Packages that use PropertyTextUnitPlaceholder 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 in net.sf.okapi.common.filters
Methods in net.sf.okapi.common.filters with parameters of type PropertyTextUnitPlaceholder Modifier and Type Method Description intPropertyTextUnitPlaceholder. compareTo(PropertyTextUnitPlaceholder aThat)Compare twoPropertyTextUnitPlaceholders.Method parameters in net.sf.okapi.common.filters with type arguments of type PropertyTextUnitPlaceholder Modifier and Type Method Description voidEventBuilder. addToTextUnit(Code code, boolean endCodeNow, List<PropertyTextUnitPlaceholder> propertyTextUnitPlaceholders)voidEventBuilder. addToTextUnit(Code code, boolean endCodeNow, LocaleId locale, List<PropertyTextUnitPlaceholder> propertyTextUnitPlaceholders)EndingEventBuilder. endGroup(GenericSkeleton endMarker, LocaleId locale, List<PropertyTextUnitPlaceholder> propertyTextUnitPlaceholders)ITextUnitEventBuilder. endTextUnit(GenericSkeleton endMarker, LocaleId locale, List<PropertyTextUnitPlaceholder> propertyTextUnitPlaceholders)voidEventBuilder. startDocumentPart(String part, String name, List<PropertyTextUnitPlaceholder> propertyTextUnitPlaceholders)Create aDocumentPartthat references actionable (i.e., translatable, localizable) properties and store it for later processing.voidEventBuilder. startDocumentPart(String part, String name, LocaleId locale, List<PropertyTextUnitPlaceholder> propertyTextUnitPlaceholders)Create aDocumentPartthat references actionable (i.e., translatable, localizable) properties and store it for later processing.StartGroupEventBuilder. startGroup(GenericSkeleton startMarker, String commonTagType, LocaleId locale, List<PropertyTextUnitPlaceholder> propertyTextUnitPlaceholders)Create aStartGroupEventand add it to the event queue.voidEventBuilder. startTextUnit(String text, GenericSkeleton startMarker, List<PropertyTextUnitPlaceholder> propertyTextUnitPlaceholders)Start a complexTextUnitwith actionable (translatable, writable or read-only) attributes.voidEventBuilder. startTextUnit(String text, GenericSkeleton startMarker, LocaleId locale, List<PropertyTextUnitPlaceholder> propertyTextUnitPlaceholders)Start a complexTextUnitwith actionable (translatable, writable or read-only) attributes.voidEventBuilder. startTextUnit(GenericSkeleton startMarker, List<PropertyTextUnitPlaceholder> propertyTextUnitPlaceholders)Start a complexTextUnitwith actionable (translatable, writable or read-only) attributes. -
Uses of PropertyTextUnitPlaceholder in net.sf.okapi.filters.abstractmarkup
Methods in net.sf.okapi.filters.abstractmarkup that return PropertyTextUnitPlaceholder 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)Methods in net.sf.okapi.filters.abstractmarkup that return types with arguments of type PropertyTextUnitPlaceholder Modifier and Type Method Description protected List<PropertyTextUnitPlaceholder>AbstractMarkupFilter. createPropertyTextUnitPlaceholders(net.htmlparser.jericho.StartTag startTag)For the given JerichoStartTagparse out all the actionable attributes and and store them asPropertyTextUnitPlaceholder.Method parameters in net.sf.okapi.filters.abstractmarkup with type arguments of type PropertyTextUnitPlaceholder Modifier and Type Method Description protected voidAbstractMarkupFilter. addToTextUnit(Code code, boolean endCodeNow, List<PropertyTextUnitPlaceholder> propertyTextUnitPlaceholders)protected voidAbstractMarkupFilter. startDocumentPart(String part, String name, List<PropertyTextUnitPlaceholder> propertyTextUnitPlaceholders)protected voidAbstractMarkupFilter. startGroup(GenericSkeleton startMarker, String commonTagType, LocaleId locale, List<PropertyTextUnitPlaceholder> propertyTextUnitPlaceholders)protected voidAbstractMarkupFilter. startTextUnit(GenericSkeleton startMarker, List<PropertyTextUnitPlaceholder> propertyTextUnitPlaceholders) -
Uses of PropertyTextUnitPlaceholder in net.sf.okapi.filters.html
Methods in net.sf.okapi.filters.html that return PropertyTextUnitPlaceholder 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)
-