org.silverpeas.search.indexEngine.model
Class XMLFieldDescription

java.lang.Object
  extended by org.silverpeas.search.indexEngine.model.TextDescription
      extended by org.silverpeas.search.indexEngine.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 :

See Also:
Serialized Form

Constructor Summary
XMLFieldDescription(String fieldName, String content, String lang)
           
 
Method Summary
 String getFieldName()
          Return the fieldName
 
Methods inherited from class org.silverpeas.search.indexEngine.model.TextDescription
getContent, getLang
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLFieldDescription

public XMLFieldDescription(String fieldName,
                           String content,
                           String lang)
Method Detail

getFieldName

public String getFieldName()
Return the fieldName



Copyright © 2016 Silverpeas. All Rights Reserved.