public class DomBuilder extends Object
Copyright (c) SAP AG 2001-2005
| Constructor and Description |
|---|
DomBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Document |
newDocument() |
static Document |
parse(InputSource is,
boolean namespaceAware) |
static Document |
parse(InputStream input,
boolean tolerateNSerrors)
Parse an input stream into a Document
|
static Document |
parse(String input)
Parse a string into a Document
|
static Document |
parse(String input,
boolean namespaceAware) |
public static Document newDocument()
public static Document parse(String input, boolean namespaceAware) throws SAXException, IOException
SAXExceptionIOExceptionpublic static Document parse(InputSource is, boolean namespaceAware) throws SAXException
SAXExceptionpublic static Document parse(String input) throws SAXException, IOException
input - the input streamSAXExceptionIOExceptionpublic static Document parse(InputStream input, boolean tolerateNSerrors) throws SAXException, IOException
input - the input streamtolerateNSerrors - when set to true , elements that
aren't XML-NS-wellformed but which are XML-wellformed will be
tolerated (and dropped)SAXExceptionIOException| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-CM
|
[sap.com] tc/km/frwk
|
api
|
EP-KM-CM
|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
Copyright 2021 SAP SE Complete Copyright Notice