|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.freecompany.infoset.AbstractInfoset<org.xml.sax.XMLReader>
org.freecompany.infoset.sax.DomWrapperInfoset
public class DomWrapperInfoset
| Field Summary | |
|---|---|
protected Infoset<org.w3c.dom.Document> |
infoset
|
| Fields inherited from class org.freecompany.infoset.AbstractInfoset |
|---|
factory, type |
| Constructor Summary | |
|---|---|
DomWrapperInfoset(InfosetFactory<org.xml.sax.XMLReader> factory,
Infoset<org.w3c.dom.Document> infoset)
|
|
| Method Summary | |
|---|---|
org.xml.sax.XMLReader |
get()
Returns the representation of the infoset. |
| Methods inherited from class org.freecompany.infoset.AbstractInfoset |
|---|
getFactory, getType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Infoset<org.w3c.dom.Document> infoset
| Constructor Detail |
|---|
public DomWrapperInfoset(InfosetFactory<org.xml.sax.XMLReader> factory,
Infoset<org.w3c.dom.Document> infoset)
| Method Detail |
|---|
public org.xml.sax.XMLReader get()
InfosetNode infoset. In some cases,
as with the SAX XMLReader or a pull implementation the backing
object may only represent a way to set a event handler for future parsing.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||