| Package | Description | 
|---|---|
| com.pdfunit.xml | 
 This package holds classes to operate with XML. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DefaultNamespace | 
XMLNode.getDefaultNamespace()
This method does what the name suggests. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PDFInternalNamespaces.setDefault(DefaultNamespace defaultNS)
XPath inside the JDK does not work with an empty string as a prefix. 
 | 
| Constructor and Description | 
|---|
XMLNode(java.lang.String tagName,
       DefaultNamespace defaultNS)  | 
XMLNode(java.lang.String tagName,
       java.lang.String value,
       DefaultNamespace defaultNS)
Creating a wrapper instance for the three value
 given by the parameters. 
 | 
XPathExpression(java.lang.String xpath,
               DefaultNamespace defaultNS)
Create an instance of an XPath expression. 
 | 
Copyright (C) PDFUnit.com. See here for license.