Uses of Class
org.n52.security.common.xml.DOMParserOptions

Packages that use DOMParserOptions
org.n52.security.common.xml The XML package contains utiltiy and helper classes for xml processing. 
 

Uses of DOMParserOptions in org.n52.security.common.xml
 

Methods in org.n52.security.common.xml that return DOMParserOptions
 DOMParserOptions DOMParserOptions.coalescing()
           
 DOMParserOptions DOMParserOptions.expandEntityReferences()
           
static DOMParserOptions DOMParserOptions.getDefault()
          Method gets the default options.
 DOMParserOptions DOMParserOptions.ignoreComments()
          Method sets the ignoreComments flag.
 DOMParserOptions DOMParserOptions.ignoreElementContentWhitespace()
           
 DOMParserOptions DOMParserOptions.namespaceaware()
          Method sets the namespaceaware flag.
 DOMParserOptions DOMParserOptions.notCoalescing()
           
 DOMParserOptions DOMParserOptions.notExpandEntityReferences()
           
 DOMParserOptions DOMParserOptions.notIgnoreComments()
          Method sets the ignoreComments to false.
 DOMParserOptions DOMParserOptions.notIgnoreElementContentWhitespace()
           
 DOMParserOptions DOMParserOptions.notNamespaceaware()
          Method sets the namespaceaware flag to false.
 DOMParserOptions DOMParserOptions.notValidating()
          Method sets the validating to false.
 DOMParserOptions DOMParserOptions.notXincludeAware()
           
 DOMParserOptions DOMParserOptions.schema(Schema schema)
           
 DOMParserOptions DOMParserOptions.validating()
          Method sets the validating flag.
 DOMParserOptions DOMParserOptions.xincludeAware()
           
 

Methods in org.n52.security.common.xml with parameters of type DOMParserOptions
 DocumentBuilder DocumentBuilderPool.acquire(DOMParserOptions options)
          Method acquires a DocumentBuilder with meets the requirements expressed by the options.
 DocumentBuilder DefaultDocumentBuilderPool.create(DOMParserOptions key)
           
protected static DocumentBuilder DOMParser.createDocumentBuilder(DOMParserOptions parseroptions)
          Creates a new DocumentBuilder with the given attributes.
static Document DOMParser.createEmptyDocument(DOMParserOptions options)
           
static DOMParser DOMParser.createNew(DOMParserOptions options)
          Creates a new DOMParser.
static DOMParser DOMParser.createNonPoolingParser(DOMParserOptions options)
          Creates a non pooling Parser, with the given options.
static DOMParser DOMParser.createPoolingParser(DOMParserOptions options)
          Creates a pooling Parser with the given options, using the global DocumentBuilder pool.
static DOMParser DOMParser.createPoolingParser(DOMParserOptions options, DocumentBuilderPool pool)
          Creates a pooling Parser with the given options, which uses the given document builder pool.
 void DocumentBuilderPool.release(DocumentBuilder builder, DOMParserOptions options)
          Method releases a DocumentBuilder, wich was acquired using the parser options.
 



Copyright © 2004–2013 52north.org. All rights reserved.