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()
           
 javax.xml.namespace.QName getAttributeName(int pIndex)
           
 java.lang.String getAttributeValue(int pIndex)
           
 javax.xml.namespace.QName getName()
           
 int getNamespaceCount()
           
 java.lang.String getNamespacePrefix(int pIndex)
           
 java.lang.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 javax.xml.namespace.QName getName()

getAttributeCount

public int getAttributeCount()

getAttributeName

public javax.xml.namespace.QName getAttributeName(int pIndex)

getAttributeValue

public java.lang.String getAttributeValue(int pIndex)

getNamespaceCount

public int getNamespaceCount()

getNamespacePrefix

public java.lang.String getNamespacePrefix(int pIndex)

getNamespaceURI

public java.lang.String getNamespaceURI(int pIndex)


Copyright © 2009-2010. All Rights Reserved.