public class OpenEvent extends AttributesMap
defaults| Constructor and Description |
|---|
OpenEvent(String uri,
String localName,
String qName,
Attributes attributes,
TagHandlerContext tagHandler,
ContextValue contextValue) |
| Modifier and Type | Method and Description |
|---|---|
String |
combinedTag() |
String |
getTagHead() |
ContextValue |
inContext() |
TagContext |
inContext(Tag<?,?> tag) |
boolean |
notOnStack(Tag<?,?> tag) |
void |
putContextValue(String key,
Object value) |
Stack<TagContext> |
stackInContext(Tag<?,?> tag) |
String |
toString() |
applyAttribute, applyAttribute, applyAttribute, applyAttribute, applyAttribute, applyAttribute, applyAttribute, applyAttribute, asMap, asStringMap, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, hasAttribute, onHasAttribute, onHasAttributeAndgetProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNamesclear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, valuespublic OpenEvent(String uri, String localName, String qName, Attributes attributes, TagHandlerContext tagHandler, ContextValue contextValue)
public String combinedTag()
public String getTagHead()
public ContextValue inContext()
public TagContext inContext(Tag<?,?> tag)
public boolean notOnStack(Tag<?,?> tag)
public Stack<TagContext> stackInContext(Tag<?,?> tag)
Copyright © 2021. All rights reserved.