public abstract class AbstractDocumentParser extends Object implements DocumentParser
DocumentParser| Modifier and Type | Field and Description |
|---|---|
protected String |
fieldNameAuthor |
protected String |
fieldNameContent |
protected String |
fieldNameContentType |
protected String |
fieldNameCreated |
protected String |
fieldNameDescription |
protected String |
fieldNameKeywords |
protected String |
fieldNameModified |
protected String |
fieldNAmeTitle |
| Constructor and Description |
|---|
AbstractDocumentParser() |
| Modifier and Type | Method and Description |
|---|---|
void |
setFieldNameAuthor(String fieldNameAuthor) |
void |
setFieldNameContent(String fieldNameContent) |
void |
setFieldNameContentType(String fieldNameContentType) |
void |
setFieldNameCreated(String fieldNameCreated) |
void |
setFieldNameDescription(String fieldNameDescription) |
void |
setFieldNameKeywords(String fieldNameKeywords) |
void |
setFieldNameModified(String fieldNameModified) |
void |
setFieldNAmeTitle(String fieldNAmeTitle) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitparseToXmlprotected String fieldNameContent
protected String fieldNameAuthor
protected String fieldNAmeTitle
protected String fieldNameKeywords
protected String fieldNameDescription
protected String fieldNameContentType
protected String fieldNameCreated
protected String fieldNameModified
public void setFieldNameContent(String fieldNameContent)
public void setFieldNameAuthor(String fieldNameAuthor)
public void setFieldNAmeTitle(String fieldNAmeTitle)
public void setFieldNameKeywords(String fieldNameKeywords)
public void setFieldNameDescription(String fieldNameDescription)
public void setFieldNameContentType(String fieldNameContentType)
public void setFieldNameCreated(String fieldNameCreated)
public void setFieldNameModified(String fieldNameModified)
Copyright © 2021 CrafterCMS. All rights reserved.