com.wewebu.ow.server.util
Class OwStandardOptionXMLUtil

java.lang.Object
  extended by com.wewebu.ow.server.util.OwStandardXMLUtil
      extended by com.wewebu.ow.server.util.OwStandardOptionXMLUtil
All Implemented Interfaces:
OwXMLUtil

public class OwStandardOptionXMLUtil
extends OwStandardXMLUtil

Extends OwStandardXMLUtil and keys selective nodes in the node map. So they can be selected with OwXMLUtilFilter.

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

See Also:
OwXMLUtilPlaceholderFilter

Field Summary
static String OPTION_ID_ATTRIBUTE_NAME
          XML node attribute name for selective id's
 
Fields inherited from class com.wewebu.ow.server.util.OwStandardXMLUtil
DEPTH_FIRST_PREORDER, WIDTH_FIRST_LEVEL_ORDER
 
Constructor Summary
OwStandardOptionXMLUtil(InputStream inputStream_p, String strRootNodeName_p)
           
OwStandardOptionXMLUtil(Node node_p)
           
 
Method Summary
protected  String getKeyName(Node node_p)
          (overridden) get the name the node is keyed in the lookup map
 
Methods inherited from class com.wewebu.ow.server.util.OwStandardXMLUtil
getFileEncoding, getNode, getSafeBooleanAttributeValue, getSafeBooleanValue, getSafeCDATAList, getSafeCDATAList, getSafeIntegerAttributeValue, getSafeIntegerValue, getSafeNodeList, getSafeNodeList, getSafeStringAttributeValue, getSafeStringList, getSafeStringList, getSafeStringSet, getSafeTextValue, getSafeTextValue, getSafeUtilList, getSafeUtilList, getSubNode, getSubUtil, getURLFromNode, setFileEncoding, setNode, writeHtmlDump
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OPTION_ID_ATTRIBUTE_NAME

public static final String OPTION_ID_ATTRIBUTE_NAME
XML node attribute name for selective id's

See Also:
Constant Field Values
Constructor Detail

OwStandardOptionXMLUtil

public OwStandardOptionXMLUtil(Node node_p)
                        throws Exception
Throws:
Exception

OwStandardOptionXMLUtil

public OwStandardOptionXMLUtil(InputStream inputStream_p,
                               String strRootNodeName_p)
                        throws Exception
Throws:
Exception
Method Detail

getKeyName

protected String getKeyName(Node node_p)
(overridden) get the name the node is keyed in the lookup map

Overrides:
getKeyName in class OwStandardXMLUtil
Parameters:
node_p -


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.