Modifier and Type | Method and Description |
---|---|
static Iterator<Element> |
getChildElementsByTagName(Element element,
String tagName) |
static String |
getNodeTypeAsString(Node node) |
static String |
getPCDATA(Element elmt) |
static String |
getPCDATA(Element element,
boolean normalize)
Computes the resulting string of a
#PCDATA element: it can consist in the XML document of a
combination of nodes Text, EntityReference and CDATASection, with Comment. |
static String |
getPCDATAByTagName(Element elmt,
String tagName) |
static String |
getPCDATAByTagName(Element elmt,
String tagName,
boolean normalize) |
public static String getPCDATAByTagName(Element elmt, String tagName)
public static String getPCDATAByTagName(Element elmt, String tagName, boolean normalize)
public static String getPCDATA(Element element, boolean normalize)
#PCDATA
element: it can consist in the XML document of a
combination of nodes Text, EntityReference and CDATASection, with Comment.normalize
- normalize the element before computing?public static Iterator<Element> getChildElementsByTagName(Element element, String tagName)
public static String getNodeTypeAsString(Node node)
Copyright © 2004–2014. All rights reserved.