2.1
1.1
DOM
http://www.servletsuite.com/servlets/domtag
DOM taglib
domParse
com.cj.dom.domParse
JSP
XML DOM parse
xmlString
false
true
xmlData
false
true
id
true
true
scope
false
true
ignoreDTD
false
true
domError
com.cj.dom.domError
JSP
Executes body in case of any errors in the parsing
id
true
true
scope
false
true
getDomError
com.cj.dom.getDomError
empty
gets error message
id
false
true
scope
false
true
getNodeText
com.cj.dom.getNodeText
com.cj.dom.strVariable
empty
gets Node text
id
false
true
scope
false
true
path
false
true
position
false
true
into
false
true
existsNode
com.cj.dom.existsNode
JSP
executes body if Node exists
id
false
true
scope
false
true
path
false
true
position
false
true
getNodeName
com.cj.dom.getNodeName
com.cj.dom.strVariable
empty
gets Node name
id
false
true
scope
false
true
path
false
true
position
false
true
into
false
true
forEachNode
com.cj.dom.domForEach
JSP
loop over nodes
id
false
true
scope
false
true
path
false
true
position
false
true
setNodeText
com.cj.dom.setNodeText
empty
sets Node text
id
false
true
scope
false
true
path
false
true
position
false
true
value
true
true
existsNodeAttribute
com.cj.dom.existsNodeAttribute
JSP
executes body if attribute exists
id
false
true
scope
false
true
path
false
true
name
true
true
position
false
true
getNodeAttribute
com.cj.dom.getNodeAttribute
com.cj.dom.strVariable
empty
gets Node attribute
id
false
true
scope
false
true
path
false
true
name
true
true
position
false
true
into
false
true
setNodeAttribute
com.cj.dom.setNodeAttribute
empty
sets Node attribute
id
false
true
scope
false
true
path
false
true
name
true
true
position
false
true
value
true
true
getNodeCount
com.cj.dom.getNodeCount
com.cj.dom.intVariable
empty
gets Node text
id
false
true
scope
false
true
path
false
true
into
false
true
printTree
com.cj.dom.printTree
com.cj.dom.strVariable
empty
prints tree
id
false
true
scope
false
true
into
false
true