Home > Contents > Index >
IDynamicTag
IDynamicTag
is an interface for classes implementing dynamic tags. It extends theSeed
class.A dynamic tag is another name for a custom tag; that is, an XML tag that you (the application programmer) create.
List of IDynamicTag Methods
Method Summary endTag Evaluates the end tag of a dynamic tag. isCaseSensitive Checks whether the tag name and attributes are case-sensitive. setParent Sets a tag's parent class. startTag Evaluates the start tag of a dynamic tag.
Home > Contents > Index > ![]()
Oracle JAVA Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.