public class Subfield extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Subfield.AllSubscripts |
static class |
Subfield.LongSubscript |
static class |
Subfield.NestedField |
static interface |
Subfield.PathElement |
static class |
Subfield.StringSubscript |
| Constructor and Description |
|---|
Subfield(String path) |
Subfield(String name,
List<Subfield.PathElement> path) |
| Modifier and Type | Method and Description |
|---|---|
static Subfield.PathElement |
allSubscripts() |
boolean |
equals(Object o) |
List<Subfield.PathElement> |
getPath() |
String |
getRootName() |
int |
hashCode() |
boolean |
isPrefix(Subfield other) |
String |
serialize() |
Subfield |
tail(String name) |
String |
toString() |
public Subfield(String path)
public Subfield(String name, List<Subfield.PathElement> path)
public static Subfield.PathElement allSubscripts()
public String getRootName()
public List<Subfield.PathElement> getPath()
public boolean isPrefix(Subfield other)
public String serialize()
Copyright © 2012–2022. All rights reserved.