Uses of Class
org.apache.juneau.xml.XmlReader
Packages that use XmlReader
-
Uses of XmlReader in org.apache.juneau.html
Methods in org.apache.juneau.html with parameters of type XmlReaderModifier and TypeMethodDescriptionprotected String
HtmlParserSession.getElementText
(XmlReader r) Identical toHtmlParserSession.parseText(XmlReader)
except assumes the current event is the opening tag.protected boolean
HtmlParserSession.isWhitespaceElement
(XmlReader r) protected String
Parses CHARACTERS data.protected String
HtmlParserSession.parseWhitespaceElement
(XmlReader r) -
Uses of XmlReader in org.apache.juneau.xml
Methods in org.apache.juneau.xml that return XmlReaderModifier and TypeMethodDescriptionprotected final XmlReader
XmlParserSession.getXmlReader
(ParserPipe pipe) Wrap the specified reader in a STAX reader based on settings in this context.Methods in org.apache.juneau.xml with parameters of type XmlReaderModifier and TypeMethodDescriptionprotected String
XmlParserSession.getElementText
(XmlReader r) Returns the text content of the current XML element.protected boolean
XmlParserSession.isWhitespaceElement
(XmlReader r) Returnstrue if the current element is a whitespace element.protected <T> T
XmlParserSession.parseAnything
(ClassMeta<T> eType, String currAttr, XmlReader r, Object outer, boolean isRoot, BeanPropertyMeta pMeta) Workhorse method.protected String
Parses the current element as text.protected String
XmlParserSession.parseWhitespaceElement
(XmlReader r) Parses the current whitespace element.