Save This Page
Home » dom4j-1.6.1 » org.dom4j.xpp » [javadoc | source]
org.dom4j.xpp
public class: ProxyXmlStartTag [javadoc | source]
java.lang.Object
   org.dom4j.xpp.ProxyXmlStartTag

All Implemented Interfaces:
    org.gjt.xpp.XmlStartTag

ProxyXmlStartTag implements the XPP XmlSmartTag interface while creating a dom4j Element underneath.
Constructor:
 public ProxyXmlStartTag() 
 public ProxyXmlStartTag(Element element) 
Method from org.dom4j.xpp.ProxyXmlStartTag Summary:
addAttribute,   addAttribute,   ensureAttributesCapacity,   getAttributeCount,   getAttributeLocalName,   getAttributeNamespaceUri,   getAttributePrefix,   getAttributeRawName,   getAttributeValue,   getAttributeValueFromName,   getAttributeValueFromRawName,   getDocumentFactory,   getElement,   getLocalName,   getNamespaceUri,   getPrefix,   getRawName,   isAttributeNamespaceDeclaration,   modifyTag,   removeAttributeByName,   removeAttributeByRawName,   removeAttributes,   removeAtttributes,   resetStartTag,   resetTag,   setDocumentFactory
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.dom4j.xpp.ProxyXmlStartTag Detail:
 public  void addAttribute(String namespaceURI,
    String localName,
    String rawName,
    String value) throws XmlPullParserException 
    parameters modeled after SAX2 attribute approach
 public  void addAttribute(String namespaceURI,
    String localName,
    String rawName,
    String value,
    boolean isNamespaceDeclaration) throws XmlPullParserException 
 public  void ensureAttributesCapacity(int minCapacity) throws XmlPullParserException 
 public int getAttributeCount() 
 public String getAttributeLocalName(int index) 
 public String getAttributeNamespaceUri(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 String getAttributeValueFromRawName(String rawName) 
 public DocumentFactory getDocumentFactory() 
 public Element getElement() 
 public String getLocalName() 
 public String getNamespaceUri() 
 public String getPrefix() 
 public String getRawName() 
 public boolean isAttributeNamespaceDeclaration(int index) 
 public  void modifyTag(String namespaceURI,
    String lName,
    String rawName) 
 public boolean removeAttributeByName(String namespaceURI,
    String localName) throws XmlPullParserException 
 public boolean removeAttributeByRawName(String rawName) throws XmlPullParserException 
 public  void removeAttributes() throws XmlPullParserException 
 public  void removeAtttributes() throws XmlPullParserException 
Deprecated! Use - #removeAttributes() instead.

    Remove all atributes.
 public  void resetStartTag() 
 public  void resetTag() 
 public  void setDocumentFactory(DocumentFactory documentFactory)