网页
图片
视频
学术
词典
地图
更多
航班
笔记本
XmlResolver
网络
构造函数
网络释义
1.
构造函数
XmlReaderSettings
构造函数
(
XmlResolver
) 此主题尚未评级 - 评价此主题 此文章由机器翻译。
msdn.microsoft.com
|
基于6个网页
例句
释义:
全部
全部
,
构造函数
构造函数
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
The
XmlResolver
is
an
abstract
class
that
resolves
external
XML
resources
that
have
been
named
by
a
URI
.
XmlResolver
是
一个
抽象
类
,
解析
已
由
URI
命名
的
外部
XML
资源
。
technet.microsoft.com
2.
Do
not
allow
the XmlTextReader
to
open
any
external
resources
by
setting
the
XmlResolver
property
to
null
.
通过
将
XmlResolver
属性
设置
为
null
,
不
允许
XmlTextReader
打开
任何
外部
资源
。
msdn2.microsoft.com
3.
The
Load
and
Transform
methods
include
overloads
that take an
XmlResolver
object
as
one
of
its
arguments
.
Load
和
Transform
方法
包括
使用
XmlResolver
对象
作为
一个
参数
的
重载
。
msdn2.microsoft.com
4.
If
XmlResolver
does
not
know
how to
resolve
the
given
URI
,
then it
returns
a
null
reference
.
如果
XmlResolver
不
知道
如何
解析
给定
的
URI
,
将
返回
null
引用
。
msdn2.microsoft.com
5.
Do
not
allow
the
XSLT
process
open
any
external
resources
by
passing
in
null
to
the
XmlResolver
argument
.
通过
将
null
传递
给
XmlResolver
参数
,
不
允许
XSLT
进程
打开
任何
外部
资源
。
msdn2.microsoft.com
6.
You
can
create
a
customized
version
of
the
XmlResolver
class
by
deriving
from
the
XmlResolver
class
or
any
of
its
implementations
.
可以
通过
从
XmlResolver
类
或
其
任何
实现
进行
派生
,
创建
自定义
版本
的
XmlResolver
类
。
msdn2.microsoft.com
7.
Sets
the
XmlResolver
used for
resolving
DTD
references
.
设置
用于
解析
DTD
引用
的
XmlResolver
。
msdn2.microsoft.com
8.
This
allows
an
untrusted
component
use
the
class
,
but
does
not
allow
it to
retrieve
and
directly
use
the
XmlResolver
object
.
这样
,
将
允许
不
可信
的
组件
使用
该
类
,
但是
不
允许
检索
和
直接
使用
XmlResolver
对象
。
msdn2.microsoft.com
9.
If
you
are
designing
a
class
property
that uses the
XmlResolver
class
, the
property
should
be
defined
as
a
write
-
only
property
.
如果
您
设计
的
类
属性
使用
XmlResolver
类
,
该
属性
应
定义
为
只
写
属性
。
msdn2.microsoft.com
10.
The
reader
uses
XmlResolver
to
resolve
the
location
of
the
file
loaded
into
the
reader
and
also
to
resolve
DTD
references
.
读取
器
使用
XmlResolver
解析
加载
到
读取
器
的
文件
的
位置
,
还
解析
DTD
引用
。
msdn2.microsoft.com
1
2
3