Java org.apache.commons.jxpath.xml DocumentContainer fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.jxpath.xml DocumentContainer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.jxpath.xml DocumentContainer.

The text is from its open source code.

Field

StringMODEL_DOM
DOM constant

Constructor

DocumentContainer(URL xmlURL, String model)
Construct a new DocumentContainer.
DocumentContainer(URL xmlURL)
Use this constructor if the desired model is DOM.

Method

ObjectgetValue()
Reads XML, caches it internally and returns the Document.
voidregisterXMLParser(String model, XMLParser parser)
Add an XML parser.
voidregisterXMLParser(String model, String parserClassName)
Add a class of a custom XML parser.