public class XmlElementStart extends XmlElement
XmlElement representing beginning of element.| Constructor and Description |
|---|
XmlElementStart(String name,
String namespace,
String prefix) |
| Modifier and Type | Method and Description |
|---|---|
List<XmlAttribute> |
attributes() |
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
name, namespace, namespaces, prefixpublic List<XmlAttribute> attributes()
public boolean equals(Object o)
equals in class XmlElementpublic int hashCode()
hashCode in class XmlElementpublic String toString()
toString in class XmlElementCopyright © 2008–2025 The Netty Project. All rights reserved.