org.dom4j.xpp
public class ProxyXmlStartTag extends Object implements XmlStartTag
ProxyXmlStartTag implements the XPP XmlSmartTag
interface while creating a dom4j Element underneath.
| Constructor Summary | |
|---|---|
| ProxyXmlStartTag() | |
| ProxyXmlStartTag(Element element) | |
| Method Summary | |
|---|---|
| void | addAttribute(String namespaceURI, String localName, String rawName, String value)
parameters modeled after SAX2 attribute approach
|
| void | addAttribute(String namespaceURI, String localName, String rawName, String value, boolean isNamespaceDeclaration) |
| void | ensureAttributesCapacity(int minCapacity) |
| int | getAttributeCount() |
| String | getAttributeLocalName(int index) |
| String | getAttributeNamespaceUri(int index) |
| String | getAttributePrefix(int index) |
| String | getAttributeRawName(int index) |
| String | getAttributeValue(int index) |
| String | getAttributeValueFromName(String namespaceURI, String localName) |
| String | getAttributeValueFromRawName(String rawName) |
| DocumentFactory | getDocumentFactory() |
| Element | getElement() |
| String | getLocalName() |
| String | getNamespaceUri() |
| String | getPrefix() |
| String | getRawName() |
| boolean | isAttributeNamespaceDeclaration(int index) |
| void | modifyTag(String namespaceURI, String lName, String rawName) |
| boolean | removeAttributeByName(String namespaceURI, String localName) |
| boolean | removeAttributeByRawName(String rawName) |
| void | removeAttributes() |
| void | removeAtttributes()
Remove all atributes.
|
| void | resetStartTag() |
| void | resetTag() |
| void | setDocumentFactory(DocumentFactory documentFactory) |
Parameters: namespaceURI DOCUMENT ME! localName DOCUMENT ME! rawName DOCUMENT ME! value DOCUMENT ME!
Throws: XmlPullParserException DOCUMENT ME!
Deprecated: Use removeAttributes instead.
Remove all atributes.