public class XMLFactory extends Object
Constructor and Description |
---|
XMLFactory() |
Modifier and Type | Method and Description |
---|---|
static Document |
getDocument()
Return a new DOM Document.
|
static DocumentBuilder |
getDOMParser(boolean validating,
boolean namespaceAware)
Return a DocumentBuilder with the specified configuration.
|
static SAXParser |
getSAXParser(boolean validating,
boolean namespaceAware)
Return a SAXParser with the specified configuration.
|
public static SAXParser getSAXParser(boolean validating, boolean namespaceAware)
public static DocumentBuilder getDOMParser(boolean validating, boolean namespaceAware)
public static Document getDocument()
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.