public abstract class XmlElement extends Object
XmlElementStart
represents open element and provides access to attributes,
XmlElementEnd
represents closing element.Modifier | Constructor and Description |
---|---|
protected |
XmlElement(String name,
String namespace,
String prefix) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
hashCode() |
String |
name() |
String |
namespace() |
List<XmlNamespace> |
namespaces() |
String |
prefix() |
String |
toString() |
public String name()
public String namespace()
public String prefix()
public List<XmlNamespace> namespaces()
Copyright © 2008–2017 The Netty Project. All rights reserved.