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
XmlPullParserException
public void ensureAttributesCapacity(int minCapacity) throws XmlPullParserException
XmlPullParserException
public void removeAtttributes() throws XmlPullParserException
removeAttributes()
instead.XmlPullParserException
public void removeAttributes() throws XmlPullParserException
XmlPullParserException
public String getLocalName()
public String getNamespaceUri()
public String getPrefix()
public String getRawName()
public void resetTag()
public boolean removeAttributeByName(String namespaceURI, String localName) throws XmlPullParserException
XmlPullParserException
public boolean removeAttributeByRawName(String rawName) throws XmlPullParserException
XmlPullParserException
public DocumentFactory getDocumentFactory()
public void setDocumentFactory(DocumentFactory documentFactory)
public Element getElement()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.