public class ProxyXmlStartTag extends Object
ProxyXmlStartTag implements the XPP XmlSmartTag
interface while creating a dom4j Element underneath.| Constructor and Description |
|---|
ProxyXmlStartTag() |
ProxyXmlStartTag(Element element) |
public ProxyXmlStartTag()
public ProxyXmlStartTag(Element element)
public void resetStartTag()
public int getAttributeCount()
public String getAttributeNamespaceUri(int index)
public String getAttributeLocalName(int index)
public String getAttributePrefix(int index)
public String getAttributeRawName(int index)
public String getAttributeValue(int index)
public String getAttributeValueFromName(String namespaceURI, String localName)
public boolean isAttributeNamespaceDeclaration(int index)
public void addAttribute(String namespaceURI, String localName, String rawName, String value) throws XmlPullParserException
namespaceURI - DOCUMENT ME!localName - DOCUMENT ME!rawName - DOCUMENT ME!value - DOCUMENT ME!XmlPullParserException - DOCUMENT ME!public void addAttribute(String namespaceURI, String localName, String rawName, String value, boolean isNamespaceDeclaration) throws XmlPullParserException
XmlPullParserExceptionpublic void ensureAttributesCapacity(int minCapacity)
throws XmlPullParserException
XmlPullParserExceptionpublic void removeAtttributes()
throws XmlPullParserException
removeAttributes() instead.XmlPullParserExceptionpublic void removeAttributes()
throws XmlPullParserException
XmlPullParserExceptionpublic String getLocalName()
public String getNamespaceUri()
public String getPrefix()
public String getRawName()
public void resetTag()
public boolean removeAttributeByName(String namespaceURI, String localName) throws XmlPullParserException
XmlPullParserExceptionpublic boolean removeAttributeByRawName(String rawName) throws XmlPullParserException
XmlPullParserExceptionpublic DocumentFactory getDocumentFactory()
public void setDocumentFactory(DocumentFactory documentFactory)
public Element getElement()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.