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, prefix
public List<XmlAttribute> attributes()
public boolean equals(Object o)
equals
in class XmlElement
public int hashCode()
hashCode
in class XmlElement
public String toString()
toString
in class XmlElement
Copyright © 2008–2024 The Netty Project. All rights reserved.