Java Doc for ElementImpl.java in  » Web-Services » saaj » com » sun » xml » messaging » saaj » soap » impl » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Web Services » saaj » com.sun.xml.messaging.saaj.soap.impl 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.sun.xml.messaging.saaj.soap.impl.ElementImpl

All known Subclasses:   com.sun.xml.messaging.saaj.soap.impl.DetailEntryImpl,  com.sun.xml.messaging.saaj.soap.impl.FaultImpl,  com.sun.xml.messaging.saaj.soap.impl.HeaderImpl,  com.sun.xml.messaging.saaj.soap.impl.HeaderElementImpl,  com.sun.xml.messaging.saaj.soap.impl.FaultElementImpl,  com.sun.xml.messaging.saaj.soap.impl.EnvelopeImpl,  com.sun.xml.messaging.saaj.soap.impl.BodyElementImpl,  com.sun.xml.messaging.saaj.soap.impl.BodyImpl,
ElementImpl
public class ElementImpl extends com.sun.org.apache.xerces.internal.dom.ElementNSImpl implements SOAPElement,SOAPBodyElement(Code)

Inner Class :class AttributeManager

Field Summary
final public static  StringDSIG_NS
    
final public static  StringWSU_NS
    
final public static  StringXENC_NS
    
final public static  StringXMLNS_URI
    
final public static  StringXML_URI
     The XML Namespace ("http://www.w3.org/XML/1998/namespace").
protected  QNameelementQName
    
protected static  Loggerlog
    

Constructor Summary
public  ElementImpl(SOAPDocumentImpl ownerDoc, Name name)
    
public  ElementImpl(SOAPDocumentImpl ownerDoc, QName name)
    
public  ElementImpl(SOAPDocumentImpl ownerDoc, String uri, String qualifiedName)
    

Method Summary
public  SOAPElementaddAttribute(Name name, String value)
    
public  SOAPElementaddAttribute(QName qname, String value)
    
protected  SOAPElementaddCDATA(String text)
    
public  SOAPElementaddChildElement(Name name)
    
public  SOAPElementaddChildElement(QName qname)
    
public  SOAPElementaddChildElement(String localName)
    
public  SOAPElementaddChildElement(String localName, String prefix)
    
public  SOAPElementaddChildElement(String localName, String prefix, String uri)
    
public  SOAPElementaddChildElement(SOAPElement element)
    
protected  SOAPElementaddElement(Name name)
    
protected  SOAPElementaddElement(QName name)
    
public  SOAPElementaddNamespaceDeclaration(String prefix, String uri)
    
protected  voidaddNode(org.w3c.dom.Node newElement)
    
protected  SOAPElementaddText(String text)
    
public  SOAPElementaddTextNode(String text)
    
protected  SOAPElementcircumventBug5034339(SOAPElement element)
    
protected  SOAPElementconvertToSoapElement(Element element)
    
protected  SOAPElementcreateElement(Name name)
    
protected  SOAPElementcreateElement(QName name)
    
public  QNamecreateQName(String localName, String prefix)
    
public  voiddetachNode()
    
protected  IteratordoGetNamespacePrefixes(boolean deep)
    
public  voidensureNamespaceIsDeclared(String prefix, String uri)
    
protected  SOAPElementfindChild(NameImpl name)
    
protected  voidfindEncodingStyleAttributeName()
    
public  IteratorgetAllAttributes()
    
public  IteratorgetAllAttributesAsQNames()
    
protected static  IteratorgetAllAttributesFrom(Element element)
    
public  StringgetAttributeValue(Name name)
    
public  StringgetAttributeValue(QName qname)
    
protected static  StringgetAttributeValueFrom(Element element, Name name)
    
protected  IteratorgetChildElementNodes()
    
public  IteratorgetChildElements()
    
public  IteratorgetChildElements(Name name)
    
public  IteratorgetChildElements(QName qname)
    
protected static  IteratorgetChildElementsFrom(Element element)
    
public  NamegetElementName()
    
public  QNamegetElementQName()
    
public  StringgetEncodingStyle()
    
public static  StringgetLocalPart(String qualifiedName)
    
protected  org.w3c.dom.AttrgetNamespaceAttr(String prefix)
    
protected static  org.w3c.dom.AttrgetNamespaceAttrFrom(Element element, String prefix)
    
public  NamespaceContextIteratorgetNamespaceContextNodes()
    
public  NamespaceContextIteratorgetNamespaceContextNodes(boolean traverseStack)
    
public  StringgetNamespacePrefix(String uri)
    
public  IteratorgetNamespacePrefixes()
    
public  StringgetNamespaceURI(String prefix)
    
public  DocumentgetOwnerDocument()
    
public  SOAPElementgetParentElement()
    
public static  StringgetPrefix(String qualifiedName)
    
public static  StringgetQualifiedName(QName name)
    
protected  StringgetSOAPNamespace()
    
public  StringgetValue()
    
protected  javax.xml.soap.NodegetValueNode()
    
protected  NodegetValueNodeStrict()
    
public  IteratorgetVisibleNamespacePrefixes()
    
protected  ElementimportElement(Element element)
    
protected  booleanisNamespaceQualified(Name name)
    
protected  booleanisNamespaceQualified(QName name)
    
public  voidrecycleNode()
    
public  booleanremoveAttribute(Name name)
    
public  booleanremoveAttribute(QName name)
    
public  voidremoveContents()
    
public  booleanremoveNamespaceDeclaration(String prefix)
    
protected static  SOAPElementreplaceElementWithSOAPElement(Element element, ElementImpl copy)
    
public  voidsetAttributeNS(String namespaceURI, String qualifiedName, String value)
    
public  SOAPElementsetElementQName(QName newName)
    
public  voidsetEncodingStyle(String encodingStyle)
    
protected  voidsetEncodingStyleNamespace(String soapNamespace, String soapNamespacePrefix)
    
public  voidsetParentElement(SOAPElement element)
    
public  voidsetValue(String value)
    
public  voidtryToFindEncodingStyleAttributeName()
    

Field Detail
DSIG_NS
final public static String DSIG_NS(Code)



WSU_NS
final public static String WSU_NS(Code)



XENC_NS
final public static String XENC_NS(Code)



XMLNS_URI
final public static String XMLNS_URI(Code)
XML Information Set REC all namespace attributes (including those named xmlns, whose [prefix] property has no value) have a namespace URI of http://www.w3.org/2000/xmlns/



XML_URI
final public static String XML_URI(Code)
The XML Namespace ("http://www.w3.org/XML/1998/namespace"). This is the Namespace URI that is automatically mapped to the "xml" prefix.



elementQName
protected QName elementQName(Code)



log
protected static Logger log(Code)




Constructor Detail
ElementImpl
public ElementImpl(SOAPDocumentImpl ownerDoc, Name name)(Code)



ElementImpl
public ElementImpl(SOAPDocumentImpl ownerDoc, QName name)(Code)



ElementImpl
public ElementImpl(SOAPDocumentImpl ownerDoc, String uri, String qualifiedName)(Code)




Method Detail
addAttribute
public SOAPElement addAttribute(Name name, String value) throws SOAPException(Code)



addAttribute
public SOAPElement addAttribute(QName qname, String value) throws SOAPException(Code)



addCDATA
protected SOAPElement addCDATA(String text) throws SOAPException(Code)



addChildElement
public SOAPElement addChildElement(Name name) throws SOAPException(Code)



addChildElement
public SOAPElement addChildElement(QName qname) throws SOAPException(Code)



addChildElement
public SOAPElement addChildElement(String localName) throws SOAPException(Code)



addChildElement
public SOAPElement addChildElement(String localName, String prefix) throws SOAPException(Code)



addChildElement
public SOAPElement addChildElement(String localName, String prefix, String uri) throws SOAPException(Code)



addChildElement
public SOAPElement addChildElement(SOAPElement element) throws SOAPException(Code)



addElement
protected SOAPElement addElement(Name name) throws SOAPException(Code)



addElement
protected SOAPElement addElement(QName name) throws SOAPException(Code)



addNamespaceDeclaration
public SOAPElement addNamespaceDeclaration(String prefix, String uri) throws SOAPException(Code)



addNode
protected void addNode(org.w3c.dom.Node newElement) throws SOAPException(Code)



addText
protected SOAPElement addText(String text) throws SOAPException(Code)



addTextNode
public SOAPElement addTextNode(String text) throws SOAPException(Code)



circumventBug5034339
protected SOAPElement circumventBug5034339(SOAPElement element)(Code)



convertToSoapElement
protected SOAPElement convertToSoapElement(Element element)(Code)



createElement
protected SOAPElement createElement(Name name)(Code)



createElement
protected SOAPElement createElement(QName name)(Code)



createQName
public QName createQName(String localName, String prefix) throws SOAPException(Code)



detachNode
public void detachNode()(Code)



doGetNamespacePrefixes
protected Iterator doGetNamespacePrefixes(boolean deep)(Code)



ensureNamespaceIsDeclared
public void ensureNamespaceIsDeclared(String prefix, String uri)(Code)



findChild
protected SOAPElement findChild(NameImpl name)(Code)



findEncodingStyleAttributeName
protected void findEncodingStyleAttributeName() throws SOAPException(Code)



getAllAttributes
public Iterator getAllAttributes()(Code)



getAllAttributesAsQNames
public Iterator getAllAttributesAsQNames()(Code)



getAllAttributesFrom
protected static Iterator getAllAttributesFrom(Element element)(Code)



getAttributeValue
public String getAttributeValue(Name name)(Code)



getAttributeValue
public String getAttributeValue(QName qname)(Code)



getAttributeValueFrom
protected static String getAttributeValueFrom(Element element, Name name)(Code)



getChildElementNodes
protected Iterator getChildElementNodes()(Code)



getChildElements
public Iterator getChildElements()(Code)



getChildElements
public Iterator getChildElements(Name name)(Code)



getChildElements
public Iterator getChildElements(QName qname)(Code)



getChildElementsFrom
protected static Iterator getChildElementsFrom(Element element)(Code)



getElementName
public Name getElementName()(Code)



getElementQName
public QName getElementQName()(Code)



getEncodingStyle
public String getEncodingStyle()(Code)



getLocalPart
public static String getLocalPart(String qualifiedName)(Code)



getNamespaceAttr
protected org.w3c.dom.Attr getNamespaceAttr(String prefix)(Code)



getNamespaceAttrFrom
protected static org.w3c.dom.Attr getNamespaceAttrFrom(Element element, String prefix)(Code)



getNamespaceContextNodes
public NamespaceContextIterator getNamespaceContextNodes()(Code)



getNamespaceContextNodes
public NamespaceContextIterator getNamespaceContextNodes(boolean traverseStack)(Code)



getNamespacePrefix
public String getNamespacePrefix(String uri)(Code)



getNamespacePrefixes
public Iterator getNamespacePrefixes()(Code)



getNamespaceURI
public String getNamespaceURI(String prefix)(Code)



getOwnerDocument
public Document getOwnerDocument()(Code)



getParentElement
public SOAPElement getParentElement()(Code)



getPrefix
public static String getPrefix(String qualifiedName)(Code)



getQualifiedName
public static String getQualifiedName(QName name)(Code)



getSOAPNamespace
protected String getSOAPNamespace()(Code)



getValue
public String getValue()(Code)



getValueNode
protected javax.xml.soap.Node getValueNode()(Code)



getValueNodeStrict
protected Node getValueNodeStrict()(Code)



getVisibleNamespacePrefixes
public Iterator getVisibleNamespacePrefixes()(Code)



importElement
protected Element importElement(Element element)(Code)



isNamespaceQualified
protected boolean isNamespaceQualified(Name name)(Code)



isNamespaceQualified
protected boolean isNamespaceQualified(QName name)(Code)



recycleNode
public void recycleNode()(Code)



removeAttribute
public boolean removeAttribute(Name name)(Code)



removeAttribute
public boolean removeAttribute(QName name)(Code)



removeContents
public void removeContents()(Code)



removeNamespaceDeclaration
public boolean removeNamespaceDeclaration(String prefix)(Code)



replaceElementWithSOAPElement
protected static SOAPElement replaceElementWithSOAPElement(Element element, ElementImpl copy)(Code)



setAttributeNS
public void setAttributeNS(String namespaceURI, String qualifiedName, String value)(Code)



setElementQName
public SOAPElement setElementQName(QName newName) throws SOAPException(Code)



setEncodingStyle
public void setEncodingStyle(String encodingStyle) throws SOAPException(Code)



setEncodingStyleNamespace
protected void setEncodingStyleNamespace(String soapNamespace, String soapNamespacePrefix) throws SOAPException(Code)



setParentElement
public void setParentElement(SOAPElement element) throws SOAPException(Code)



setValue
public void setValue(String value)(Code)



tryToFindEncodingStyleAttributeName
public void tryToFindEncodingStyleAttributeName()(Code)



w___ww.ja__v___a2___s__.___co_m___ | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.