public class XmlFilePattern<Self extends XmlFilePattern<Self>> extends PsiFilePattern<XmlFile,Self>
| Modifier and Type | Class and Description |
|---|---|
static class |
XmlFilePattern.Capture |
| Modifier | Constructor and Description |
|---|---|
|
XmlFilePattern() |
protected |
XmlFilePattern(InitialPatternCondition<XmlFile> condition) |
| Modifier and Type | Method and Description |
|---|---|
Self |
withRootTag(ElementPattern<XmlTag> rootTag) |
withFileType, withOriginalFile, withParentDirectoryName, withVirtualFileafterLeaf, afterLeaf, afterLeafSkipping, atStartOf, beforeLeaf, beforeLeaf, beforeLeafSkipping, compiled, equalTo, getChildren, getParent, inFile, insideStarting, inVirtualFile, notEmpty, referencing, whitespace, whitespaceCommentEmptyOrError, whitespaceCommentOrError, withElementType, withElementType, withElementType, withFirstNonWhitespaceChild, withLanguage, withLastChildSkipping, withMetaData, withName, withName, withName, withoutText, withoutText, withReference, withText, withText, withTextLength, withTextLengthLongerThan, withTreeParentafterSibling, afterSiblingSkipping, inside, inside, inside, inside, insideSequence, isFirstAcceptedChild, withAncestor, withChild, withChildren, withFirstChild, withLastChild, withParent, withParent, withParents, withSuperParent, withSuperParentpublic XmlFilePattern()
protected XmlFilePattern(InitialPatternCondition<XmlFile> condition)
public Self withRootTag(ElementPattern<XmlTag> rootTag)