|
SAP NetWeaver 7.40 SP 07 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sapportals.wcm.protocol.webdav.DomBuilder
public class DomBuilder
Utility functions for bootstrapping a Document
and for parsing it from a stream or a string.
Copyright (c) SAP AG 2001-2004
| Constructor Summary | |
|---|---|
DomBuilder()
|
|
| Method Summary | |
|---|---|
static Document |
newDocument()
Create an empty DOM document. |
static Document |
newDocument(IName name)
Create a DOM document including the document element node. |
static Document |
newDocument(String namespaceUri,
String documentElement)
Create a DOM document including the document element node. |
static Document |
parse(File input)
Parse a File into a Document |
static Document |
parse(InputStream input)
Parse an input stream into a Document |
static Document |
parse(String input)
Parse a string into a Document |
static Document |
parse(XMLMarkup input)
Parse a string into a Document |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DomBuilder()
| Method Detail |
|---|
public static Document newDocument()
public static Document newDocument(String namespaceUri,
String documentElement)
namespaceUri - namespace of document elementdocumentElement - local name of document element
public static Document newDocument(IName name)
name - IName of document element
public static Document parse(InputStream input)
throws SAXException
input - the input stream
SAXException
public static Document parse(File input)
throws SAXException,
IOException
input - the input stream
SAXException
IOException
public static Document parse(String input)
throws SAXException
input - the input stream
SAXException
public static Document parse(XMLMarkup input)
throws SAXException
input - the input stream
SAXException| 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
|
|
SAP NetWeaver 7.40 SP 07 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||