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

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

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

Methods in org.n52.security.common.xml that return XMLBuilder
 XMLBuilder XMLBuilder.appendAfter(String xpath, XMLBuilder.XMLElement element)
           
 XMLBuilder XMLBuilder.appendBefore(String xpath, XMLBuilder.XMLElement element)
           
 XMLBuilder XMLBuilder.appendTo(String xpath, XMLBuilder.XMLElement element)
           
 XMLBuilder XMLBuilder.appendToRoot(XMLBuilder.XMLElement element)
           
 XMLBuilder XMLBuilder.namespace(String prefix, String namespace)
           
 XMLBuilder XMLBuilder.replaceNodeAt(String xpath, XMLBuilder.XMLElement element)
           
static XMLBuilder XMLBuilder.withDocument(Document source)
           
static XMLBuilder XMLBuilder.withNewDocument()
           
 



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