local.tomas.common.xml.impl
Class StreamParserImpl
java.lang.Object
local.tomas.common.xml.XMLStreamParser
local.tomas.common.xml.impl.StreamParserImpl
public class StreamParserImpl
- extends XMLStreamParser
Stream parser implementation.
- Author:
- tomas
|
Method Summary |
Object |
parse()
Parse XML stream and create object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StreamParserImpl
public StreamParserImpl(Source source)
- Construct stream parser from javax.xml.transform.Source.
- Parameters:
source - the source
parse
public Object parse()
throws XMLException
- Description copied from class:
XMLStreamParser
- Parse XML stream and create object.
- Specified by:
parse in class XMLStreamParser
- Returns:
- the object
- Throws:
XMLException
Copyright © 2007 null. All Rights Reserved.