Java Doc for QAbstractNode.java in  » EJB-Server-resin-3.1.5 » resin » com » caucho » xml » 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 » EJB Server resin 3.1.5 » resin » com.caucho.xml 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.caucho.xml.QAbstractNode

All known Subclasses:   com.caucho.xml.QCharacterData,  com.caucho.xpath.pattern.NamespaceNode,  com.caucho.xml.QNode,
QAbstractNode
abstract public class QAbstractNode implements CauchoNode,java.io.Serializable(Code)
QAbstractNode is an abstract implementation for any DOM node.


Field Summary
protected static  L10NL
    
 String_filename
    
 int_line
    
 QAbstractNode_next
    
 QDocument_owner
    
 QNode_parent
    
 QAbstractNode_previous
    
 String_systemId
    

Constructor Summary
protected  QAbstractNode()
    
protected  QAbstractNode(QDocument owner)
    

Method Summary
public  NodeappendChild(Node newNode)
    
public static  StringbaseURI(Node node)
    
public  booleancheckValid()
    
public  NodecloneNode(boolean deep)
    
public  shortcompareDocumentPosition(Node node)
    
public  shortcompareTreePosition(Node other)
    
public  booleanequals(Node arg, boolean deep)
    
public  NamedNodeMapgetAttributes()
    
public  StringgetBaseURI()
     Returns the base URI of the node.
public  StringgetCanonicalName()
    
public  NodeListgetChildNodes()
    
public  intgetColumn()
    
public  ArrayList<Depend>getDependencyList()
    
public  ObjectgetFeature(String feature, String version)
     Returns a feature value.
public  StringgetFilename()
     Returns the node's source filename.
public  NodegetFirstChild()
    
public  NodegetInterface(String feature)
    
public  NodegetLastChild()
    
public  intgetLine()
     Returns the node's source line.
public  StringgetLocalName()
    
public  StringgetNamespaceURI()
    
public  QAbstractNodegetNextContent()
    
public  QAbstractNodegetNextPreorder()
    
public  NodegetNextSibling()
    
public  StringgetNodeValue()
    
public  DocumentgetOwnerDocument()
     Returns the owning document.
public  NodegetParentNode()
    
public  StringgetPrefix()
    
public  QAbstractNodegetPreviousContent()
    
public  NodegetPreviousSibling()
    
public  QNamegetQName()
    
public  StringgetTextContent()
    
public  StringgetTextValue()
    
public  ObjectgetUserData(String data)
    
public  booleanhasAttributes()
     Returns true if the node has attributes.
public  booleanhasChildNodes()
    
public  booleanhasContent()
    
public  NodeinsertBefore(Node newChild, Node refChild)
    
public  booleanisDefaultNamespace(String namespaceURI)
    
public  booleanisEqualNode(Node arg)
    
 booleanisNameValid(String name)
    
public  booleanisSameNode(Node other)
    
public  booleanisSupported(String feature, String version)
    
public  StringlookupNamespacePrefix(String namespaceURI, boolean useDefault)
    
public  StringlookupNamespaceURI(String prefix)
    
public  StringlookupPrefix(String feature)
     Looks up a prefix value.
public  voidnormalize()
    
 voidprint(XmlPrinter out)
    
public  voidprint(WriteStream out)
    
public  voidprintHtml(WriteStream out)
    
public  voidprintPretty(WriteStream out)
    
 voidremove()
    
public  NoderemoveChild(Node oldChild)
    
public  NodereplaceChild(Node newChild, Node refChild)
    
public  voidsetFeature(String feature, boolean value)
     Sets a feature value.
public  voidsetLocation(String systemId, String filename, int line, int column)
    
public  voidsetNodeValue(String value)
    
public  voidsetPrefix(String prefix)
    
public  voidsetTextContent(String textContent)
    
public  ObjectsetUserData(String key, Object value, UserDataHandler userData)
    
public  booleansupports(String feature, String version)
    

Field Detail
L
protected static L10N L(Code)



_filename
String _filename(Code)



_line
int _line(Code)



_next
QAbstractNode _next(Code)



_owner
QDocument _owner(Code)



_parent
QNode _parent(Code)



_previous
QAbstractNode _previous(Code)



_systemId
String _systemId(Code)




Constructor Detail
QAbstractNode
protected QAbstractNode()(Code)



QAbstractNode
protected QAbstractNode(QDocument owner)(Code)




Method Detail
appendChild
public Node appendChild(Node newNode) throws DOMException(Code)



baseURI
public static String baseURI(Node node)(Code)
Returns the base URI



checkValid
public boolean checkValid() throws Exception(Code)



cloneNode
public Node cloneNode(boolean deep)(Code)



compareDocumentPosition
public short compareDocumentPosition(Node node)(Code)
Compares the document position



compareTreePosition
public short compareTreePosition(Node other)(Code)



equals
public boolean equals(Node arg, boolean deep)(Code)



getAttributes
public NamedNodeMap getAttributes()(Code)



getBaseURI
public String getBaseURI()(Code)
Returns the base URI of the node.



getCanonicalName
public String getCanonicalName()(Code)



getChildNodes
public NodeList getChildNodes()(Code)



getColumn
public int getColumn()(Code)



getDependencyList
public ArrayList<Depend> getDependencyList()(Code)



getFeature
public Object getFeature(String feature, String version)(Code)
Returns a feature value.



getFilename
public String getFilename()(Code)
Returns the node's source filename.



getFirstChild
public Node getFirstChild()(Code)



getInterface
public Node getInterface(String feature)(Code)



getLastChild
public Node getLastChild()(Code)



getLine
public int getLine()(Code)
Returns the node's source line.



getLocalName
public String getLocalName()(Code)



getNamespaceURI
public String getNamespaceURI()(Code)



getNextContent
public QAbstractNode getNextContent()(Code)



getNextPreorder
public QAbstractNode getNextPreorder()(Code)



getNextSibling
public Node getNextSibling()(Code)



getNodeValue
public String getNodeValue()(Code)



getOwnerDocument
public Document getOwnerDocument()(Code)
Returns the owning document.



getParentNode
public Node getParentNode()(Code)



getPrefix
public String getPrefix()(Code)



getPreviousContent
public QAbstractNode getPreviousContent()(Code)



getPreviousSibling
public Node getPreviousSibling()(Code)



getQName
public QName getQName()(Code)



getTextContent
public String getTextContent() throws DOMException(Code)



getTextValue
public String getTextValue()(Code)



getUserData
public Object getUserData(String data)(Code)



hasAttributes
public boolean hasAttributes()(Code)
Returns true if the node has attributes.



hasChildNodes
public boolean hasChildNodes()(Code)



hasContent
public boolean hasContent()(Code)



insertBefore
public Node insertBefore(Node newChild, Node refChild) throws DOMException(Code)



isDefaultNamespace
public boolean isDefaultNamespace(String namespaceURI)(Code)



isEqualNode
public boolean isEqualNode(Node arg)(Code)



isNameValid
boolean isNameValid(String name)(Code)



isSameNode
public boolean isSameNode(Node other)(Code)



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



lookupNamespacePrefix
public String lookupNamespacePrefix(String namespaceURI, boolean useDefault)(Code)



lookupNamespaceURI
public String lookupNamespaceURI(String prefix)(Code)



lookupPrefix
public String lookupPrefix(String feature)(Code)
Looks up a prefix value.



normalize
public void normalize()(Code)



print
void print(XmlPrinter out) throws IOException(Code)



print
public void print(WriteStream out) throws IOException(Code)



printHtml
public void printHtml(WriteStream out) throws IOException(Code)



printPretty
public void printPretty(WriteStream out) throws IOException(Code)



remove
void remove()(Code)



removeChild
public Node removeChild(Node oldChild) throws DOMException(Code)



replaceChild
public Node replaceChild(Node newChild, Node refChild) throws DOMException(Code)



setFeature
public void setFeature(String feature, boolean value)(Code)
Sets a feature value.



setLocation
public void setLocation(String systemId, String filename, int line, int column)(Code)



setNodeValue
public void setNodeValue(String value)(Code)



setPrefix
public void setPrefix(String prefix)(Code)



setTextContent
public void setTextContent(String textContent) throws DOMException(Code)



setUserData
public Object setUserData(String key, Object value, UserDataHandler userData)(Code)



supports
public boolean supports(String feature, String version)(Code)
Support the same and the implementation



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.