So, when you load that next XML file or data stream, have no fear about navigating to the exact values that you need to process.
所以,当您加载下一个XML文件或数据流时,无需担心,您可以一直导航,直到获得您需要处理的下一个具体的值。
Using this approach, the application advances a cursor over a stream of XML tokens, examining the parser state at every step to get more information about what was parsed.
使用这种方法,应用程序沿着XML标记流移动指针,在每一步中检查解析器的状态来了解解析内容的更多信息。
The obvious solution is to expose the underlying raw XML stream to the data binding tool.
最直接的解决方法是向数据绑定工具公开底层的原始xml流。
To achieve optimum performance and memory efficiency, you need to give the data binding tool direct access to the underlying XML stream.
为了获得最佳的性能和内存使用,需要让数据绑定工具直接访问底层的XML流。
It can be used to tree parse and stream parse XML data.
可以使用它对XML数据进行树解析和流解析。
Unlike SAX, the DOM API permits editing and saving an XML document back to a file or stream.
与SAX不同,DOMAPI允许对XML文档进行编辑并保存为一个文件或者流。
Converting a character stream into XML, and parsing and understanding that XML is easy as pie.
将字符流转换成XML,然后语法分析和理解那个XML是易如反掌。
First, on input it reads the entire XML file into memory, so if the file is too big, or if you're dealing with a stream of XML data, you can't use the module.
首先,在输入方面,它将完整的XML文件读入内存,所以如果文件非常大或者需要处理XML数据流,就不能使用这个模块。
JAXP can accept XML as a file or as a stream wrapped around a file, for obvious reasons.
显而易见的原因是,JAXP可以将XML接受为文件或包装文件的流。
Use this technique to perform simple transformations of an XML stream, such as filtering out or substituting certain tokens, or even augmenting the stream with new ones.
可通过这种技术对xml流执行简单的转换,比如筛掉或者替换特定的标记,甚至增加新的标记。
The next step in the XML stream from Figure 3 is communicating messages.
图3中的xml流的下一步是进行消息传递。
In this case, the peer sent an XML stream or stanza that was invalid.
在本例中,对方发送了一个无效的xml流和节。
Using this method, the application can effectively pipe the contents of an entire XML stream into another XML stream, unmodified.
使用这个方法,应用程序可以将整个xml流的内容有效地输送到另一个xml流,而且内容保持不变。
An XML stream is an envelope that encapsulates the exchange of XML information between two entities.
xml流是封装了两个实体间的XML信息交换的容器。
Of course, any software library that speaks HTTP can also send this query and get back the result as a stream of XML.
当然,任何通过HTTP传递信息的软件库也可以发送该查询并取回xml流形式的结果。
The two basic means to parse XML are: tree and stream.
解析XML有两种基本的方式:树和流。
Finally, the XML stream is closed by issuing the stream closure message (which occurs on both sides of the connection).
最后,发出流关闭消息(在连接的两端进行)以关闭xml流。
As the stream is read, the XML needs to be parsed to identify and extract the relevant resource URIs.
随着流程被读出,您需要分析XML以识别并获得相关的资源uri。
An XML parser can process any byte stream.
xml解析器能够处理任何字节流。
This is a legal XML character stream and the parser does not throw an error, but the data inside the XML column is now corrupted.
字符为0x1a代码点。这时一个合法的xml字符流,解析器并不会抛出错误,但是xml列中的数据现在却被毁坏。
The next sections highlight basic considerations when manipulating SDO instances loaded from an XML stream. The functions covered are
下一部分主要强调了在操作从XML流中加载的SDO实例时的一些基本考虑。
In fact, what distinguishes StAX from other approaches is the application's ability to process XML as a stream of events.
实际上,StAX与其他方法的区别就在于应用程序能够把XML作为一个事件流来处理。
So if the XML stream feeds a legacy application, you must deal with Unicode.
因此如果xml流进入遗留应用程序,可能需要解决Unicode的问题。
An instance of this subclass can then be used to wrap a base XMLStreamReader, thus giving the application a modified view of the base XML stream.
然后使用这个子类的实例包装基本XMLStreamReader,从而为应用程序提供一个修改过的基本xml流的视图。
This XML stream USES the to attribute to identify the receiving domain (as well as define the XML namespace).
xml流使用to属性来识别接收域(以及定义XML名称空间)。
If the XML document won't fit in memory or is a stream of unknown length, you can't use XML: : Simple.
如果XML文档不能全部装入内存或者是长度未知的流,就不能使用XML:Simple。
The receiving client on the right receives this XML stream and responds with an XML stream response (in this case, using the from attribute).
右边的接收客户端接收xml流并使用xml流响应(在这个例子中,使用from属性)进行回应。
Yet another way of parsing XML documents is known as stream parsing.
另一种XML文档解析方法称为流解析(stream parsing)。
Suppose a user needs to get the value of element of the first person from an XML input stream, AXIOM builds the object model up to the end of element and leaves the rest in the stream.
假定某个用户需要从XML输入流中获得第一个人的元素值,AXIOM构建的对象模型将一直包含到元素结束的内容,而让其他内容保留在流中。
Suppose a user needs to get the value of element of the first person from an XML input stream, AXIOM builds the object model up to the end of element and leaves the rest in the stream.
假定某个用户需要从XML输入流中获得第一个人的元素值,AXIOM构建的对象模型将一直包含到元素结束的内容,而让其他内容保留在流中。
应用推荐