public class XmlAttributeValuePattern extends XmlElementPattern<XmlAttributeValue,XmlAttributeValuePattern>
XmlElementPattern.Capture, XmlElementPattern.XmlEntityRefPattern, XmlElementPattern.XmlTextPattern
Constructor and Description |
---|
XmlAttributeValuePattern(InitialPatternCondition<XmlAttributeValue> condition) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getLocalName(XmlAttributeValue value) |
XmlAttributeValuePattern |
withLocalName(ElementPattern<java.lang.String> namePattern) |
XmlAttributeValuePattern |
withLocalName(java.lang.String... names) |
XmlAttributeValuePattern |
withLocalNameIgnoreCase(java.lang.String... names) |
XmlAttributeValuePattern |
withNamespace(ElementPattern<java.lang.String> namePattern) |
XmlAttributeValuePattern |
withNamespace(java.lang.String... names) |
XmlAttributeValuePattern |
withValue(StringPattern valuePattern) |
afterLeaf, 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, withTreeParent
afterSibling, afterSiblingSkipping, inside, inside, inside, inside, insideSequence, isFirstAcceptedChild, withAncestor, withChild, withChildren, withFirstChild, withLastChild, withParent, withParent, withParents, withSuperParent, withSuperParent
public XmlAttributeValuePattern(InitialPatternCondition<XmlAttributeValue> condition)
public XmlAttributeValuePattern withLocalName(java.lang.String... names)
public XmlAttributeValuePattern withLocalNameIgnoreCase(java.lang.String... names)
public XmlAttributeValuePattern withLocalName(ElementPattern<java.lang.String> namePattern)
public static java.lang.String getLocalName(XmlAttributeValue value)
public XmlAttributeValuePattern withNamespace(java.lang.String... names)
public XmlAttributeValuePattern withNamespace(ElementPattern<java.lang.String> namePattern)
public XmlAttributeValuePattern withValue(StringPattern valuePattern)