Enhydra 5.1 API

org.enhydra.xml.io
Interface DocumentInfo

All Known Subinterfaces:
HTMLObject, XMLObject
All Known Implementing Classes:
HTMLObjectImpl, XMLObjectImpl

public interface DocumentInfo

Interface implemented by a document to support advanced formatting features such as URL rewriting.


Method Summary
 boolean isURLAttribute(Element element, java.lang.String attrName)
          Determine if an attribute of an element can contain a URL.
 

Method Detail

isURLAttribute

public boolean isURLAttribute(Element element,
                              java.lang.String attrName)
Determine if an attribute of an element can contain a URL.


Enhydra 5.1 API