Java Doc for AbstractNode.java in  » IDE-Netbeans » xml » org » netbeans » modules » xml » spi » dom » 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 » IDE Netbeans » xml » org.netbeans.modules.xml.spi.dom 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.netbeans.modules.xml.spi.dom.AbstractNode

All known Subclasses:   org.netbeans.modules.xml.text.syntax.dom.DocumentImpl,  org.netbeans.modules.xml.text.syntax.dom.AttrImpl,  org.netbeans.modules.xml.xsd.AbstractResultNode,
AbstractNode
abstract public class AbstractNode implements Node(Code)
Neutral DOM level 1 Core Node implementation. All methods return null or false or throws an exception if they attempt to modify DOM tree or they are defined at higher DOM level. Clone method returns this as it probably safe for read-only DOM.

As a bonus it also implements some other DOM interfaces by throwing a DOMException.
author:
   Petr Kuzel





Method Summary
public  NodeadoptNode(Node a)
    
public  org.w3c.dom.NodeappendChild(org.w3c.dom.Node node)
    
public  voidappendData(String arg)
    
public  org.w3c.dom.NodecloneNode(boolean param)
    
public  shortcompareDocumentPosition(Node a)
    
public  voiddeleteData(int offset, int count)
    
public  StringgetAttribute(String name)
    
public  StringgetAttributeNS(String namespaceURI, String localName)
    
public  AttrgetAttributeNode(String name)
    
public  AttrgetAttributeNodeNS(String namespaceURI, String localName)
    
public  org.w3c.dom.NamedNodeMapgetAttributes()
    
public  StringgetBaseURI()
    
public  org.w3c.dom.NodeListgetChildNodes()
    
public  StringgetData()
    
public  StringgetDocumentURI()
    
public  DOMConfigurationgetDomConfig()
    
public  NodeListgetElementsByTagName(String name)
    
public  NodeListgetElementsByTagNameNS(String namespaceURI, String localName)
    
public  ObjectgetFeature(String a, String b)
    
public  org.w3c.dom.NodegetFirstChild()
    
public  StringgetInputEncoding()
    
public  org.w3c.dom.NodegetLastChild()
    
public  intgetLength()
    
public  StringgetLocalName()
    
public  StringgetName()
    
public  StringgetNamespaceURI()
    
public  org.w3c.dom.NodegetNextSibling()
    
public  StringgetNodeName()
    
abstract public  shortgetNodeType()
    
public  StringgetNodeValue()
    
public  org.w3c.dom.DocumentgetOwnerDocument()
    
public  ElementgetOwnerElement()
    
public  org.w3c.dom.NodegetParentNode()
    
public  StringgetPrefix()
    
public  org.w3c.dom.NodegetPreviousSibling()
    
public  StringgetPublicId()
    
public  TypeInfogetSchemaTypeInfo()
    
public  booleangetSpecified()
    
public  booleangetStrictErrorChecking()
    
public  StringgetSystemId()
    
public  StringgetTagName()
    
public  StringgetTextContent()
    
public  ObjectgetUserData(String a)
    
public  StringgetValue()
    
public  StringgetWholeText()
    
public  StringgetXmlEncoding()
    
public  booleangetXmlStandalone()
    
public  StringgetXmlVersion()
    
public  booleanhasAttribute(String name)
    
public  booleanhasAttributeNS(String namespaceURI, String localName)
    
public  booleanhasAttributes()
    
public  booleanhasChildNodes()
    
public  org.w3c.dom.NodeinsertBefore(org.w3c.dom.Node node, org.w3c.dom.Node node1)
    
public  voidinsertData(int offset, String arg)
    
public  booleanisDefaultNamespace(String a)
    
public  booleanisElementContentWhitespace()
    
public  booleanisEqualNode(Node a)
    
public  booleanisId()
    
public  booleanisSameNode(Node a)
    
public  booleanisSupported(String feature, String version)
    
public  StringlookupNamespaceURI(String a)
    
public  StringlookupPrefix(String a)
    
public  voidnormalize()
    
public  voidnormalizeDocument()
    
public  voidremoveAttribute(String name)
    
public  voidremoveAttributeNS(String namespaceURI, String localName)
    
public  AttrremoveAttributeNode(Attr oldAttr)
    
public  org.w3c.dom.NoderemoveChild(org.w3c.dom.Node node)
    
public  NoderenameNode(Node a, String nb, String c)
    
public  org.w3c.dom.NodereplaceChild(org.w3c.dom.Node node, org.w3c.dom.Node node1)
    
public  voidreplaceData(int offset, int count, String arg)
    
public  TextreplaceWholeText(String a)
    
public  voidsetAttribute(String name, String value)
    
public  voidsetAttributeNS(String namespaceURI, String qualifiedName, String value)
    
public  AttrsetAttributeNode(Attr newAttr)
    
public  AttrsetAttributeNodeNS(Attr newAttr)
    
public  voidsetData(String data)
    
public  voidsetDocumentURI(String a)
    
public  voidsetIdAttribute(String a, boolean b)
    
public  voidsetIdAttributeNS(String a, String b, boolean c)
    
public  voidsetIdAttributeNode(Attr a, boolean b)
    
public  voidsetNodeValue(String str)
    
public  voidsetPrefix(String str)
    
public  voidsetStrictErrorChecking(boolean a)
    
public  voidsetTextContent(String a)
    
public  ObjectsetUserData(String a, Object b, UserDataHandler c)
    
public  voidsetValue(String value)
    
public  voidsetXmlStandalone(boolean a)
    
public  voidsetXmlVersion(String a)
    
public  TextsplitText(int offset)
    
public  StringsubstringData(int offset, int count)
    



Method Detail
adoptNode
public Node adoptNode(Node a)(Code)



appendChild
public org.w3c.dom.Node appendChild(org.w3c.dom.Node node) throws org.w3c.dom.DOMException(Code)



appendData
public void appendData(String arg) throws DOMException(Code)



cloneNode
public org.w3c.dom.Node cloneNode(boolean param)(Code)



compareDocumentPosition
public short compareDocumentPosition(Node a)(Code)



deleteData
public void deleteData(int offset, int count) throws DOMException(Code)



getAttribute
public String getAttribute(String name)(Code)



getAttributeNS
public String getAttributeNS(String namespaceURI, String localName)(Code)



getAttributeNode
public Attr getAttributeNode(String name)(Code)



getAttributeNodeNS
public Attr getAttributeNodeNS(String namespaceURI, String localName)(Code)



getAttributes
public org.w3c.dom.NamedNodeMap getAttributes()(Code)



getBaseURI
public String getBaseURI()(Code)



getChildNodes
public org.w3c.dom.NodeList getChildNodes()(Code)



getData
public String getData() throws DOMException(Code)



getDocumentURI
public String getDocumentURI()(Code)



getDomConfig
public DOMConfiguration getDomConfig()(Code)



getElementsByTagName
public NodeList getElementsByTagName(String name)(Code)



getElementsByTagNameNS
public NodeList getElementsByTagNameNS(String namespaceURI, String localName)(Code)



getFeature
public Object getFeature(String a, String b)(Code)



getFirstChild
public org.w3c.dom.Node getFirstChild()(Code)
null



getInputEncoding
public String getInputEncoding()(Code)



getLastChild
public org.w3c.dom.Node getLastChild()(Code)



getLength
public int getLength()(Code)



getLocalName
public String getLocalName()(Code)



getName
public String getName()(Code)



getNamespaceURI
public String getNamespaceURI()(Code)



getNextSibling
public org.w3c.dom.Node getNextSibling()(Code)



getNodeName
public String getNodeName()(Code)



getNodeType
abstract public short getNodeType()(Code)



getNodeValue
public String getNodeValue() throws org.w3c.dom.DOMException(Code)



getOwnerDocument
public org.w3c.dom.Document getOwnerDocument()(Code)



getOwnerElement
public Element getOwnerElement()(Code)



getParentNode
public org.w3c.dom.Node getParentNode()(Code)



getPrefix
public String getPrefix()(Code)



getPreviousSibling
public org.w3c.dom.Node getPreviousSibling()(Code)



getPublicId
public String getPublicId()(Code)



getSchemaTypeInfo
public TypeInfo getSchemaTypeInfo()(Code)



getSpecified
public boolean getSpecified()(Code)



getStrictErrorChecking
public boolean getStrictErrorChecking()(Code)



getSystemId
public String getSystemId()(Code)



getTagName
public String getTagName()(Code)



getTextContent
public String getTextContent()(Code)



getUserData
public Object getUserData(String a)(Code)



getValue
public String getValue()(Code)



getWholeText
public String getWholeText()(Code)



getXmlEncoding
public String getXmlEncoding()(Code)



getXmlStandalone
public boolean getXmlStandalone()(Code)



getXmlVersion
public String getXmlVersion()(Code)



hasAttribute
public boolean hasAttribute(String name)(Code)



hasAttributeNS
public boolean hasAttributeNS(String namespaceURI, String localName)(Code)



hasAttributes
public boolean hasAttributes()(Code)



hasChildNodes
public boolean hasChildNodes()(Code)
false



insertBefore
public org.w3c.dom.Node insertBefore(org.w3c.dom.Node node, org.w3c.dom.Node node1) throws org.w3c.dom.DOMException(Code)



insertData
public void insertData(int offset, String arg) throws DOMException(Code)



isDefaultNamespace
public boolean isDefaultNamespace(String a)(Code)



isElementContentWhitespace
public boolean isElementContentWhitespace()(Code)



isEqualNode
public boolean isEqualNode(Node a)(Code)



isId
public boolean isId()(Code)



isSameNode
public boolean isSameNode(Node a)(Code)



isSupported
public boolean isSupported(String feature, String version)(Code)
false



lookupNamespaceURI
public String lookupNamespaceURI(String a)(Code)



lookupPrefix
public String lookupPrefix(String a)(Code)



normalize
public void normalize()(Code)



normalizeDocument
public void normalizeDocument()(Code)



removeAttribute
public void removeAttribute(String name) throws DOMException(Code)



removeAttributeNS
public void removeAttributeNS(String namespaceURI, String localName) throws DOMException(Code)



removeAttributeNode
public Attr removeAttributeNode(Attr oldAttr) throws DOMException(Code)



removeChild
public org.w3c.dom.Node removeChild(org.w3c.dom.Node node) throws org.w3c.dom.DOMException(Code)



renameNode
public Node renameNode(Node a, String nb, String c)(Code)



replaceChild
public org.w3c.dom.Node replaceChild(org.w3c.dom.Node node, org.w3c.dom.Node node1) throws org.w3c.dom.DOMException(Code)



replaceData
public void replaceData(int offset, int count, String arg) throws DOMException(Code)



replaceWholeText
public Text replaceWholeText(String a)(Code)



setAttribute
public void setAttribute(String name, String value) throws DOMException(Code)



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



setAttributeNode
public Attr setAttributeNode(Attr newAttr) throws DOMException(Code)



setAttributeNodeNS
public Attr setAttributeNodeNS(Attr newAttr) throws DOMException(Code)



setData
public void setData(String data) throws DOMException(Code)



setDocumentURI
public void setDocumentURI(String a)(Code)



setIdAttribute
public void setIdAttribute(String a, boolean b)(Code)



setIdAttributeNS
public void setIdAttributeNS(String a, String b, boolean c)(Code)



setIdAttributeNode
public void setIdAttributeNode(Attr a, boolean b)(Code)



setNodeValue
public void setNodeValue(String str) throws org.w3c.dom.DOMException(Code)



setPrefix
public void setPrefix(String str) throws org.w3c.dom.DOMException(Code)



setStrictErrorChecking
public void setStrictErrorChecking(boolean a)(Code)



setTextContent
public void setTextContent(String a)(Code)



setUserData
public Object setUserData(String a, Object b, UserDataHandler c)(Code)



setValue
public void setValue(String value) throws DOMException(Code)



setXmlStandalone
public void setXmlStandalone(boolean a)(Code)



setXmlVersion
public void setXmlVersion(String a)(Code)



splitText
public Text splitText(int offset) throws DOMException(Code)



substringData
public String substringData(int offset, int count) throws DOMException(Code)



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.