org.n52.security.util
Class XMLUtils

java.lang.Object
  extended byorg.n52.security.util.XMLUtils

public class XMLUtils
extends java.lang.Object


Method Summary
static javax.xml.parsers.DocumentBuilder getDocumentBuilder()
          Delivers a namespace-unaware, non-validating DocumentBuilder
static javax.xml.parsers.DocumentBuilder getDocumentBuilder(boolean pValidating, boolean pNamespaceAware)
           
static java.util.Map getParameters(org.w3c.dom.NodeList pParameter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDocumentBuilder

public static javax.xml.parsers.DocumentBuilder getDocumentBuilder()
Delivers a namespace-unaware, non-validating DocumentBuilder

Returns:
the DocumentBuilder

getDocumentBuilder

public static javax.xml.parsers.DocumentBuilder getDocumentBuilder(boolean pValidating,
                                                                   boolean pNamespaceAware)

getParameters

public static java.util.Map getParameters(org.w3c.dom.NodeList pParameter)


Copyright © 2004-2007 52 North. All Rights Reserved.