public class XMLElement extends Object
Constructor and Description |
---|
XMLElement(String qName)
Creates new XMLElement
|
XMLElement(String qName,
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, NamespaceSupport namespaceSupport)
Copyright © 2019. All rights reserved.