|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.xml.parsers.SAXParser
com.berryworks.edireader.EDIParser
public class EDIParser
Wraps an EDIReader.
EDIParser is necessary to satisfy the JAXP conventions for dynamic selection and loading of a specific XML parser into an XML application. By following this convention, it is possible to integrate EDIReader (and therefore EDI data) into various XML applications without any changes to those applications.
Constructor Summary | |
---|---|
EDIParser()
Construct an EDIParser object. |
|
EDIParser(EDIReader ediReader)
Construct an EDIParser object. |
Method Summary | |
---|---|
org.xml.sax.Parser |
getParser()
Get the parser attribute of the EDIParser. |
java.lang.Object |
getProperty(java.lang.String name)
Get the property attribute of the EDIReader. |
org.xml.sax.XMLReader |
getXMLReader()
Get the XMLReader attribute of the EDIParser. |
boolean |
isNamespaceAware()
Get the namespaceAware attribute of the EDIParser object |
boolean |
isValidating()
Get the validating attribute of the EDIParser. |
void |
setProperty(java.lang.String name,
java.lang.Object value)
Sets the property attribute of the EDIReader. |
Methods inherited from class javax.xml.parsers.SAXParser |
---|
getSchema, isXIncludeAware, parse, parse, parse, parse, parse, parse, parse, parse, parse, parse, reset |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EDIParser()
public EDIParser(EDIReader ediReader)
ediReader
- wrapped within this EDIParserMethod Detail |
---|
public org.xml.sax.XMLReader getXMLReader()
getXMLReader
in class javax.xml.parsers.SAXParser
public org.xml.sax.Parser getParser()
getParser
in class javax.xml.parsers.SAXParser
public boolean isValidating()
isValidating
in class javax.xml.parsers.SAXParser
public boolean isNamespaceAware()
isNamespaceAware
in class javax.xml.parsers.SAXParser
public void setProperty(java.lang.String name, java.lang.Object value) throws org.xml.sax.SAXNotRecognizedException, org.xml.sax.SAXNotSupportedException
setProperty
in class javax.xml.parsers.SAXParser
name
- The new property valuevalue
- The new property value
org.xml.sax.SAXNotRecognizedException
- for SAX compatibility
org.xml.sax.SAXNotSupportedException
- for SAX compatibilitypublic java.lang.Object getProperty(java.lang.String name) throws org.xml.sax.SAXNotRecognizedException, org.xml.sax.SAXNotSupportedException
getProperty
in class javax.xml.parsers.SAXParser
name
- Description of the Parameter
org.xml.sax.SAXNotRecognizedException
- for SAX compatibility
org.xml.sax.SAXNotSupportedException
- for SAX compatibility
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |