Uses of Class
org.apache.juneau.xml.XmlReader
Packages that use XmlReader
- 
Uses of XmlReader in org.apache.juneau.htmlMethods in org.apache.juneau.html with parameters of type XmlReaderModifier and TypeMethodDescriptionprotected StringHtmlParserSession.getElementText(XmlReader r) Identical toHtmlParserSession.parseText(XmlReader)except assumes the current event is the opening tag.protected booleanHtmlParserSession.isWhitespaceElement(XmlReader r) protected StringParses CHARACTERS data.protected StringHtmlParserSession.parseWhitespaceElement(XmlReader r) 
- 
Uses of XmlReader in org.apache.juneau.xmlMethods in org.apache.juneau.xml that return XmlReaderModifier and TypeMethodDescriptionprotected final XmlReaderXmlParserSession.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 StringXmlParserSession.getElementText(XmlReader r) Returns the text content of the current XML element.protected booleanXmlParserSession.isWhitespaceElement(XmlReader r) Returnstrue if the current element is a whitespace element.protected <T> TXmlParserSession.parseAnything(ClassMeta<T> eType, String currAttr, XmlReader r, Object outer, boolean isRoot, BeanPropertyMeta pMeta) Workhorse method.protected StringParses the current element as text.protected StringXmlParserSession.parseWhitespaceElement(XmlReader r) Parses the current whitespace element.