|
Xindice API version 1.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.xml.parsers.DocumentBuilderFactory
org.apache.xindice.xml.jaxp.DocumentBuilderFactoryImpl
public class DocumentBuilderFactoryImpl
DocumentBuilderFactoryImpl
Constructor Summary | |
---|---|
DocumentBuilderFactoryImpl()
|
Method Summary | |
---|---|
Object |
getAttribute(String name)
|
boolean |
getFeature(String name)
|
javax.xml.parsers.DocumentBuilder |
newDocumentBuilder()
|
void |
setAttribute(String name,
Object value)
|
void |
setFeature(String name,
boolean value)
|
Methods inherited from class javax.xml.parsers.DocumentBuilderFactory |
---|
getSchema, isCoalescing, isExpandEntityReferences, isIgnoringComments, isIgnoringElementContentWhitespace, isNamespaceAware, isValidating, isXIncludeAware, newInstance, newInstance, setCoalescing, setExpandEntityReferences, setIgnoringComments, setIgnoringElementContentWhitespace, setNamespaceAware, setSchema, setValidating, setXIncludeAware |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DocumentBuilderFactoryImpl()
Method Detail |
---|
public void setAttribute(String name, Object value)
setAttribute
in class javax.xml.parsers.DocumentBuilderFactory
public Object getAttribute(String name)
getAttribute
in class javax.xml.parsers.DocumentBuilderFactory
public void setFeature(String name, boolean value) throws javax.xml.parsers.ParserConfigurationException
setFeature
in class javax.xml.parsers.DocumentBuilderFactory
javax.xml.parsers.ParserConfigurationException
public boolean getFeature(String name) throws javax.xml.parsers.ParserConfigurationException
getFeature
in class javax.xml.parsers.DocumentBuilderFactory
javax.xml.parsers.ParserConfigurationException
public javax.xml.parsers.DocumentBuilder newDocumentBuilder() throws javax.xml.parsers.ParserConfigurationException
newDocumentBuilder
in class javax.xml.parsers.DocumentBuilderFactory
javax.xml.parsers.ParserConfigurationException
|
Xindice API version 1.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |