public class XMLParseResult extends Object
Constructor and Description |
---|
XMLParseResult() |
XMLParseResult(String name)
Creates a new instance of XMLParseResult.
|
Modifier and Type | Method and Description |
---|---|
void |
addAttribute(String key,
String value) |
void |
addChild(XMLParseResult child) |
Document |
getAsDocument() |
String |
getBody() |
Boolean |
getBooleanValue(String theName) |
XMLParseResult |
getChild(String theName) |
Iterator<XMLParseResult> |
getChildren() |
Date |
getDateValue(String theName) |
Integer |
getIntValue(String theName) |
Long |
getLongValue(String theName) |
String |
getName() |
String |
getStringValue(String theName) |
TCMURI |
getTCMURIValue(String theName) |
XMLParseResultIterator |
iterator(String theName) |
void |
setBody(String body) |
public XMLParseResult(String name)
public XMLParseResult()
public void addChild(XMLParseResult child)
public String getBody()
public void setBody(String body)
public String getName()
public XMLParseResult getChild(String theName)
public Iterator<XMLParseResult> getChildren()
public XMLParseResultIterator iterator(String theName)
public Document getAsDocument()
Copyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries