Skip to content

Latest commit

 

History

History

dc-commons-xml

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

DigitalCollections Commons XML

Commons XML contains several utilities for processing XML files. Most important is XPathWrapper, which allows easy querying of XML files:

// ... get a org.w3c.dom.Document for your XML as 'doc'.
XPathWrapper wrapper = new XPathWrapper(doc);
Number id = wrapper.asNumber("//tei:classCode[@scheme='project']/tei:idno").intValue(), 12345)