网页
图片
视频
学术
词典
地图
更多
航班
笔记本
xml_objectify
例句
释义:
全部
全部
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
To
support
this
,
I
created
a
little
recursive
traversal
function
that walks
all
the
nodes
of
a
gnosis
.
xml
.
objectify
object
.
为此
我
创建
了
一个
小型
的
递归
便利
函数
来
遍历
gnosis.xml.objectify
对象
中
的
所有
节点
。
www.ibm.com
2.
gnosis
.
xml
.
objectify
attaches
subelement
nodes directly
as
attributes of nodes (every
node
is
of
a
custom
class
named
after the
tag
name
)
.
objectify
将
子元素
节点
直接
作为
节点
的
属性
进行
连接
(
每个
节点
都
是
一个
根据
标记
名
命名
的
定制
类
)
。
www.ibm.com
3.
In
contrast
,
a gnosis
.
xml
.
objectify
node
has
no
built-in
method
to
step
through
all of
its
subelements
.
相比之下
,
gnosis.xml.objectify
节点
没有
内置
方法
可
遍历
它
所
有的
子元素
。
www.ibm.com
4.
From time
to
time
,
users
have
been
bothered
by
the
fact
that
gnosis
.
xml
.
objectify
does
not
reserialize its
objects
to
XML
.
用户
经常
受到
这样
的
困扰
,
gnosis.xml.objectify
没有
把
对象
重新
序列
化为
XML
。
www.ibm.com
5.
There
appears
to be
a
complexity
order
effect
going
on
that
renders xml_objectify
unusable
for
large
documents
.
似乎
有
一些
复杂
的
排序
工作
在
进行
,
而
产生
的
xml_objectify
对于
大型
文档
来说
根本
无法使用
。
www.ibm.com
6.
Two
tools
that
simplify
working
with
XML
in an object-oriented
manner
(
in
Python
)
are
David Mertz
'
xml_objectify
and
xml_pickle
.
两
种
以
面向
对象
方式
(
以
Python
)
简化
使用
XML
的
工具
是
DavidMertz
的
xml_objectify
和
xml_pickle
。
www.ibm.com
7.
In
several
previous
articles
,
I
have
advocated
the
clarity
and
simplicity
of
my
own
Python xml_objectify
module
.
在
前
几篇
文章
中
,
我
提倡
我
自己
的
Pythonxml_objectify
模块
的
清晰
性
和
简明
性
。
www.ibm.com
8.
The
limits
imposed
in
this
regard
are
essentially
identical
to
the
limits
imposed
by the xml_objectify
library
that xml2sql
utilizes
.
在
这
方面
所
强加
的
限制
本质上
等同
于
xml2sql
利用
的
xml_objectify
库
所
强加
的
限制
。
www.ibm.com
9.
When
accessing
a gnosis
.
xml
.
objectify
object
,
the
simplest
thing
that
could possibly
work
almost
always
does
work.
在
访问
gnosis.xml.objectify
对象
时
,
可能
做
的
最
简单
的
事情
就是
几乎
总是
做
某些
事情
。
www.ibm.com
10.
gnosis
.
xml
.
objectify
puts
the
XML
attributes
directly
into
node
attributes
of
corresponding
name
.
objectify
将
XML
属性
直接
放置
到
相应
名称
的
节点
属性
中
。
www.ibm.com
1
2
3