Uses of Class
com.itextpdf.tool.xml.parser.TagState
-
Packages that use TagState Package Description com.itextpdf.tool.xml.parser Contains the XMLParser. -
-
Uses of TagState in com.itextpdf.tool.xml.parser
Fields in com.itextpdf.tool.xml.parser declared as TagState Modifier and Type Field Description private TagState
XMLParser. tagState
Methods in com.itextpdf.tool.xml.parser that return TagState Modifier and Type Method Description TagState
XMLParser. currentTagState()
Get the state of the current tagstatic TagState
TagState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TagState[]
TagState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.itextpdf.tool.xml.parser with parameters of type TagState Modifier and Type Method Description private void
XMLParser. currentTagState(TagState state)
Set the state of the current tag
-