|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
public interface XMLEventAllocator
此介面定義了一個類別,該類別允許使用者註冊給定 XMLStreamReader 的情況下分派事件的方式。實作不需要使用 XMLEventFactory 實作,但推薦這樣做。可以使用屬性 "javax.xml.stream.allocator" 在 XMLInputFactory 上設置 XMLEventAllocator。
XMLInputFactory
,
XMLEventFactory
方法摘要 | |
---|---|
XMLEvent |
allocate(XMLStreamReader reader)
此方法在給定 XMLStreamReader 當前狀態的情況下分派事件。 |
void |
allocate(XMLStreamReader reader,
XMLEventConsumer consumer)
此方法在給定 XMLStreamReader 當前狀態的情況下分派一個事件或一個事件組,並將該事件或事件組添加給傳入的使用者。 |
XMLEventAllocator |
newInstance()
此方法創建一個 XMLEventAllocator 實例。 |
方法詳細資訊 |
---|
XMLEventAllocator newInstance()
XMLEvent allocate(XMLStreamReader reader) throws XMLStreamException
reader
- 作為分派根據的 XMLStreamReader
XMLStreamException
void allocate(XMLStreamReader reader, XMLEventConsumer consumer) throws XMLStreamException
reader
- 作為分派根據的 XMLStreamReaderconsumer
- 要添加事件的 XMLEventConsumer。
XMLStreamException
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。