Uses of Class
org.tquadrat.foundation.xml.parse.AdvancedContentHandler.Element
Packages that use AdvancedContentHandler.Element
-
Uses of AdvancedContentHandler.Element in org.tquadrat.foundation.xml.parse
Fields in org.tquadrat.foundation.xml.parse declared as AdvancedContentHandler.ElementModifier and TypeFieldDescriptionprivate static final AdvancedContentHandler.Element[]AdvancedContentHandler.EMPTY_Element_ARRAYAn empty array of Element objects.Fields in org.tquadrat.foundation.xml.parse with type parameters of type AdvancedContentHandler.ElementModifier and TypeFieldDescriptionprivate final Stack<AdvancedContentHandler.Element> AdvancedContentHandler.m_ElementStackThis stack contains the open elements, stored as instances ofAdvancedContentHandler.Element.private final Optional<AdvancedContentHandler.Element> AdvancedContentHandler.Element.m_ParentThe parent for this element.Methods in org.tquadrat.foundation.xml.parse that return types with arguments of type AdvancedContentHandler.ElementModifier and TypeMethodDescriptionAdvancedContentHandler.Element.getParent()Returns the parent element.Methods in org.tquadrat.foundation.xml.parse with parameters of type AdvancedContentHandler.ElementModifier and TypeMethodDescriptionprotected voidAdvancedContentHandler.handleElement(AdvancedContentHandler.Element element, boolean terminateElement) The default element handling; it does nothing.protected voidAdvancedContentHandler.openElement(AdvancedContentHandler.Element element) This method is called every time a new element was encountered by the parser.protected voidAdvancedContentHandler.processElement(AdvancedContentHandler.Element element) Processing of an element of the XML file.Constructors in org.tquadrat.foundation.xml.parse with parameters of type AdvancedContentHandler.Element
