Class XMLElement
- java.lang.Object
-
- com.sun.enterprise.deployment.node.XMLElement
-
public class XMLElement extends Object
This class represents a XML element in an XML file- Version:
- Author:
- Jerome Dochez
-
-
Constructor Summary
Constructors Constructor Description XMLElement(String qName)Creates new XMLElementXMLElement(String qName, NamespaceSupport namespaceSupport)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)StringgetCompleteName()StringgetPrefix()StringgetPrefixURIMapping(String prefixToResolve)Map a prefix to a namespaceURI based on the namespace context of this XML element.StringgetQName()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
XMLElement
public XMLElement(String qName)
Creates new XMLElement
-
XMLElement
public XMLElement(String qName, NamespaceSupport namespaceSupport)
-
-