Uses of Class
org.simpleframework.xml.stream.DocumentReader.Start
-
Packages that use DocumentReader.Start Package Description org.simpleframework.xml.stream -
-
Uses of DocumentReader.Start in org.simpleframework.xml.stream
Methods in org.simpleframework.xml.stream that return DocumentReader.Start Modifier and Type Method Description private DocumentReader.Start
DocumentReader. build(DocumentReader.Start event)
This is used to build the attributes that are to be used to populate the start event.private DocumentReader.Start
DocumentReader. start(org.w3c.dom.Node node)
This is used to convert the provided node to a start event.Methods in org.simpleframework.xml.stream with parameters of type DocumentReader.Start Modifier and Type Method Description private DocumentReader.Start
DocumentReader. build(DocumentReader.Start event)
This is used to build the attributes that are to be used to populate the start event.
-