net.sf.csutils.groovy.xml
Class XmlTemplateEngineStreamReader.StartElementEvent

java.lang.Object
  extended by net.sf.csutils.groovy.xml.XmlTemplateEngineStreamReader.Event
      extended by net.sf.csutils.groovy.xml.XmlTemplateEngineStreamReader.StartElementEvent
Enclosing class:
XmlTemplateEngineStreamReader

public static class XmlTemplateEngineStreamReader.StartElementEvent
extends XmlTemplateEngineStreamReader.Event


Method Summary
 int getAttributeCount()
           
 QName getAttributeName(int pIndex)
           
 String getAttributeValue(int pIndex)
           
 QName getName()
           
 int getNamespaceCount()
           
 String getNamespacePrefix(int pIndex)
           
 String getNamespaceURI(int pIndex)
           
 
Methods inherited from class net.sf.csutils.groovy.xml.XmlTemplateEngineStreamReader.Event
getEventType, getLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public QName getName()

getAttributeCount

public int getAttributeCount()

getAttributeName

public QName getAttributeName(int pIndex)

getAttributeValue

public String getAttributeValue(int pIndex)

getNamespaceCount

public int getNamespaceCount()

getNamespacePrefix

public String getNamespacePrefix(int pIndex)

getNamespaceURI

public String getNamespaceURI(int pIndex)


Copyright © 2009-2010. All Rights Reserved.