Class XMLFieldDescription
- java.lang.Object
-
- org.silverpeas.core.index.indexing.model.TextDescription
-
- org.silverpeas.core.index.indexing.model.XMLFieldDescription
-
- All Implemented Interfaces:
Serializable
public final class XMLFieldDescription extends TextDescription implements Serializable
A XMLFieldDescription pack all the needed information to parse and index a xml field. We need :- the name of the field
- its content
- its language
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XMLFieldDescription(String fieldName, String content, String lang)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFieldName()
Return the fieldName-
Methods inherited from class org.silverpeas.core.index.indexing.model.TextDescription
getContent, getLang
-
-