public class XMLElement extends Object
| Constructor and Description |
|---|
XMLElement(String qName)
Creates new XMLElement
|
XMLElement(String qName,
org.xml.sax.helpers.NamespaceSupport namespaceSupport) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
String |
getCompleteName() |
String |
getPrefix() |
String |
getPrefixURIMapping(String prefixToResolve)
Map a prefix to a namespaceURI based on the namespace context
of this XML element.
|
String |
getQName() |
int |
hashCode() |
String |
toString() |
public XMLElement(String qName)
public XMLElement(String qName, org.xml.sax.helpers.NamespaceSupport namespaceSupport)
Copyright © 2013. All Rights Reserved.