org.apache.xalan.xpath.xml
Class XMLParserLiaison

java.lang.Object
  |
  +--org.apache.xpath.DOMHelper
        |
        +--org.apache.xpath.DOM2Helper
              |
              +--org.apache.xalan.xpath.xml.XMLParserLiaison
Direct Known Subclasses:
XMLParserLiaisonDefault

public class XMLParserLiaison
extends org.apache.xpath.DOM2Helper

This is the interface that the XSL processor calls when it has a problem of some kind, either an error or a warning. Users should ass the XSLTEngineImpl class to setProblemListener if they wish an object instance to be called when a problem event occurs.


Constructor Summary
XMLParserLiaison()
           
 
Methods inherited from class org.apache.xpath.DOM2Helper
checkNode, getDocument, getElementByID, getLocalNameOfNode, getNamespaceOfNode, getParentOfNode, isNodeAfter, parse, setDocument, supportsSAX
 
Methods inherited from class org.apache.xpath.DOMHelper
createDocument, getDOMFactory, getExpandedAttributeName, getExpandedElementName, getLevel, getNamespaceForPrefix, getNodeData, getNodeData, getRoot, getRootNode, getUniqueID, getUnparsedEntityURI, isIgnorableWhitespace, isNamespaceNode, setDOMFactory, shouldStripSourceNode
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLParserLiaison

public XMLParserLiaison()


Copyright © 2000 Apache XML Project. All Rights Reserved.