Uses of Class
org.apache.commons.configuration2.plist.XMLPropertyListConfiguration.PListNodeBuilder
-
Packages that use XMLPropertyListConfiguration.PListNodeBuilder Package Description org.apache.commons.configuration2.plist Configuration classes supporting NeXT / OpenStep /GNUStep style configuration. -
-
Uses of XMLPropertyListConfiguration.PListNodeBuilder in org.apache.commons.configuration2.plist
Subclasses of XMLPropertyListConfiguration.PListNodeBuilder in org.apache.commons.configuration2.plist Modifier and Type Class Description private static class
XMLPropertyListConfiguration.ArrayNodeBuilder
Container for array elements.Fields in org.apache.commons.configuration2.plist declared as XMLPropertyListConfiguration.PListNodeBuilder Modifier and Type Field Description private XMLPropertyListConfiguration.PListNodeBuilder
XMLPropertyListConfiguration.XMLPropertyListHandler. resultBuilder
The builder for the resulting node.Fields in org.apache.commons.configuration2.plist with type parameters of type XMLPropertyListConfiguration.PListNodeBuilder Modifier and Type Field Description private java.util.Collection<XMLPropertyListConfiguration.PListNodeBuilder>
XMLPropertyListConfiguration.PListNodeBuilder. childBuilders
A collection with child builders of this builder.private java.util.List<XMLPropertyListConfiguration.PListNodeBuilder>
XMLPropertyListConfiguration.XMLPropertyListHandler. stack
The stack of configuration nodesMethods in org.apache.commons.configuration2.plist that return XMLPropertyListConfiguration.PListNodeBuilder Modifier and Type Method Description XMLPropertyListConfiguration.PListNodeBuilder
XMLPropertyListConfiguration.XMLPropertyListHandler. getResultBuilder()
Gets the builder for the result node.private XMLPropertyListConfiguration.PListNodeBuilder
XMLPropertyListConfiguration.XMLPropertyListHandler. peek()
Return the node on the top of the stack.private XMLPropertyListConfiguration.PListNodeBuilder
XMLPropertyListConfiguration.XMLPropertyListHandler. peekNE()
Returns the node on top of the non-empty stack.private XMLPropertyListConfiguration.PListNodeBuilder
XMLPropertyListConfiguration.XMLPropertyListHandler. pop()
Remove and return the node on the top of the stack.Methods in org.apache.commons.configuration2.plist with parameters of type XMLPropertyListConfiguration.PListNodeBuilder Modifier and Type Method Description void
XMLPropertyListConfiguration.PListNodeBuilder. addChild(XMLPropertyListConfiguration.PListNodeBuilder child)
Adds the given child builder to this builder.private void
XMLPropertyListConfiguration.XMLPropertyListHandler. push(XMLPropertyListConfiguration.PListNodeBuilder node)
Put a node on the top of the stack.
-