Class ModelloFeaturesTestStaxReader
java.lang.Object
org.codehaus.modello.test.features.io.stax.ModelloFeaturesTestStaxReader
Class ModelloFeaturesTestStaxReader.
- Version:
- $Revision$ $Date$
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate org.codehaus.plexus.util.xml.Xpp3Dom
buildDom
(XMLStreamReader xmlStreamReader, boolean trim) Method buildDom.private boolean
checkFieldWithDuplicate
(XMLStreamReader xmlStreamReader, String tagName, String alias, Set parsed) Method checkFieldWithDuplicate.private void
checkUnknownElement
(XMLStreamReader xmlStreamReader, boolean strict) Method checkUnknownElement.determineVersion
(Reader reader) Method determineVersion.private boolean
getBooleanValue
(String s, String attribute, XMLStreamReader xmlStreamReader) Method getBooleanValue.private byte
getByteValue
(String s, String attribute, XMLStreamReader xmlStreamReader, boolean strict) Method getByteValue.private char
getCharacterValue
(String s, String attribute, XMLStreamReader xmlStreamReader) Method getCharacterValue.private Date
getDateValue
(String s, String attribute, String dateFormat, XMLStreamReader xmlStreamReader) Method getDateValue.private String
getDefaultValue
(String s, String v) Method getDefaultValue.private double
getDoubleValue
(String s, String attribute, XMLStreamReader xmlStreamReader, boolean strict) Method getDoubleValue.private float
getFloatValue
(String s, String attribute, XMLStreamReader xmlStreamReader, boolean strict) Method getFloatValue.private int
getIntegerValue
(String s, String attribute, XMLStreamReader xmlStreamReader, boolean strict) Method getIntegerValue.private long
getLongValue
(String s, String attribute, XMLStreamReader xmlStreamReader, boolean strict) Method getLongValue.private String
getRequiredAttributeValue
(String s, String attribute, XMLStreamReader xmlStreamReader, boolean strict) Method getRequiredAttributeValue.private short
getShortValue
(String s, String attribute, XMLStreamReader xmlStreamReader, boolean strict) Method getShortValue.private String
Method getTrimmedValue.private String
getVersionFromField
(XMLStreamReader xmlStreamReader) Method getVersionFromField.private int
nextTag
(XMLStreamReader xmlStreamReader) Method nextTag.private Action
parseAction
(XMLStreamReader xmlStreamReader, boolean strict) Method parseAction.private AnnotationTest
parseAnnotationTest
(XMLStreamReader xmlStreamReader, boolean strict) Method parseAnnotationTest.private ArrayFeatures
parseArrayFeatures
(XMLStreamReader xmlStreamReader, boolean strict) Method parseArrayFeatures.private AssociationFeatures
parseAssociationFeatures
(XMLStreamReader xmlStreamReader, boolean strict) Method parseAssociationFeatures.private BaseClass
parseBaseClass
(XMLStreamReader xmlStreamReader, boolean strict) Method parseBaseClass.private BidiInList
parseBidiInList
(XMLStreamReader xmlStreamReader, boolean strict) Method parseBidiInList.private BidiInSet
parseBidiInSet
(XMLStreamReader xmlStreamReader, boolean strict) Method parseBidiInSet.private Bidirectional
parseBidirectional
(XMLStreamReader xmlStreamReader, boolean strict) Method parseBidirectional.private ContentTest
parseContentTest
(XMLStreamReader xmlStreamReader, boolean strict) Method parseContentTest.private DueTo
parseDueTo
(XMLStreamReader xmlStreamReader, boolean strict) Method parseDueTo.private Features
parseFeatures
(XMLStreamReader xmlStreamReader, boolean strict) Method parseFeatures.private File
parseFile
(XMLStreamReader xmlStreamReader, boolean strict) Method parseFile.private InterfacesFeature
parseInterfacesFeature
(XMLStreamReader xmlStreamReader, boolean strict) Method parseInterfacesFeature.private JavaFeatures
parseJavaFeatures
(XMLStreamReader xmlStreamReader, boolean strict) Method parseJavaFeatures.private NodeItem
parseNodeItem
(XMLStreamReader xmlStreamReader, boolean strict) Method parseNodeItem.private PackageNameFeature
parsePackageNameFeature
(XMLStreamReader xmlStreamReader, boolean strict) Method parsePackageNameFeature.private Reference
parseReference
(XMLStreamReader xmlStreamReader, boolean strict) Method parseReference.private SimpleTypes
parseSimpleTypes
(XMLStreamReader xmlStreamReader, boolean strict) Method parseSimpleTypes.private SubClassLevel1
parseSubClassLevel1
(XMLStreamReader xmlStreamReader, boolean strict) Method parseSubClassLevel1.private SubClassLevel2
parseSubClassLevel2
(XMLStreamReader xmlStreamReader, boolean strict) Method parseSubClassLevel2.private SubClassLevel3
parseSubClassLevel3
(XMLStreamReader xmlStreamReader, boolean strict) Method parseSubClassLevel3.private SuperThing
parseSuperThing
(XMLStreamReader xmlStreamReader, boolean strict) Method parseSuperThing.private Thing
parseThing
(XMLStreamReader xmlStreamReader, boolean strict) Method parseThing.private Thingy
parseThingy
(XMLStreamReader xmlStreamReader, boolean strict) Method parseThingy.private XdocFeatures
parseXdocFeatures
(XMLStreamReader xmlStreamReader, boolean strict) Method parseXdocFeatures.private XmlAttributes
parseXmlAttributes
(XMLStreamReader xmlStreamReader, boolean strict) Method parseXmlAttributes.private XmlContent
parseXmlContent
(XMLStreamReader xmlStreamReader, boolean strict) Method parseXmlContent.private XmlContentLong
parseXmlContentLong
(XMLStreamReader xmlStreamReader, boolean strict) Method parseXmlContentLong.private XmlContentLongWithAttributes
parseXmlContentLongWithAttributes
(XMLStreamReader xmlStreamReader, boolean strict) Method parseXmlContentLongWithAttributes.private XmlFeatures
parseXmlFeatures
(XMLStreamReader xmlStreamReader, boolean strict) Method parseXmlFeatures.private XmlFieldsOrder
parseXmlFieldsOrder
(XMLStreamReader xmlStreamReader, boolean strict) Method parseXmlFieldsOrder.private XmlFieldsOrderParent
parseXmlFieldsOrderParent
(XMLStreamReader xmlStreamReader, boolean strict) Method parseXmlFieldsOrderParent.private XmlFieldsOrderParent2
parseXmlFieldsOrderParent2
(XMLStreamReader xmlStreamReader, boolean strict) Method parseXmlFieldsOrderParent2.private XmlTransientFields
parseXmlTransientFields
(XMLStreamReader xmlStreamReader, boolean strict) Method parseXmlTransientFields.private XsdFeatures
parseXsdFeatures
(XMLStreamReader xmlStreamReader, boolean strict) Method parseXsdFeatures.read
(InputStream stream) Method read.read
(InputStream stream, boolean strict) Method read.Method read.Method read.Method read.Method read.private Features
read
(XMLStreamReader xmlStreamReader, boolean strict) Method read.private void
resolveReferences
(Features value) Method resolveReferences.
-
Constructor Details
-
ModelloFeaturesTestStaxReader
public ModelloFeaturesTestStaxReader()
-
-
Method Details
-
determineVersion
Method determineVersion.- Parameters:
reader
- a reader object.- Returns:
- String
- Throws:
IOException
- IOException if any.XMLStreamException
- XMLStreamException if any.
-
getVersionFromField
Method getVersionFromField.- Parameters:
xmlStreamReader
- a xmlStreamReader object.- Returns:
- String
- Throws:
XMLStreamException
- XMLStreamException if any.
-
read
Method read.- Parameters:
reader
- a reader object.strict
- a strict object.- Returns:
- Features
- Throws:
IOException
- IOException if any.XMLStreamException
- XMLStreamException if any.
-
read
Method read.- Parameters:
reader
- a reader object.- Returns:
- Features
- Throws:
IOException
- IOException if any.XMLStreamException
- XMLStreamException if any.
-
read
Method read.- Parameters:
stream
- a stream object.strict
- a strict object.- Returns:
- Features
- Throws:
IOException
- IOException if any.XMLStreamException
- XMLStreamException if any.
-
read
Method read.- Parameters:
stream
- a stream object.- Returns:
- Features
- Throws:
IOException
- IOException if any.XMLStreamException
- XMLStreamException if any.
-
read
Method read.- Parameters:
filePath
- a filePath object.strict
- a strict object.- Returns:
- Features
- Throws:
IOException
- IOException if any.XMLStreamException
- XMLStreamException if any.
-
read
Method read.- Parameters:
filePath
- a filePath object.- Returns:
- Features
- Throws:
IOException
- IOException if any.XMLStreamException
- XMLStreamException if any.
-
buildDom
private org.codehaus.plexus.util.xml.Xpp3Dom buildDom(XMLStreamReader xmlStreamReader, boolean trim) throws XMLStreamException Method buildDom.- Parameters:
xmlStreamReader
- a xmlStreamReader object.trim
- a trim object.- Returns:
- Xpp3Dom
- Throws:
XMLStreamException
- XMLStreamException if any.
-
checkFieldWithDuplicate
private boolean checkFieldWithDuplicate(XMLStreamReader xmlStreamReader, String tagName, String alias, Set parsed) throws XMLStreamException Method checkFieldWithDuplicate.- Parameters:
xmlStreamReader
- a xmlStreamReader object.tagName
- a tagName object.alias
- a alias object.parsed
- a parsed object.- Returns:
- boolean
- Throws:
XMLStreamException
- XMLStreamException if any.
-
checkUnknownElement
private void checkUnknownElement(XMLStreamReader xmlStreamReader, boolean strict) throws XMLStreamException Method checkUnknownElement.- Parameters:
xmlStreamReader
- a xmlStreamReader object.strict
- a strict object.- Throws:
XMLStreamException
- XMLStreamException if any.
-
getBooleanValue
private boolean getBooleanValue(String s, String attribute, XMLStreamReader xmlStreamReader) throws XMLStreamException Method getBooleanValue.- Parameters:
s
- a s object.attribute
- a attribute object.xmlStreamReader
- a xmlStreamReader object.- Returns:
- boolean
- Throws:
XMLStreamException
- XMLStreamException if any.
-
getByteValue
private byte getByteValue(String s, String attribute, XMLStreamReader xmlStreamReader, boolean strict) throws XMLStreamException Method getByteValue.- Parameters:
s
- a s object.attribute
- a attribute object.xmlStreamReader
- a xmlStreamReader object.strict
- a strict object.- Returns:
- byte
- Throws:
XMLStreamException
- XMLStreamException if any.
-
getCharacterValue
private char getCharacterValue(String s, String attribute, XMLStreamReader xmlStreamReader) throws XMLStreamException Method getCharacterValue.- Parameters:
s
- a s object.attribute
- a attribute object.xmlStreamReader
- a xmlStreamReader object.- Returns:
- char
- Throws:
XMLStreamException
- XMLStreamException if any.
-
getDateValue
private Date getDateValue(String s, String attribute, String dateFormat, XMLStreamReader xmlStreamReader) throws XMLStreamException Method getDateValue.- Parameters:
s
- a s object.attribute
- a attribute object.dateFormat
- a dateFormat object.xmlStreamReader
- a xmlStreamReader object.- Returns:
- Date
- Throws:
XMLStreamException
- XMLStreamException if any.
-
getDefaultValue
Method getDefaultValue.- Parameters:
s
- a s object.v
- a v object.- Returns:
- String
-
getDoubleValue
private double getDoubleValue(String s, String attribute, XMLStreamReader xmlStreamReader, boolean strict) throws XMLStreamException Method getDoubleValue.- Parameters:
s
- a s object.attribute
- a attribute object.xmlStreamReader
- a xmlStreamReader object.strict
- a strict object.- Returns:
- double
- Throws:
XMLStreamException
- XMLStreamException if any.
-
getFloatValue
private float getFloatValue(String s, String attribute, XMLStreamReader xmlStreamReader, boolean strict) throws XMLStreamException Method getFloatValue.- Parameters:
s
- a s object.attribute
- a attribute object.xmlStreamReader
- a xmlStreamReader object.strict
- a strict object.- Returns:
- float
- Throws:
XMLStreamException
- XMLStreamException if any.
-
getIntegerValue
private int getIntegerValue(String s, String attribute, XMLStreamReader xmlStreamReader, boolean strict) throws XMLStreamException Method getIntegerValue.- Parameters:
s
- a s object.attribute
- a attribute object.xmlStreamReader
- a xmlStreamReader object.strict
- a strict object.- Returns:
- int
- Throws:
XMLStreamException
- XMLStreamException if any.
-
getLongValue
private long getLongValue(String s, String attribute, XMLStreamReader xmlStreamReader, boolean strict) throws XMLStreamException Method getLongValue.- Parameters:
s
- a s object.attribute
- a attribute object.xmlStreamReader
- a xmlStreamReader object.strict
- a strict object.- Returns:
- long
- Throws:
XMLStreamException
- XMLStreamException if any.
-
getRequiredAttributeValue
private String getRequiredAttributeValue(String s, String attribute, XMLStreamReader xmlStreamReader, boolean strict) throws XMLStreamException Method getRequiredAttributeValue.- Parameters:
s
- a s object.attribute
- a attribute object.xmlStreamReader
- a xmlStreamReader object.strict
- a strict object.- Returns:
- String
- Throws:
XMLStreamException
- XMLStreamException if any.
-
getShortValue
private short getShortValue(String s, String attribute, XMLStreamReader xmlStreamReader, boolean strict) throws XMLStreamException Method getShortValue.- Parameters:
s
- a s object.attribute
- a attribute object.xmlStreamReader
- a xmlStreamReader object.strict
- a strict object.- Returns:
- short
- Throws:
XMLStreamException
- XMLStreamException if any.
-
getTrimmedValue
Method getTrimmedValue.- Parameters:
s
- a s object.- Returns:
- String
-
nextTag
Method nextTag.- Parameters:
xmlStreamReader
- a xmlStreamReader object.- Returns:
- int
- Throws:
XMLStreamException
- XMLStreamException if any.
-
parseAction
private Action parseAction(XMLStreamReader xmlStreamReader, boolean strict) throws IOException, XMLStreamException Method parseAction.- Parameters:
xmlStreamReader
- a xmlStreamReader object.strict
- a strict object.- Returns:
- Action
- Throws:
IOException
- IOException if any.XMLStreamException
- XMLStreamException if any.
-
parseAnnotationTest
private AnnotationTest parseAnnotationTest(XMLStreamReader xmlStreamReader, boolean strict) throws IOException, XMLStreamException Method parseAnnotationTest.- Parameters:
xmlStreamReader
- a xmlStreamReader object.strict
- a strict object.- Returns:
- AnnotationTest
- Throws:
IOException
- IOException if any.XMLStreamException
- XMLStreamException if any.
-
parseArrayFeatures
private ArrayFeatures parseArrayFeatures(XMLStreamReader xmlStreamReader, boolean strict) throws IOException, XMLStreamException Method parseArrayFeatures.- Parameters:
xmlStreamReader
- a xmlStreamReader object.strict
- a strict object.- Returns:
- ArrayFeatures
- Throws:
IOException
- IOException if any.XMLStreamException
- XMLStreamException if any.
-
parseAssociationFeatures
private AssociationFeatures parseAssociationFeatures(XMLStreamReader xmlStreamReader, boolean strict) throws IOException, XMLStreamException Method parseAssociationFeatures.- Parameters:
xmlStreamReader
- a xmlStreamReader object.strict
- a strict object.- Returns:
- AssociationFeatures
- Throws:
IOException
- IOException if any.XMLStreamException
- XMLStreamException if any.
-
parseBaseClass
private BaseClass parseBaseClass(XMLStreamReader xmlStreamReader, boolean strict) throws IOException, XMLStreamException Method parseBaseClass.- Parameters:
xmlStreamReader
- a xmlStreamReader object.strict
- a strict object.- Returns:
- BaseClass
- Throws:
IOException
- IOException if any.XMLStreamException
- XMLStreamException if any.
-
parseBidiInList
private BidiInList parseBidiInList(XMLStreamReader xmlStreamReader, boolean strict) throws IOException, XMLStreamException Method parseBidiInList.- Parameters:
xmlStreamReader
- a xmlStreamReader object.strict
- a strict object.- Returns:
- BidiInList
- Throws:
IOException
- IOException if any.XMLStreamException
- XMLStreamException if any.
-
parseBidiInSet
private BidiInSet parseBidiInSet(XMLStreamReader xmlStreamReader, boolean strict) throws IOException, XMLStreamException Method parseBidiInSet.- Parameters:
xmlStreamReader
- a xmlStreamReader object.strict
- a strict object.- Returns:
- BidiInSet
- Throws:
IOException
- IOException if any.XMLStreamException
- XMLStreamException if any.
-
parseBidirectional
private Bidirectional parseBidirectional(XMLStreamReader xmlStreamReader, boolean strict) throws IOException, XMLStreamException Method parseBidirectional.- Parameters:
xmlStreamReader
- a xmlStreamReader object.strict
- a strict object.- Returns:
- Bidirectional
- Throws:
IOException
- IOException if any.XMLStreamException
- XMLStreamException if any.
-
parseContentTest
private ContentTest parseContentTest(XMLStreamReader xmlStreamReader, boolean strict) throws IOException, XMLStreamException Method parseContentTest.- Parameters:
xmlStreamReader
- a xmlStreamReader object.strict
- a strict object.- Returns:
- ContentTest
- Throws:
IOException
- IOException if any.XMLStreamException
- XMLStreamException if any.
-
parseDueTo
private DueTo parseDueTo(XMLStreamReader xmlStreamReader, boolean strict) throws IOException, XMLStreamException Method parseDueTo.- Parameters:
xmlStreamReader
- a xmlStreamReader object.strict
- a strict object.- Returns:
- DueTo
- Throws:
IOException
- IOException if any.XMLStreamException
- XMLStreamException if any.
-
parseFeatures
private Features parseFeatures(XMLStreamReader xmlStreamReader, boolean strict) throws IOException, XMLStreamException Method parseFeatures.- Parameters:
xmlStreamReader
- a xmlStreamReader object.strict
- a strict object.- Returns:
- Features
- Throws:
IOException
- IOException if any.XMLStreamException
- XMLStreamException if any.
-
parseFile
private File parseFile(XMLStreamReader xmlStreamReader, boolean strict) throws IOException, XMLStreamException Method parseFile.- Parameters:
xmlStreamReader
- a xmlStreamReader object.strict
- a strict object.- Returns:
- File
- Throws:
IOException
- IOException if any.XMLStreamException
- XMLStreamException if any.
-
parseInterfacesFeature
private InterfacesFeature parseInterfacesFeature(XMLStreamReader xmlStreamReader, boolean strict) throws IOException, XMLStreamException Method parseInterfacesFeature.- Parameters:
xmlStreamReader
- a xmlStreamReader object.strict
- a strict object.- Returns:
- InterfacesFeature
- Throws:
IOException
- IOException if any.XMLStreamException
- XMLStreamException if any.
-
parseJavaFeatures
private JavaFeatures parseJavaFeatures(XMLStreamReader xmlStreamReader, boolean strict) throws IOException, XMLStreamException Method parseJavaFeatures.- Parameters:
xmlStreamReader
- a xmlStreamReader object.strict
- a strict object.- Returns:
- JavaFeatures
- Throws:
IOException
- IOException if any.XMLStreamException
- XMLStreamException if any.
-
parseNodeItem
private NodeItem parseNodeItem(XMLStreamReader xmlStreamReader, boolean strict) throws IOException, XMLStreamException Method parseNodeItem.- Parameters:
xmlStreamReader
- a xmlStreamReader object.strict
- a strict object.- Returns:
- NodeItem
- Throws:
IOException
- IOException if any.XMLStreamException
- XMLStreamException if any.
-
parsePackageNameFeature
private PackageNameFeature parsePackageNameFeature(XMLStreamReader xmlStreamReader, boolean strict) throws IOException, XMLStreamException Method parsePackageNameFeature.- Parameters:
xmlStreamReader
- a xmlStreamReader object.strict
- a strict object.- Returns:
- PackageNameFeature
- Throws:
IOException
- IOException if any.XMLStreamException
- XMLStreamException if any.
-
parseReference
private Reference parseReference(XMLStreamReader xmlStreamReader, boolean strict) throws IOException, XMLStreamException Method parseReference.- Parameters:
xmlStreamReader
- a xmlStreamReader object.strict
- a strict object.- Returns:
- Reference
- Throws:
IOException
- IOException if any.XMLStreamException
- XMLStreamException if any.
-
parseSimpleTypes
private SimpleTypes parseSimpleTypes(XMLStreamReader xmlStreamReader, boolean strict) throws IOException, XMLStreamException Method parseSimpleTypes.- Parameters:
xmlStreamReader
- a xmlStreamReader object.strict
- a strict object.- Returns:
- SimpleTypes
- Throws:
IOException
- IOException if any.XMLStreamException
- XMLStreamException if any.
-
parseSubClassLevel1
private SubClassLevel1 parseSubClassLevel1(XMLStreamReader xmlStreamReader, boolean strict) throws IOException, XMLStreamException Method parseSubClassLevel1.- Parameters:
xmlStreamReader
- a xmlStreamReader object.strict
- a strict object.- Returns:
- SubClassLevel1
- Throws:
IOException
- IOException if any.XMLStreamException
- XMLStreamException if any.
-
parseSubClassLevel2
private SubClassLevel2 parseSubClassLevel2(XMLStreamReader xmlStreamReader, boolean strict) throws IOException, XMLStreamException Method parseSubClassLevel2.- Parameters:
xmlStreamReader
- a xmlStreamReader object.strict
- a strict object.- Returns:
- SubClassLevel2
- Throws:
IOException
- IOException if any.XMLStreamException
- XMLStreamException if any.
-
parseSubClassLevel3
private SubClassLevel3 parseSubClassLevel3(XMLStreamReader xmlStreamReader, boolean strict) throws IOException, XMLStreamException Method parseSubClassLevel3.- Parameters:
xmlStreamReader
- a xmlStreamReader object.strict
- a strict object.- Returns:
- SubClassLevel3
- Throws:
IOException
- IOException if any.XMLStreamException
- XMLStreamException if any.
-
parseSuperThing
private SuperThing parseSuperThing(XMLStreamReader xmlStreamReader, boolean strict) throws IOException, XMLStreamException Method parseSuperThing.- Parameters:
xmlStreamReader
- a xmlStreamReader object.strict
- a strict object.- Returns:
- SuperThing
- Throws:
IOException
- IOException if any.XMLStreamException
- XMLStreamException if any.
-
parseThing
private Thing parseThing(XMLStreamReader xmlStreamReader, boolean strict) throws IOException, XMLStreamException Method parseThing.- Parameters:
xmlStreamReader
- a xmlStreamReader object.strict
- a strict object.- Returns:
- Thing
- Throws:
IOException
- IOException if any.XMLStreamException
- XMLStreamException if any.
-
parseThingy
private Thingy parseThingy(XMLStreamReader xmlStreamReader, boolean strict) throws IOException, XMLStreamException Method parseThingy.- Parameters:
xmlStreamReader
- a xmlStreamReader object.strict
- a strict object.- Returns:
- Thingy
- Throws:
IOException
- IOException if any.XMLStreamException
- XMLStreamException if any.
-
parseXdocFeatures
private XdocFeatures parseXdocFeatures(XMLStreamReader xmlStreamReader, boolean strict) throws IOException, XMLStreamException Method parseXdocFeatures.- Parameters:
xmlStreamReader
- a xmlStreamReader object.strict
- a strict object.- Returns:
- XdocFeatures
- Throws:
IOException
- IOException if any.XMLStreamException
- XMLStreamException if any.
-
parseXmlAttributes
private XmlAttributes parseXmlAttributes(XMLStreamReader xmlStreamReader, boolean strict) throws IOException, XMLStreamException Method parseXmlAttributes.- Parameters:
xmlStreamReader
- a xmlStreamReader object.strict
- a strict object.- Returns:
- XmlAttributes
- Throws:
IOException
- IOException if any.XMLStreamException
- XMLStreamException if any.
-
parseXmlContent
private XmlContent parseXmlContent(XMLStreamReader xmlStreamReader, boolean strict) throws IOException, XMLStreamException Method parseXmlContent.- Parameters:
xmlStreamReader
- a xmlStreamReader object.strict
- a strict object.- Returns:
- XmlContent
- Throws:
IOException
- IOException if any.XMLStreamException
- XMLStreamException if any.
-
parseXmlContentLong
private XmlContentLong parseXmlContentLong(XMLStreamReader xmlStreamReader, boolean strict) throws IOException, XMLStreamException Method parseXmlContentLong.- Parameters:
xmlStreamReader
- a xmlStreamReader object.strict
- a strict object.- Returns:
- XmlContentLong
- Throws:
IOException
- IOException if any.XMLStreamException
- XMLStreamException if any.
-
parseXmlContentLongWithAttributes
private XmlContentLongWithAttributes parseXmlContentLongWithAttributes(XMLStreamReader xmlStreamReader, boolean strict) throws IOException, XMLStreamException Method parseXmlContentLongWithAttributes.- Parameters:
xmlStreamReader
- a xmlStreamReader object.strict
- a strict object.- Returns:
- XmlContentLongWithAttributes
- Throws:
IOException
- IOException if any.XMLStreamException
- XMLStreamException if any.
-
parseXmlFeatures
private XmlFeatures parseXmlFeatures(XMLStreamReader xmlStreamReader, boolean strict) throws IOException, XMLStreamException Method parseXmlFeatures.- Parameters:
xmlStreamReader
- a xmlStreamReader object.strict
- a strict object.- Returns:
- XmlFeatures
- Throws:
IOException
- IOException if any.XMLStreamException
- XMLStreamException if any.
-
parseXmlFieldsOrder
private XmlFieldsOrder parseXmlFieldsOrder(XMLStreamReader xmlStreamReader, boolean strict) throws IOException, XMLStreamException Method parseXmlFieldsOrder.- Parameters:
xmlStreamReader
- a xmlStreamReader object.strict
- a strict object.- Returns:
- XmlFieldsOrder
- Throws:
IOException
- IOException if any.XMLStreamException
- XMLStreamException if any.
-
parseXmlFieldsOrderParent
private XmlFieldsOrderParent parseXmlFieldsOrderParent(XMLStreamReader xmlStreamReader, boolean strict) throws IOException, XMLStreamException Method parseXmlFieldsOrderParent.- Parameters:
xmlStreamReader
- a xmlStreamReader object.strict
- a strict object.- Returns:
- XmlFieldsOrderParent
- Throws:
IOException
- IOException if any.XMLStreamException
- XMLStreamException if any.
-
parseXmlFieldsOrderParent2
private XmlFieldsOrderParent2 parseXmlFieldsOrderParent2(XMLStreamReader xmlStreamReader, boolean strict) throws IOException, XMLStreamException Method parseXmlFieldsOrderParent2.- Parameters:
xmlStreamReader
- a xmlStreamReader object.strict
- a strict object.- Returns:
- XmlFieldsOrderParent2
- Throws:
IOException
- IOException if any.XMLStreamException
- XMLStreamException if any.
-
parseXmlTransientFields
private XmlTransientFields parseXmlTransientFields(XMLStreamReader xmlStreamReader, boolean strict) throws IOException, XMLStreamException Method parseXmlTransientFields.- Parameters:
xmlStreamReader
- a xmlStreamReader object.strict
- a strict object.- Returns:
- XmlTransientFields
- Throws:
IOException
- IOException if any.XMLStreamException
- XMLStreamException if any.
-
parseXsdFeatures
private XsdFeatures parseXsdFeatures(XMLStreamReader xmlStreamReader, boolean strict) throws IOException, XMLStreamException Method parseXsdFeatures.- Parameters:
xmlStreamReader
- a xmlStreamReader object.strict
- a strict object.- Returns:
- XsdFeatures
- Throws:
IOException
- IOException if any.XMLStreamException
- XMLStreamException if any.
-
read
private Features read(XMLStreamReader xmlStreamReader, boolean strict) throws IOException, XMLStreamException Method read.- Parameters:
xmlStreamReader
- a xmlStreamReader object.strict
- a strict object.- Returns:
- Features
- Throws:
IOException
- IOException if any.XMLStreamException
- XMLStreamException if any.
-
resolveReferences
Method resolveReferences.- Parameters:
value
- a value object.
-