public class DomChildAccess extends Object
| Constructor and Description |
|---|
DomChildAccess() |
| Modifier and Type | Method and Description |
|---|---|
static int |
getChildElemCount(Node parentNode) |
static int |
getChildElemCount(Node parentNode,
String nsUri,
String localName) |
static Iterator |
getChildElementIterator(Node parentNode) |
static Iterator |
getChildElementIterator(Node parentNode,
String elemNsUri,
String elemLocalName) |
static List |
getChildElements(Node parentNode) |
static List |
getChildElementsByTagName(Node parentNode,
String nsUri,
String localName) |
static StringBuffer |
getElementTextContent(Element elem) |
static Element |
getFirstChildElement(Node parentNode) |
static Element |
getFirstChildElement(Node parentNode,
String nsUri,
String localName) |
static int |
removeAllChildNodes(Node parentNode) |
public static StringBuffer getElementTextContent(Element elem)
public static List getChildElementsByTagName(Node parentNode, String nsUri, String localName)
public static int getChildElemCount(Node parentNode, String nsUri, String localName)
public static int getChildElemCount(Node parentNode)
public static Element getFirstChildElement(Node parentNode, String nsUri, String localName)
public static int removeAllChildNodes(Node parentNode)
public static Iterator getChildElementIterator(Node parentNode, String elemNsUri, String elemLocalName)
Copyright © 2014 Open Geospatial Consortium. All rights reserved.