org.xiruss.repository.client.importers.xml
Class XIncludeUtil

java.lang.Object
  extended by org.xiruss.repository.client.importers.xml.XIncludeUtil

public class XIncludeUtil
extends java.lang.Object

Utilities for finding elements that are XInclude links.


Field Summary
(package private) static org.apache.log4j.Logger logger
           
 
Constructor Summary
XIncludeUtil()
           
 
Method Summary
static java.util.Vector<org.w3c.dom.Element> getXIncludeLinks(org.w3c.dom.Document doc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

static org.apache.log4j.Logger logger
Constructor Detail

XIncludeUtil

public XIncludeUtil()
Method Detail

getXIncludeLinks

public static java.util.Vector<org.w3c.dom.Element> getXIncludeLinks(org.w3c.dom.Document doc)