org.enhydra.xml.io
Interface DocumentInfo

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

public interface DocumentInfo

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


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

Method Detail

isURLAttribute

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


Copyright © 1999-2002 enhydra.org (Mark Diekhans, David Li, Richard Kunze). All Rights reserved.