net.rim.device.api.xml.parsers
Class DocumentBuilderFactory

java.lang.Object
  |
  +--net.rim.device.api.xml.parsers.DocumentBuilderFactory

public abstract class DocumentBuilderFactory
extends Object

Since:
JDE 4.0.0

Constructor Summary
protected DocumentBuilderFactory()
           
 
Method Summary
 boolean getAllowUndefinedNamespaces()
           
 boolean isCoalescing()
           
 boolean isExpandEntityReferences()
           
 boolean isIgnoringComments()
           
 boolean isIgnoringElementContentWhitespace()
           
 boolean isNamespaceAware()
           
 boolean isValidating()
           
abstract  DocumentBuilder newDocumentBuilder()
           
static DocumentBuilderFactory newInstance()
           
 void setAllowUndefinedNamespaces(boolean allowUndefinedNamespaces)
           
 void setCoalescing(boolean isCoalescing)
           
 void setExpandEntityReferences(boolean expandEntityReferences)
           
 void setIgnoringComments(boolean ignoreComments)
           
 void setIgnoringElementContentWhitespace(boolean ignoreWhitespace)
           
 void setNamespaceAware(boolean isNamespaceAware)
           
 void setValidating(boolean isValidating)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentBuilderFactory

protected DocumentBuilderFactory()
Since:
JDE 4.0.0
Method Detail

newInstance

public static DocumentBuilderFactory newInstance()
Since:
JDE 4.0.0

newDocumentBuilder

public abstract DocumentBuilder newDocumentBuilder()
                                            throws ParserConfigurationException
Since:
JDE 4.0.0

setNamespaceAware

public void setNamespaceAware(boolean isNamespaceAware)
Since:
JDE 4.0.0

isNamespaceAware

public boolean isNamespaceAware()
Since:
JDE 4.0.0

setValidating

public void setValidating(boolean isValidating)
Since:
JDE 4.0.0

isValidating

public boolean isValidating()
Since:
JDE 4.0.0

setIgnoringElementContentWhitespace

public void setIgnoringElementContentWhitespace(boolean ignoreWhitespace)
Since:
JDE 4.0.0

isIgnoringElementContentWhitespace

public boolean isIgnoringElementContentWhitespace()
Since:
JDE 4.0.0

setExpandEntityReferences

public void setExpandEntityReferences(boolean expandEntityReferences)
Since:
JDE 4.0.0

isExpandEntityReferences

public boolean isExpandEntityReferences()
Since:
JDE 4.0.0

setIgnoringComments

public void setIgnoringComments(boolean ignoreComments)
Since:
JDE 4.0.0

isIgnoringComments

public boolean isIgnoringComments()
Since:
JDE 4.0.0

setCoalescing

public void setCoalescing(boolean isCoalescing)
Since:
JDE 4.0.0

isCoalescing

public boolean isCoalescing()
Since:
JDE 4.0.0

setAllowUndefinedNamespaces

public void setAllowUndefinedNamespaces(boolean allowUndefinedNamespaces)
Since:
JDE 4.0.0

getAllowUndefinedNamespaces

public boolean getAllowUndefinedNamespaces()
Since:
JDE 4.0.0


Copyright 1999-2004 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Copyright 1993-2003 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A.
Copyright 2002-2003 Nokia Corporation All Rights Reserved.
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.