|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object issrg.saml.util.XMLReader
public class XMLReader
Constructor Summary | |
---|---|
XMLReader()
|
Method Summary | |
---|---|
static org.w3c.dom.Element |
getElementFromString(java.lang.String xmlString)
This method is used to get a DOM Element object from an XML string |
static org.w3c.dom.Element |
getElementFromXMLFile(java.lang.String fileName)
This method is used to get a DOM Element object from an XML file |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XMLReader()
Method Detail |
---|
public static org.w3c.dom.Element getElementFromXMLFile(java.lang.String fileName) throws XMLParserException
fileName
- is the path of the XML file.
XMLParserException
public static org.w3c.dom.Element getElementFromString(java.lang.String xmlString) throws XMLParserException
xmlString
- is the string content of the XML.
XMLParserException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |