|
BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--weblogic.apache.xalan.xpath.XPathSupportDefault
|
+--weblogic.apache.xalan.xpath.xml.XMLParserLiaisonDefault
|
+--weblogic.apache.xalan.xpath.xml.JaxpLiaison
Allow use of a generic JAXP parser with Xalan. Patch from Costin Manolache
This class is based on an implementation from the Apache XML Project. In future releases the XML parser, XSLT processor, and associated classes will likely be updated to be based on a later version of the Apache implementations. Since Apache does not guarantee backwards compatibility between versions of their software, we cannot guarantee backwards compatibility of any of the classes contained in the weblogic.apache package or sub-packages.
| Constructor Summary | |
JaxpLiaison()
|
|
| Method Summary | |
void |
checkNode(org.w3c.dom.Node node)
|
org.w3c.dom.Document |
createDocument()
Create an empty DOM Document. |
org.w3c.dom.Document |
getDocument()
|
org.w3c.dom.Element |
getElementByID(java.lang.String id,
org.w3c.dom.Document doc)
|
java.lang.String |
getParserDescription()
|
void |
parse(org.xml.sax.InputSource source)
|
boolean |
supportsSAX()
|
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public JaxpLiaison()
| Method Detail |
public java.lang.String getParserDescription()
public void checkNode(org.w3c.dom.Node node)
throws org.xml.sax.SAXException
public boolean supportsSAX()
public void parse(org.xml.sax.InputSource source)
throws org.xml.sax.SAXException,
java.io.IOException
public org.w3c.dom.Document getDocument()
public org.w3c.dom.Document createDocument()
public org.w3c.dom.Element getElementByID(java.lang.String id,
org.w3c.dom.Document doc)
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs60 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||