|
Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.beasys.commerce.util.DOMHelper
DomHelper
@Deprecated public class DOMHelper
| Constructor Summary | |
|---|---|
DOMHelper()
Deprecated See BEA Commerce product offering |
|
| Method Summary | |
|---|---|
static String |
extractAttributeValue(Node node,
String attribute)
Deprecated See BEA Commerce product offering |
static Node |
extractNodeByTag(Node node,
String tag)
Deprecated See BEA Commerce product offering |
static NodeList |
extractNodeListByTag(Node node,
String tag)
Deprecated See BEA Commerce product offering |
static String |
extractNodeValue(Node node)
Deprecated See BEA Commerce product offering |
static String |
getTagName(Element e)
Deprecated See BEA Commerce product offering |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DOMHelper()
| Method Detail |
|---|
public static Node extractNodeByTag(Node node,
String tag)
throws ApplicationException
node - xml node from DOM modeltag - specifies the name of the node to look for in the DOM model
ApplicationException
public static NodeList extractNodeListByTag(Node node,
String tag)
throws ApplicationException
node - xml node from DOM modeltag - specifies the name of the node to look for in the DOM model
ApplicationException
public static String extractNodeValue(Node node)
throws ApplicationException
node - xml node from DOM model
ApplicationException
public static String extractAttributeValue(Node node,
String attribute)
throws ApplicationException
node - xml node from DOM modelattribute - the name of the attribute
ApplicationExceptionpublic static String getTagName(Element e)
|
Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||