org.apache.axiom.om.impl.dom
Class DOMConfigurationImpl

java.lang.Object
  extended by org.apache.axiom.om.impl.dom.DOMConfigurationImpl
All Implemented Interfaces:
org.w3c.dom.DOMConfiguration

public class DOMConfigurationImpl
extends java.lang.Object
implements org.w3c.dom.DOMConfiguration


Field Summary
static int CANONICAL_FORM
           
static int CDATA_SECTIONS
           
static int CHECK_CHAR_NORMALIZATION
           
static int COMMENTS
           
static int DATATYPE_NORMALIZATION
           
static int ELEMENT_CONTENT_WHITESPACE
           
static int ENTITIES
           
static int NAMESPACE_DECLARATIONS
           
static int NAMESPACES
           
static int NORMALIZE_CHARACTERS
           
static int SPLIT_CDATA_SECTIONS
           
static int VALIDATE
           
static int VALIDATE_IF_SCHEMA
           
static int WELLFORMED
           
 
Constructor Summary
DOMConfigurationImpl()
           
 
Method Summary
 boolean canSetParameter(java.lang.String name, java.lang.Object value)
           
 java.lang.Object getParameter(java.lang.String name)
           
 org.w3c.dom.DOMStringList getParameterNames()
           
 boolean isEnabled(int param)
           
 void setParameter(java.lang.String name, java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CANONICAL_FORM

public static final int CANONICAL_FORM
See Also:
Constant Field Values

CDATA_SECTIONS

public static final int CDATA_SECTIONS
See Also:
Constant Field Values

CHECK_CHAR_NORMALIZATION

public static final int CHECK_CHAR_NORMALIZATION
See Also:
Constant Field Values

COMMENTS

public static final int COMMENTS
See Also:
Constant Field Values

DATATYPE_NORMALIZATION

public static final int DATATYPE_NORMALIZATION
See Also:
Constant Field Values

ELEMENT_CONTENT_WHITESPACE

public static final int ELEMENT_CONTENT_WHITESPACE
See Also:
Constant Field Values

ENTITIES

public static final int ENTITIES
See Also:
Constant Field Values

NAMESPACES

public static final int NAMESPACES
See Also:
Constant Field Values

NAMESPACE_DECLARATIONS

public static final int NAMESPACE_DECLARATIONS
See Also:
Constant Field Values

NORMALIZE_CHARACTERS

public static final int NORMALIZE_CHARACTERS
See Also:
Constant Field Values

SPLIT_CDATA_SECTIONS

public static final int SPLIT_CDATA_SECTIONS
See Also:
Constant Field Values

VALIDATE

public static final int VALIDATE
See Also:
Constant Field Values

VALIDATE_IF_SCHEMA

public static final int VALIDATE_IF_SCHEMA
See Also:
Constant Field Values

WELLFORMED

public static final int WELLFORMED
See Also:
Constant Field Values
Constructor Detail

DOMConfigurationImpl

public DOMConfigurationImpl()
Method Detail

setParameter

public void setParameter(java.lang.String name,
                         java.lang.Object value)
                  throws org.w3c.dom.DOMException
Specified by:
setParameter in interface org.w3c.dom.DOMConfiguration
Throws:
org.w3c.dom.DOMException

isEnabled

public boolean isEnabled(int param)

getParameter

public java.lang.Object getParameter(java.lang.String name)
                              throws org.w3c.dom.DOMException
Specified by:
getParameter in interface org.w3c.dom.DOMConfiguration
Throws:
org.w3c.dom.DOMException

canSetParameter

public boolean canSetParameter(java.lang.String name,
                               java.lang.Object value)
Specified by:
canSetParameter in interface org.w3c.dom.DOMConfiguration

getParameterNames

public org.w3c.dom.DOMStringList getParameterNames()
Specified by:
getParameterNames in interface org.w3c.dom.DOMConfiguration


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.