Uses of Class
com.norconex.importer.handler.transformer.impl.DomOperation
Packages that use DomOperation
-
Uses of DomOperation in com.norconex.importer.handler.transformer.impl
Methods in com.norconex.importer.handler.transformer.impl that return DomOperationModifier and TypeMethodDescriptionDomOperation.setDefaultValue(String defaultValue) The value to store in the target field if there are no matches.DomOperation.setDelete(boolean delete) The gets whether to delete DOM attributes/elements matching the specified selector.DomOperation.setExtract(String extract) DomOperation.setMatchBlanks(boolean matchBlanks) The gets whether elements with blank values should be considered a match and have an empty string returned as opposed to nothing at all.DomOperation.setOnSet(PropertySetter onSet) The gets the property setter to use when a value is set.DomOperation.setSelector(String selector) DomOperation.setToField(String toField) The target field for extracted content.Methods in com.norconex.importer.handler.transformer.impl that return types with arguments of type DomOperationMethod parameters in com.norconex.importer.handler.transformer.impl with type arguments of type DomOperationModifier and TypeMethodDescriptionDomTransformerConfig.setOperations(List<DomOperation> operations)