public class SAXElement extends Object
Constructor and Description |
---|
SAXElement(String uri,
String localName,
String qName,
Attributes atts) |
Modifier and Type | Method and Description |
---|---|
Attributes |
getAtts() |
String |
getLocalName() |
String |
getqName() |
String |
getUri() |
public SAXElement(String uri, String localName, String qName, Attributes atts)
public String getUri()
public String getLocalName()
public String getqName()
public Attributes getAtts()
Copyright © 2015 aQute SARL. All rights reserved.