Package org.openrewrite.xml.tree
Class Xml.Attribute.Value
- java.lang.Object
-
- org.openrewrite.xml.tree.Xml.Attribute.Value
-
- All Implemented Interfaces:
org.openrewrite.Tree,Xml
- Enclosing class:
- Xml.Attribute
public static class Xml.Attribute.Value extends java.lang.Object implements Xml
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classXml.Attribute.Value.Quote-
Nested classes/interfaces inherited from interface org.openrewrite.xml.tree.Xml
Xml.Attribute, Xml.CharData, Xml.Comment, Xml.DocTypeDecl, Xml.Document, Xml.Element, Xml.Ident, Xml.ProcessingInstruction, Xml.Prolog, Xml.Tag, Xml.XmlDecl
-
-
Constructor Summary
Constructors Constructor Description Value()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.openrewrite.Tree
getId, getJacksonPolymorphicTypeTag, isScope, print, print, print, print, printer, printTrimmed, printTrimmed, printTrimmed
-
Methods inherited from interface org.openrewrite.xml.tree.Xml
accept, acceptXml, findMarkedWith, getMarkers, getPrefix, isAcceptable, withMarkers, withPrefix
-
-