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
OwStandardOptionXMLUtil
m_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, writeHtmlDumpFiltered
public 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
OwXMLUtil
getSubNode
in interface OwXMLUtil
getSubNode
in class OwXMLUtilPlaceholderFilter
name_p
- tag name of requested nodeException
protected String getSelectedNodeName(String name_p)
name_p
- String
public List getSafeNodeList(String strNodeName_p)
OwXMLUtil
getSafeNodeList
in interface OwXMLUtil
getSafeNodeList
in class OwXMLUtilPlaceholderFilter
strNodeName_p
- String name of the subnode with the node listpublic List getSafeStringList(String strNodeName_p)
OwXMLUtil
getSafeStringList
in interface OwXMLUtil
getSafeStringList
in class OwXMLUtilPlaceholderFilter
strNodeName_p
- String name of the subnode with the string listpublic Set getSafeStringSet(String strNodeName_p)
OwXMLUtil
getSafeStringSet
in interface OwXMLUtil
getSafeStringSet
in class OwXMLUtilPlaceholderFilter
strNodeName_p
- String name of the subnode with the string listCopyright © 2014 Alfresco Business Solutions. All Rights Reserved.