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) |
public String name()
public String namespace()
public String prefix()
public List<XmlNamespace> namespaces()
Copyright © 2008–2016 The Netty Project. All rights reserved.