public class OwXMLUtilOptionAndPlaceholderFilter extends OwXMLUtilPlaceholderFilter
Utility class for XML access and debugging.
Overrides OwXMLUtilPlaceholderFilter with option IDs.
Option ID's allow the selection of nodes through option ID attributes.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
OwStandardOptionXMLUtilm_wrappednode| Constructor and Description |
|---|
OwXMLUtilOptionAndPlaceholderFilter(Node node_p,
OwAttributeBag placeholderattributeBag_p,
OwAttributeBag optionsIDs_p)
construct a template XML util node with option and placeholder configuration filter
|
OwXMLUtilOptionAndPlaceholderFilter(OwXMLUtil node_p,
OwAttributeBag placeholderattributeBag_p,
OwAttributeBag optionsIDs_p)
construct a template XML util node with option and placeholder configuration filter
|
| Modifier and Type | Method and Description |
|---|---|
List |
getSafeNodeList(String strNodeName_p)
retrieve a node list in a subnode
|
List |
getSafeStringList(String strNodeName_p)
retrieve a string list in a subnode
|
Set |
getSafeStringSet(String strNodeName_p)
retrieve a string list in a subnode
|
protected String |
getSelectedNodeName(String name_p)
get the node name that was selected through the selectiveConfigurationIDs_p
|
Node |
getSubNode(String name_p)
get the subnode with the given tagname
|
getAttributeValue, getName, getNode, getNodeValue, getNodeValue, getPlaceholderValue, getSafeBooleanAttributeValue, getSafeBooleanValue, getSafeCDATAList, getSafeCDATAList, getSafeIntegerAttributeValue, getSafeIntegerValue, getSafeNodeList, getSafeStringAttributeValue, getSafeStringList, getSafeTextValue, getSafeTextValue, getSafeUtilList, getSafeUtilList, getSubUtil, getURLFromNode, writeHtmlDump, writeHtmlDumpFilteredpublic OwXMLUtilOptionAndPlaceholderFilter(OwXMLUtil node_p, OwAttributeBag placeholderattributeBag_p, OwAttributeBag optionsIDs_p) throws Exception
public OwXMLUtilOptionAndPlaceholderFilter(Node node_p, OwAttributeBag placeholderattributeBag_p, OwAttributeBag optionsIDs_p) throws Exception
public Node getSubNode(String name_p) throws Exception
OwXMLUtilgetSubNode in interface OwXMLUtilgetSubNode in class OwXMLUtilPlaceholderFiltername_p - tag name of requested nodeExceptionprotected String getSelectedNodeName(String name_p)
name_p - Stringpublic List getSafeNodeList(String strNodeName_p)
OwXMLUtilgetSafeNodeList in interface OwXMLUtilgetSafeNodeList in class OwXMLUtilPlaceholderFilterstrNodeName_p - String name of the subnode with the node listpublic List getSafeStringList(String strNodeName_p)
OwXMLUtilgetSafeStringList in interface OwXMLUtilgetSafeStringList in class OwXMLUtilPlaceholderFilterstrNodeName_p - String name of the subnode with the string listpublic Set getSafeStringSet(String strNodeName_p)
OwXMLUtilgetSafeStringSet in interface OwXMLUtilgetSafeStringSet in class OwXMLUtilPlaceholderFilterstrNodeName_p - String name of the subnode with the string listCopyright © 2014 Alfresco Business Solutions. All Rights Reserved.