Java Doc for XMLDPObject.java in  » Portal » Open-Portal » com » sun » portal » desktop » dp » 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 » Portal » Open Portal » com.sun.portal.desktop.dp.xml 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.sun.portal.desktop.dp.xml.XMLDPObject

All known Subclasses:   com.sun.portal.desktop.dp.xml.XMLDPPropertyHolder,  com.sun.portal.desktop.dp.xml.XMLDPProperty,
XMLDPObject
abstract public class XMLDPObject implements DPObject,DPTypes,XMLDPTags,XMLDPAttrs,Comparable(Code)


Field Summary
final static  intINDENT_SPACES
    
static  String[]MERGETYPE_VALUES
    
static  longccount
    
static  MapmergeTypeTable
    

Constructor Summary
 XMLDPObject(DPContext dpc, DPRoot r, Element e)
    

Method Summary
public  voidaddMerger(DPObject dpo)
    
public  voidaddMergers(List m)
    
public  voidappendAdvancedAttr(StringBuffer b)
    
static  voidappendBuffer(String a, StringBuffer b, int indent)
    
public  voidappendEndTag(StringBuffer b)
    
public  voidappendLockAttr(StringBuffer b)
    
public  voidappendMergeAttr(StringBuffer b)
    
public  voidappendStartTag(StringBuffer b)
    
public  voidcheckType()
    
 voidcheckType(String actual)
    
public  intcompareTo(Object o)
    
 ElementcreateElement(String xml)
    
static  ElementcreateElement(DPContext dpc, Document d, String tagName)
    
static  ElementcreateElement(DPContext dpc, Document d, String tagName, String name)
    
static  MapcreateElementTable(Element e)
    
public  booleanequals(Object o)
     Tests equality for this XML DP object.
static  StringgetCachedLocaleName(String l, String c, String v)
    
static  ElementgetChildElement(Element e, String tagName)
    
static  ElementgetChildElement(Element e, String tagName, String name)
    
static  ListgetChildElements(Element e, String tagName)
    
static  StringgetConditionalPropertiesName(String type, String value)
    
public  DPContextgetContext()
    
public  booleangetDefaultAdvancedValue()
    
public  booleangetDefaultLockValue()
    
public  booleangetDefaultPropagateValue()
    
public  DocumentBuildergetDocBuilder()
    
static  DocumentBuildergetDocBuilder(DPContext dpc)
    
public  DocumentgetDocument()
    
public  ElementgetElement()
    
public  DPObjectgetLastMerger()
    
static  StringgetLocaleName(String l, String c, String v)
    
public  shortgetMergeType()
    
abstract protected  ElementgetMergedElement()
    
public  ListgetMergers()
    
public  StringgetName()
    
public  DPObjectgetObject(Element e)
    
public  ElementgetParentElement()
    
public  intgetPriority()
    
public  DPRootgetRoot()
    
 ElementgetRootElement()
    
static  ElementgetRootElement(Element e)
    
abstract public  StringgetTag()
    
protected static  TextgetTextNode(Element e)
    
public  shortgetThisMergeType()
    
abstract public  shortgetType()
    
static  shortgetType(Element e)
    
public  StringgetVersion()
    
public  voidindentBuffer(StringBuffer b, int indent)
    
public  booleanisAdvanced()
    
public static  booleanisAdvancedElement(Element e)
    
static  booleanisAtomicElement(Element e)
    
static  booleanisConditionalPropertiesName(String name)
    
public  booleanisDirty()
    
public  booleanisDummy()
    
static  booleanisLocaleName(String name)
    
public  booleanisLocked()
    
public static  booleanisLockedElement(Element e)
    
public  booleanisMergeAdvanced()
    
public  booleanisMergeLocked()
    
public  booleanisMergeRemove()
    
public  booleanisMergeReplace()
    
public  booleanisMerged()
    
public  booleanisRemove()
    
public static  booleanisRemoveElement(Element e)
    
public  booleanisReplace()
    
public static  booleanisReplaceElement(Element e)
    
public  booleanisThisAdvanced(Element e)
    
public  booleanisThisLocked(Element e)
    
public  booleanisThisRemove(Element e)
    
public  booleanisThisReplace(Element e)
    
public static  intmax(int a, int b, int c)
    
static  ListparseConditionalPropertiesName(String name)
    
static  ListparseLocaleName(String name)
    
static  voidputCachedLocaleName(String l, String c, String v, String name)
    
public  voidputObject(DPObject dpo)
    
public  voidremoveObject(DPObject dpo)
    
public  voidremoveObject(Element e)
    
public  voidsetAdvanced(boolean adv)
    
public  voidsetDirty(boolean state)
    
public  voidsetDummy(boolean state)
    
public  voidsetElement(Element e)
    
public  voidsetLock(boolean lock)
    
public  voidsetMergeType(short type)
    
static  voidsetMergeTypeElement(Element e, int type)
    
static  voidsetName(Element e, String name)
    
public  voidsetPriority(int priority)
    
public  voidsetVersion(String version)
    
public static  booleanstaticGetDefaultAdvancedValue()
    
public static  booleanstaticGetDefaultLockValue()
    
public static  booleanstaticGetDefaultPropagateValue()
    
static  booleantoBoolean(String name)
    
public  StringtoDebugString()
    
public  StringtoMergedXML()
    
public  StringtoString()
    
public  StringtoString(boolean prune)
    
static  voidtoStringBuffer(Node n, StringBuffer b, boolean prune, int indent)
    

Field Detail
INDENT_SPACES
final static int INDENT_SPACES(Code)



MERGETYPE_VALUES
static String[] MERGETYPE_VALUES(Code)



ccount
static long ccount(Code)



mergeTypeTable
static Map mergeTypeTable(Code)




Constructor Detail
XMLDPObject
XMLDPObject(DPContext dpc, DPRoot r, Element e)(Code)




Method Detail
addMerger
public void addMerger(DPObject dpo)(Code)



addMergers
public void addMergers(List m)(Code)



appendAdvancedAttr
public void appendAdvancedAttr(StringBuffer b)(Code)



appendBuffer
static void appendBuffer(String a, StringBuffer b, int indent)(Code)



appendEndTag
public void appendEndTag(StringBuffer b)(Code)



appendLockAttr
public void appendLockAttr(StringBuffer b)(Code)



appendMergeAttr
public void appendMergeAttr(StringBuffer b)(Code)



appendStartTag
public void appendStartTag(StringBuffer b)(Code)



checkType
public void checkType()(Code)



checkType
void checkType(String actual)(Code)



compareTo
public int compareTo(Object o)(Code)



createElement
Element createElement(String xml)(Code)



createElement
static Element createElement(DPContext dpc, Document d, String tagName)(Code)



createElement
static Element createElement(DPContext dpc, Document d, String tagName, String name)(Code)



createElementTable
static Map createElementTable(Element e)(Code)



equals
public boolean equals(Object o)(Code)
Tests equality for this XML DP object. Two XML DP objects are equal if there underlying DOM elements are equal



getCachedLocaleName
static String getCachedLocaleName(String l, String c, String v)(Code)



getChildElement
static Element getChildElement(Element e, String tagName)(Code)



getChildElement
static Element getChildElement(Element e, String tagName, String name)(Code)



getChildElements
static List getChildElements(Element e, String tagName)(Code)



getConditionalPropertiesName
static String getConditionalPropertiesName(String type, String value)(Code)



getContext
public DPContext getContext()(Code)



getDefaultAdvancedValue
public boolean getDefaultAdvancedValue()(Code)



getDefaultLockValue
public boolean getDefaultLockValue()(Code)



getDefaultPropagateValue
public boolean getDefaultPropagateValue()(Code)



getDocBuilder
public DocumentBuilder getDocBuilder()(Code)



getDocBuilder
static DocumentBuilder getDocBuilder(DPContext dpc)(Code)



getDocument
public Document getDocument()(Code)



getElement
public Element getElement()(Code)



getLastMerger
public DPObject getLastMerger()(Code)



getLocaleName
static String getLocaleName(String l, String c, String v)(Code)



getMergeType
public short getMergeType()(Code)



getMergedElement
abstract protected Element getMergedElement()(Code)



getMergers
public List getMergers()(Code)



getName
public String getName()(Code)



getObject
public DPObject getObject(Element e)(Code)



getParentElement
public Element getParentElement()(Code)



getPriority
public int getPriority()(Code)



getRoot
public DPRoot getRoot()(Code)



getRootElement
Element getRootElement()(Code)



getRootElement
static Element getRootElement(Element e)(Code)



getTag
abstract public String getTag()(Code)



getTextNode
protected static Text getTextNode(Element e)(Code)



getThisMergeType
public short getThisMergeType()(Code)



getType
abstract public short getType()(Code)



getType
static short getType(Element e)(Code)



getVersion
public String getVersion()(Code)



indentBuffer
public void indentBuffer(StringBuffer b, int indent)(Code)



isAdvanced
public boolean isAdvanced()(Code)



isAdvancedElement
public static boolean isAdvancedElement(Element e)(Code)



isAtomicElement
static boolean isAtomicElement(Element e)(Code)



isConditionalPropertiesName
static boolean isConditionalPropertiesName(String name)(Code)



isDirty
public boolean isDirty()(Code)



isDummy
public boolean isDummy()(Code)



isLocaleName
static boolean isLocaleName(String name)(Code)



isLocked
public boolean isLocked()(Code)



isLockedElement
public static boolean isLockedElement(Element e)(Code)



isMergeAdvanced
public boolean isMergeAdvanced()(Code)



isMergeLocked
public boolean isMergeLocked()(Code)



isMergeRemove
public boolean isMergeRemove()(Code)



isMergeReplace
public boolean isMergeReplace()(Code)



isMerged
public boolean isMerged()(Code)



isRemove
public boolean isRemove()(Code)



isRemoveElement
public static boolean isRemoveElement(Element e)(Code)



isReplace
public boolean isReplace()(Code)



isReplaceElement
public static boolean isReplaceElement(Element e)(Code)



isThisAdvanced
public boolean isThisAdvanced(Element e)(Code)



isThisLocked
public boolean isThisLocked(Element e)(Code)



isThisRemove
public boolean isThisRemove(Element e)(Code)



isThisReplace
public boolean isThisReplace(Element e)(Code)



max
public static int max(int a, int b, int c)(Code)



parseConditionalPropertiesName
static List parseConditionalPropertiesName(String name)(Code)



parseLocaleName
static List parseLocaleName(String name)(Code)



putCachedLocaleName
static void putCachedLocaleName(String l, String c, String v, String name)(Code)



putObject
public void putObject(DPObject dpo)(Code)



removeObject
public void removeObject(DPObject dpo)(Code)



removeObject
public void removeObject(Element e)(Code)



setAdvanced
public void setAdvanced(boolean adv)(Code)



setDirty
public void setDirty(boolean state)(Code)



setDummy
public void setDummy(boolean state)(Code)



setElement
public void setElement(Element e)(Code)



setLock
public void setLock(boolean lock)(Code)



setMergeType
public void setMergeType(short type)(Code)



setMergeTypeElement
static void setMergeTypeElement(Element e, int type)(Code)



setName
static void setName(Element e, String name)(Code)



setPriority
public void setPriority(int priority)(Code)



setVersion
public void setVersion(String version)(Code)



staticGetDefaultAdvancedValue
public static boolean staticGetDefaultAdvancedValue()(Code)



staticGetDefaultLockValue
public static boolean staticGetDefaultLockValue()(Code)



staticGetDefaultPropagateValue
public static boolean staticGetDefaultPropagateValue()(Code)



toBoolean
static boolean toBoolean(String name)(Code)



toDebugString
public String toDebugString()(Code)



toMergedXML
public String toMergedXML()(Code)



toString
public String toString()(Code)



toString
public String toString(boolean prune)(Code)



toStringBuffer
static void toStringBuffer(Node n, StringBuffer b, boolean prune, int indent)(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.