A B C D E F G H I L N O P R S T U V X 

A

addText(Element, String, boolean) - 类 中的静态方法org.xmlbean.util.BeanUtilx
给元素添加文本
asDocument() - 类 中的方法org.xmlbean.XmlDocument
 

B

BeanUtilx - org.xmlbean.util中的类
XmlBean实用类
BeanUtilx() - 类 的构造器org.xmlbean.util.BeanUtilx
 

C

checkAttributeText(Field, String, String) - 类 中的方法org.xmlbean.ElementVisitor
检查属性值的有效性
checkElementText(Field, String, String) - 类 中的方法org.xmlbean.ElementVisitor
检查元素文本的有效性
checkNullElement(Class<?>) - 类 中的方法org.xmlbean.ElementVisitor
 
checkText(String, Field, String, String) - 类 中的方法org.xmlbean.ElementVisitor
检查文本有效性

D

DateUtils - org.xmlbean.util中的类
日期操作实用类。
DateUtils() - 类 的构造器org.xmlbean.util.DateUtils
 

E

ElementNumberOutOfBoundsException - org.xmlbean.exception中的异常错误
元素名称相同的元素数目超出范围异常
ElementNumberOutOfBoundsException() - 异常错误 的构造器org.xmlbean.exception.ElementNumberOutOfBoundsException
 
ElementNumberOutOfBoundsException(String, Throwable) - 异常错误 的构造器org.xmlbean.exception.ElementNumberOutOfBoundsException
 
ElementNumberOutOfBoundsException(String) - 异常错误 的构造器org.xmlbean.exception.ElementNumberOutOfBoundsException
 
ElementNumberOutOfBoundsException(Throwable) - 异常错误 的构造器org.xmlbean.exception.ElementNumberOutOfBoundsException
 
ElementTag - org.xmlbean.annotation中的注释类型
此注释用于标记JavaBean中的字段对应的XML元素
ElementVisitingException - org.xmlbean.exception中的异常错误
ElelementVisitor在visit(..)方法执行中发生的异常
ElementVisitingException() - 异常错误 的构造器org.xmlbean.exception.ElementVisitingException
 
ElementVisitingException(String, Throwable) - 异常错误 的构造器org.xmlbean.exception.ElementVisitingException
 
ElementVisitingException(String) - 异常错误 的构造器org.xmlbean.exception.ElementVisitingException
 
ElementVisitingException(Throwable) - 异常错误 的构造器org.xmlbean.exception.ElementVisitingException
 
ElementVisitor - org.xmlbean中的类
Xml元素访问者.
ElementVisitor(Class<?>) - 类 的构造器org.xmlbean.ElementVisitor
 
EmptyTextException - org.xmlbean.exception中的异常错误
元素空文本异常
EmptyTextException() - 异常错误 的构造器org.xmlbean.exception.EmptyTextException
 
EmptyTextException(String, Throwable) - 异常错误 的构造器org.xmlbean.exception.EmptyTextException
 
EmptyTextException(String) - 异常错误 的构造器org.xmlbean.exception.EmptyTextException
 
EmptyTextException(Throwable) - 异常错误 的构造器org.xmlbean.exception.EmptyTextException
 

F

format() - 类 中的方法org.xmlbean.XmlBeanFormatter
bean转换为org.dom4j.Document对象.
formatDate(Date) - 类 中的静态方法org.xmlbean.util.DateUtils
根据默认格式(yyyy-MM-dd),格式化日期
formatDate(Date, String) - 类 中的静态方法org.xmlbean.util.DateUtils
根据指定格式,格式化日期

G

getAttributeFieldName(Element) - 类 中的静态方法org.xmlbean.util.BeanUtilx
取得元素对应的属性字段名
getAttributeValue(Element, Object) - 类 中的静态方法org.xmlbean.util.BeanUtilx
取得bean的属性对象, 不存在返回null
getBean() - 类 中的方法org.xmlbean.ElementVisitor
执行"访问"后取得bean对象
getBean(Document, Class<T>) - 类 中的静态方法org.xmlbean.XmlBeanHelper
根据Xml文档取得JavaBean
getBean(Element, Class<T>) - 类 中的静态方法org.xmlbean.XmlBeanHelper
根据Xml文档取得JavaBean
getBean(InputStream, Class<T>) - 类 中的静态方法org.xmlbean.XmlBeanHelper
根据Xml文档取得JavaBean
getBean(File, Class<T>) - 类 中的静态方法org.xmlbean.XmlBeanHelper
根据Xml文档取得JavaBean
getBean(String, Class<T>) - 类 中的静态方法org.xmlbean.XmlBeanHelper
根据Xml文档取得JavaBean
getDocument(Object, String) - 类 中的静态方法org.xmlbean.XmlBeanHelper
取得JavaBean对应的org.dom4j.Document对象
getElement(Object, String) - 类 中的静态方法org.xmlbean.XmlBeanHelper
取得JavaBean对应的org.dom4j.Element对象
getField(Class<?>, String) - 类 中的静态方法org.xmlbean.util.BeanUtilx
根据字段名取得java.lang.reflect.Field对象,若不存在返回null
getName(Element) - 类 中的静态方法org.xmlbean.util.BeanUtilx
取得元素对应的bean中字段名
getName(Attribute) - 类 中的静态方法org.xmlbean.util.BeanUtilx
取得属性名
getResourceAsStream(String) - 类 中的静态方法org.xmlbean.util.PubUtils
 
getRootName() - 类 中的方法org.xmlbean.XmlDocument
 
getText(Element) - 类 中的静态方法org.xmlbean.util.BeanUtilx
取得元素文本
getText(Class<?>, Object, ElementTag) - 类 中的静态方法org.xmlbean.util.BeanUtilx
根据对象的类型和值取得XML元素文本.
getValue() - 类 中的方法org.xmlbean.StringArray
 
getValueField(Element, Object) - 类 中的静态方法org.xmlbean.util.BeanUtilx
取得虚拟元素对应的字段, 不存在返回null
getValueString(Element, Object, ElementTag) - 类 中的静态方法org.xmlbean.util.BeanUtilx
取得虚拟元素值, 不存在返回null

H

hasLength(String) - 类 中的静态方法org.xmlbean.util.PubUtils
 
hasText(String) - 类 中的静态方法org.xmlbean.util.PubUtils
 

I

isBlank(String) - 类 中的静态方法org.xmlbean.util.PubUtils
 
isEmpty(String) - 类 中的静态方法org.xmlbean.util.PubUtils
 
isNull(String) - 类 中的静态方法org.xmlbean.util.PubUtils
空字符串或null"null"返回true

L

LengthOutOfBoundsException - org.xmlbean.exception中的异常错误
文本长度不在规定的范围内异常
LengthOutOfBoundsException() - 异常错误 的构造器org.xmlbean.exception.LengthOutOfBoundsException
 
LengthOutOfBoundsException(String, Throwable) - 异常错误 的构造器org.xmlbean.exception.LengthOutOfBoundsException
 
LengthOutOfBoundsException(String) - 异常错误 的构造器org.xmlbean.exception.LengthOutOfBoundsException
 
LengthOutOfBoundsException(Throwable) - 异常错误 的构造器org.xmlbean.exception.LengthOutOfBoundsException
 

N

NullElementException - org.xmlbean.exception中的异常错误
XML文档缺少元素异常
NullElementException() - 异常错误 的构造器org.xmlbean.exception.NullElementException
 
NullElementException(String, Throwable) - 异常错误 的构造器org.xmlbean.exception.NullElementException
 
NullElementException(String) - 异常错误 的构造器org.xmlbean.exception.NullElementException
 
NullElementException(Throwable) - 异常错误 的构造器org.xmlbean.exception.NullElementException
 

O

org.xmlbean - 程序包 org.xmlbean
 
org.xmlbean.annotation - 程序包 org.xmlbean.annotation
 
org.xmlbean.exception - 程序包 org.xmlbean.exception
 
org.xmlbean.util - 程序包 org.xmlbean.util
 

P

parseDate(String, String) - 类 中的静态方法org.xmlbean.util.DateUtils
根据指定格式转换字符串为日期
如果字符串格式不正确,则返回null
parseDate(String) - 类 中的静态方法org.xmlbean.util.DateUtils
将默认格式(yyyy-MM-dd)的日期字符串转换成java.util.Date类型
parseDateUTC(String) - 类 中的静态方法org.xmlbean.util.DateUtils
将形如 "Thu Dec 6 11:45:13 UTC 0800 2007", 或 "Thu 12 6 11:45:13 UTC 0800 2007", 或 "Thu Dec 6 11:45:13 2007", 或 "Thu 12 6 11:45:13 2007"
的字符串解析为Date对象
parseText(String, Class<?>) - 类 中的静态方法org.xmlbean.util.BeanUtilx
解析文本
PATTERN_DATE_COMPACT - 类 中的静态变量org.xmlbean.util.DateUtils
无间隔符日期格式, yyyyMMdd
PATTERN_DATESHORT - 类 中的静态变量org.xmlbean.util.DateUtils
无间隔符日期格式, yyMMdd
PATTERN_DATETIME - 类 中的静态变量org.xmlbean.util.DateUtils
日期时间格式, yyyy-MM-dd HH:mm:ss, 24小时制
PATTERN_DATETIME_COMPACT - 类 中的静态变量org.xmlbean.util.DateUtils
无间隔符的日期时间格式, yyyyMMddHHmmss, 24小时制
PATTERN_DAYPATH - 类 中的静态变量org.xmlbean.util.DateUtils
路径格式, yyyy\MM\dd\
PATTERN_DEFAULT - 类 中的静态变量org.xmlbean.util.DateUtils
默认日期格式, yyyy-MM-dd
PATTERN_TIMESTAMP - 类 中的静态变量org.xmlbean.util.DateUtils
日期时间格式, yyyy-MM-ddTHH:mm:ss, 24小时制
PATTERN_YEARMONTH - 类 中的静态变量org.xmlbean.util.DateUtils
年月, yyyyMM
prettyWord(String) - 类 中的静态方法org.xmlbean.util.PubUtils
去掉下划线,并将下划线后的字母大写
PubUtils - org.xmlbean.util中的类
 
PubUtils() - 类 的构造器org.xmlbean.util.PubUtils
 

R

RegexNotMatchedException - org.xmlbean.exception中的异常错误
文本不匹配给定的正则表达式异常
RegexNotMatchedException() - 异常错误 的构造器org.xmlbean.exception.RegexNotMatchedException
 
RegexNotMatchedException(String, Throwable) - 异常错误 的构造器org.xmlbean.exception.RegexNotMatchedException
 
RegexNotMatchedException(String) - 异常错误 的构造器org.xmlbean.exception.RegexNotMatchedException
 
RegexNotMatchedException(Throwable) - 异常错误 的构造器org.xmlbean.exception.RegexNotMatchedException
 
replace(String, String, String) - 类 中的静态方法org.xmlbean.util.PubUtils
(Copy from org.springframework.util.StringUtils.java)
Replace all occurences of a substring within a string with another string.
REPLACED_STRINGS - 类 中的静态变量org.xmlbean.util.BeanUtilx
元素名称被替换字符
REPLACEMENT_STRINGS - 类 中的静态变量org.xmlbean.util.BeanUtilx
元素名称替换字符

S

setValue(String[]) - 类 中的方法org.xmlbean.StringArray
 
STRING_DOT - 类 中的静态变量org.xmlbean.util.BeanUtilx
 
STRING_GET - 类 中的静态变量org.xmlbean.util.BeanUtilx
 
STRING_SET - 类 中的静态变量org.xmlbean.util.BeanUtilx
 
StringArray - org.xmlbean中的类
此类是对java.lang.String[]的简单封装
StringArray() - 类 的构造器org.xmlbean.StringArray
 
StringArray(String[]) - 类 的构造器org.xmlbean.StringArray
 
stripToEmpty(String) - 类 中的静态方法org.xmlbean.util.PubUtils
 
stripToName(String) - 类 中的静态方法org.xmlbean.util.BeanUtilx
 
SUFFIX_ATTRIBUTE_FIELD - 类 中的静态变量org.xmlbean.util.BeanUtilx
 
SUFFIX_VALUE_FIELD - 类 中的静态变量org.xmlbean.util.BeanUtilx
 

T

TextFormatException - org.xmlbean.exception中的异常错误
文本格式异常
TextFormatException() - 异常错误 的构造器org.xmlbean.exception.TextFormatException
 
TextFormatException(String, Throwable) - 异常错误 的构造器org.xmlbean.exception.TextFormatException
 
TextFormatException(String) - 异常错误 的构造器org.xmlbean.exception.TextFormatException
 
TextFormatException(Throwable) - 异常错误 的构造器org.xmlbean.exception.TextFormatException
 
toString() - 类 中的方法org.xmlbean.StringArray
返回一个代表该对象的字符串.
toTitle(String) - 类 中的静态方法org.xmlbean.util.PubUtils
第一个字符转为大写
toTitlePretty(String) - 类 中的静态方法org.xmlbean.util.PubUtils
去掉下划线,并将下划线后的字母大写。
trim(String) - 类 中的静态方法org.xmlbean.util.PubUtils
返回首尾无空格的字符串

U

UnknownDocumentException - org.xmlbean.exception中的异常错误
 
UnknownDocumentException() - 异常错误 的构造器org.xmlbean.exception.UnknownDocumentException
 
UnknownDocumentException(String, Throwable) - 异常错误 的构造器org.xmlbean.exception.UnknownDocumentException
 
UnknownDocumentException(String) - 异常错误 的构造器org.xmlbean.exception.UnknownDocumentException
 
UnknownDocumentException(Throwable) - 异常错误 的构造器org.xmlbean.exception.UnknownDocumentException
 
unTitle(String) - 类 中的静态方法org.xmlbean.util.PubUtils
第一个字符转为小写
unTitlePretty(String) - 类 中的静态方法org.xmlbean.util.PubUtils
去掉下划线,并将下划线后的字母大写。

V

visit(Element) - 类 中的方法org.xmlbean.ElementVisitor
在访问的过程中给bean对象赋值

X

XmlBeanFormatter - org.xmlbean中的类
此类提供了一个format()方法, 用于将一个JavaBean对象转换为 org.dom4j.Document对象.
XmlBeanFormatter(Object, String) - 类 的构造器org.xmlbean.XmlBeanFormatter
构造方法
XmlBeanFormattingException - org.xmlbean.exception中的异常错误
 
XmlBeanFormattingException() - 异常错误 的构造器org.xmlbean.exception.XmlBeanFormattingException
 
XmlBeanFormattingException(String, Throwable) - 异常错误 的构造器org.xmlbean.exception.XmlBeanFormattingException
 
XmlBeanFormattingException(String) - 异常错误 的构造器org.xmlbean.exception.XmlBeanFormattingException
 
XmlBeanFormattingException(Throwable) - 异常错误 的构造器org.xmlbean.exception.XmlBeanFormattingException
 
XmlBeanHelper - org.xmlbean中的类
提供了JavaBean与Xml文档互相转换的实用方法
XmlDocument - org.xmlbean中的类
 
XmlDocument() - 类 的构造器org.xmlbean.XmlDocument
 
A B C D E F G H I L N O P R S T U V X 

Copyright © 2015 cloudecho. All rights reserved.