net.sf.csutils.groovy.xml
Class XmlTemplateEngineStreamReader
java.lang.Object
net.sf.csutils.groovy.xml.XmlTemplateEngineStreamReader
public class XmlTemplateEngineStreamReader
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlTemplateEngineStreamReader
public XmlTemplateEngineStreamReader(Reader pReader)
throws javax.xml.stream.XMLStreamException
- Throws:
javax.xml.stream.XMLStreamException
XmlTemplateEngineStreamReader
public XmlTemplateEngineStreamReader(InputStream pStream)
throws javax.xml.stream.XMLStreamException
- Throws:
javax.xml.stream.XMLStreamException
XmlTemplateEngineStreamReader
public XmlTemplateEngineStreamReader(Source pSource)
throws javax.xml.stream.XMLStreamException
- Throws:
javax.xml.stream.XMLStreamException
hasNext
public boolean hasNext()
throws javax.xml.stream.XMLStreamException
- Throws:
javax.xml.stream.XMLStreamException
next
public int next()
throws javax.xml.stream.XMLStreamException
- Throws:
javax.xml.stream.XMLStreamException
getEventType
public int getEventType()
getText
public String getText()
getPIData
public String getPIData()
getPITarget
public String getPITarget()
getName
public QName getName()
getLocation
public javax.xml.stream.Location getLocation()
getAttributeCount
public int getAttributeCount()
getAttributeName
public QName getAttributeName(int i)
getAttributeValue
public String getAttributeValue(int i)
getNamespaceCount
public int getNamespaceCount()
getNamespacePrefix
public String getNamespacePrefix(int pIndex)
getNamespaceURI
public String getNamespaceURI(int pIndex)
createEvent
public XmlTemplateEngineStreamReader.Event createEvent()
pushBack
public void pushBack(XmlTemplateEngineStreamReader.Event event)
Copyright © 2009-2010. All Rights Reserved.