aQute.libg.sax
Class SAXElement

java.lang.Object
  extended by aQute.libg.sax.SAXElement

public class SAXElement
extends Object


Constructor Summary
SAXElement(String uri, String localName, String qName, Attributes atts)
           
 
Method Summary
 Attributes getAtts()
           
 String getLocalName()
           
 String getqName()
           
 String getUri()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SAXElement

public SAXElement(String uri,
                  String localName,
                  String qName,
                  Attributes atts)
Method Detail

getUri

public String getUri()

getLocalName

public String getLocalName()

getqName

public String getqName()

getAtts

public Attributes getAtts()


Copyright © 2012 aQute SARL. All Rights Reserved.