| 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,
Method Summary | |
public void | addMerger(DPObject dpo) | public void | addMergers(List m) | public void | appendAdvancedAttr(StringBuffer b) | static void | appendBuffer(String a, StringBuffer b, int indent) | public void | appendEndTag(StringBuffer b) | public void | appendLockAttr(StringBuffer b) | public void | appendMergeAttr(StringBuffer b) | public void | appendStartTag(StringBuffer b) | public void | checkType() | void | checkType(String actual) | public int | compareTo(Object o) | Element | createElement(String xml) | static Element | createElement(DPContext dpc, Document d, String tagName) | static Element | createElement(DPContext dpc, Document d, String tagName, String name) | static Map | createElementTable(Element e) | public boolean | equals(Object o) Tests equality for this XML DP object. | static String | getCachedLocaleName(String l, String c, String v) | static Element | getChildElement(Element e, String tagName) | static Element | getChildElement(Element e, String tagName, String name) | static List | getChildElements(Element e, String tagName) | static String | getConditionalPropertiesName(String type, String value) | public DPContext | getContext() | public boolean | getDefaultAdvancedValue() | public boolean | getDefaultLockValue() | public boolean | getDefaultPropagateValue() | public DocumentBuilder | getDocBuilder() | static DocumentBuilder | getDocBuilder(DPContext dpc) | public Document | getDocument() | public Element | getElement() | public DPObject | getLastMerger() | static String | getLocaleName(String l, String c, String v) | public short | getMergeType() | abstract protected Element | getMergedElement() | public List | getMergers() | public String | getName() | public DPObject | getObject(Element e) | public Element | getParentElement() | public int | getPriority() | public DPRoot | getRoot() | Element | getRootElement() | static Element | getRootElement(Element e) | abstract public String | getTag() | protected static Text | getTextNode(Element e) | public short | getThisMergeType() | abstract public short | getType() | static short | getType(Element e) | public String | getVersion() | public void | indentBuffer(StringBuffer b, int indent) | public boolean | isAdvanced() | public static boolean | isAdvancedElement(Element e) | static boolean | isAtomicElement(Element e) | static boolean | isConditionalPropertiesName(String name) | public boolean | isDirty() | public boolean | isDummy() | static boolean | isLocaleName(String name) | public boolean | isLocked() | public static boolean | isLockedElement(Element e) | public boolean | isMergeAdvanced() | public boolean | isMergeLocked() | public boolean | isMergeRemove() | public boolean | isMergeReplace() | public boolean | isMerged() | public boolean | isRemove() | public static boolean | isRemoveElement(Element e) | public boolean | isReplace() | public static boolean | isReplaceElement(Element e) | public boolean | isThisAdvanced(Element e) | public boolean | isThisLocked(Element e) | public boolean | isThisRemove(Element e) | public boolean | isThisReplace(Element e) | public static int | max(int a, int b, int c) | static List | parseConditionalPropertiesName(String name) | static List | parseLocaleName(String name) | static void | putCachedLocaleName(String l, String c, String v, String name) | public void | putObject(DPObject dpo) | public void | removeObject(DPObject dpo) | public void | removeObject(Element e) | public void | setAdvanced(boolean adv) | public void | setDirty(boolean state) | public void | setDummy(boolean state) | public void | setElement(Element e) | public void | setLock(boolean lock) | public void | setMergeType(short type) | static void | setMergeTypeElement(Element e, int type) | static void | setName(Element e, String name) | public void | setPriority(int priority) | public void | setVersion(String version) | public static boolean | staticGetDefaultAdvancedValue() | public static boolean | staticGetDefaultLockValue() | public static boolean | staticGetDefaultPropagateValue() | static boolean | toBoolean(String name) | public String | toDebugString() | public String | toMergedXML() | public String | toString() | public String | toString(boolean prune) | static void | toStringBuffer(Node n, StringBuffer b, boolean prune, int indent) |
INDENT_SPACES | final static int INDENT_SPACES(Code) | | |
ccount | static long ccount(Code) | | |
mergeTypeTable | static Map mergeTypeTable(Code) | | |
checkType | public void checkType()(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
|
getDefaultAdvancedValue | public boolean getDefaultAdvancedValue()(Code) | | |
getDefaultLockValue | public boolean getDefaultLockValue()(Code) | | |
getDefaultPropagateValue | public boolean getDefaultPropagateValue()(Code) | | |
getMergeType | public short getMergeType()(Code) | | |
getMergedElement | abstract protected Element getMergedElement()(Code) | | |
getPriority | public int getPriority()(Code) | | |
getThisMergeType | public short getThisMergeType()(Code) | | |
getType | abstract public short getType()(Code) | | |
isAdvanced | public boolean isAdvanced()(Code) | | |
isAdvancedElement | public static boolean isAdvancedElement(Element e)(Code) | | |
isConditionalPropertiesName | static boolean isConditionalPropertiesName(String name)(Code) | | |
isDirty | public boolean isDirty()(Code) | | |
isDummy | public boolean isDummy()(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) | | |
max | public static int max(int a, int b, int c)(Code) | | |
parseConditionalPropertiesName | static List parseConditionalPropertiesName(String name)(Code) | | |
setAdvanced | public void setAdvanced(boolean adv)(Code) | | |
setDirty | public void setDirty(boolean state)(Code) | | |
setDummy | public void setDummy(boolean state)(Code) | | |
setLock | public void setLock(boolean lock)(Code) | | |
setMergeType | public void setMergeType(short type)(Code) | | |
setMergeTypeElement | static void setMergeTypeElement(Element e, int type)(Code) | | |
setPriority | public void setPriority(int priority)(Code) | | |
staticGetDefaultAdvancedValue | public static boolean staticGetDefaultAdvancedValue()(Code) | | |
staticGetDefaultLockValue | public static boolean staticGetDefaultLockValue()(Code) | | |
staticGetDefaultPropagateValue | public static boolean staticGetDefaultPropagateValue()(Code) | | |
|
|