Neokernel API

XMLParser.nextElementContent Method

Returns the next token if it's type is XML.ELEMENT_CONTENT. @throws XMLParserException if it's type is not XML.ELEMENT_CONTENT or there is a problem.

public virtual XMLToken nextElementContent();

See Also

XMLParser Class | com.neokernel.xml Namespace