public class XmlPatterns extends PlatformPatterns
Constructor and Description |
---|
XmlPatterns() |
Modifier and Type | Method and Description |
---|---|
static XmlNamedElementPattern.XmlAttributePattern |
xmlAttribute() |
static XmlNamedElementPattern.XmlAttributePattern |
xmlAttribute(java.lang.String localName) |
static XmlAttributeValuePattern |
xmlAttributeValue() |
static <T extends XmlAttribute> |
xmlAttributeValue(ElementPattern<T> attributePattern) |
static XmlAttributeValuePattern |
xmlAttributeValue(java.lang.String... localNames) |
static XmlElementPattern.XmlEntityRefPattern |
xmlEntityRef() |
static XmlFilePattern.Capture |
xmlFile() |
static XmlTagPattern.Capture |
xmlTag() |
static XmlElementPattern.XmlTextPattern |
xmlText() |
elementType, pomElement, psiComment, psiElement, psiElement, psiElement, psiFile, psiFile, virtualFile
alwaysFalse, and, character, collection, collection, get, instanceOf, instanceOf, not, object, object, optional, or, save, string
public static XmlFilePattern.Capture xmlFile()
public static <T extends XmlAttribute> XmlAttributeValuePattern xmlAttributeValue(ElementPattern<T> attributePattern)
public static XmlAttributeValuePattern xmlAttributeValue(java.lang.String... localNames)
public static XmlAttributeValuePattern xmlAttributeValue()
public static XmlNamedElementPattern.XmlAttributePattern xmlAttribute(java.lang.String localName)
public static XmlNamedElementPattern.XmlAttributePattern xmlAttribute()
public static XmlTagPattern.Capture xmlTag()
public static XmlElementPattern.XmlTextPattern xmlText()
public static XmlElementPattern.XmlEntityRefPattern xmlEntityRef()