protected static class DocumentNodeState.BundlingContext
extends java.lang.Object
Constructor and Description |
---|
BundlingContext(Matcher matcher,
java.util.Map<java.lang.String,PropertyState> rootProperties,
boolean hasBundledChildren,
boolean hasNonBundledChildren) |
Modifier and Type | Method and Description |
---|---|
DocumentNodeState.BundlingContext |
childContext(Matcher childMatcher) |
java.util.Map<java.lang.String,PropertyState> |
getAllProperties() |
java.util.Set<java.lang.String> |
getBundledChildNodeNames() |
java.util.Map<java.lang.String,PropertyState> |
getProperties() |
boolean |
hasChildNode(java.lang.String relativePath) |
boolean |
hasChildren() |
boolean |
hasOnlyBundledChildren() |
boolean |
isBundled() |
public BundlingContext(Matcher matcher, java.util.Map<java.lang.String,PropertyState> rootProperties, boolean hasBundledChildren, boolean hasNonBundledChildren)
public DocumentNodeState.BundlingContext childContext(Matcher childMatcher)
public java.util.Map<java.lang.String,PropertyState> getProperties()
public boolean isBundled()
public java.util.Map<java.lang.String,PropertyState> getAllProperties()
public boolean hasChildNode(java.lang.String relativePath)
public boolean hasChildren()
public boolean hasOnlyBundledChildren()
public java.util.Set<java.lang.String> getBundledChildNodeNames()
Copyright © 2012–2022 The Apache Software Foundation. All rights reserved.