public abstract class AbstractElementFormater<T> extends java.lang.Object implements XmlElementFormater<T>
| 限定符和类型 | 字段和说明 |
|---|---|
protected java.lang.String[] |
supportElementNames |
| 构造器和说明 |
|---|
AbstractElementFormater() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
canImport(org.dom4j.Element element) |
protected org.dom4j.Element |
createRootElement(org.dom4j.Element element,
java.lang.String rootName) |
protected java.lang.String |
getAttribute(org.dom4j.Element element,
java.lang.String attribute,
boolean option) |
protected java.lang.String |
getElementText(org.dom4j.Element element,
java.lang.String textElement,
boolean option) |
java.lang.String[] |
getSupportElementNames() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexportObjectToElement, importObjectFromElementpublic boolean canImport(org.dom4j.Element element)
canImport 在接口中 XmlElementFormater<T>protected org.dom4j.Element createRootElement(org.dom4j.Element element,
java.lang.String rootName)
public java.lang.String[] getSupportElementNames()
getSupportElementNames 在接口中 XmlElementFormater<T>protected java.lang.String getAttribute(org.dom4j.Element element,
java.lang.String attribute,
boolean option)
throws XmlAccessException
protected java.lang.String getElementText(org.dom4j.Element element,
java.lang.String textElement,
boolean option)
throws XmlAccessException
Copyright © 2024. All Rights Reserved.